📌  相关文章
📜  检查是否正在使用相机 python 代码示例

📅  最后修改于: 2022-03-11 14:45:08.604000             🧑  作者: Mango

代码示例1
cap = cv2.VideoCapture(0)
# the variable before frame is True if the camera is useable
useable, frame = cap.read()