How to read the capture pin signal on the opencv-python

asked 2015-04-13 02:01:37 -0600

And the capture button on the USB camera(or webcam), press the button must be treated with opencv-python that is captured.

AMCap (window 7) the capture button, the software was working well, guvcview (ubuntu) software was working well in the capture button.

However, the signals do not know how to handle the capture button on the opencv-python.

Let me know how you want to handle the signal. (in window 7/8)

edit retag flag offensive close merge delete

Comments

1

It doesnt ... OpenCV doesnt read triggers, it only reads out the designated buffers. You will have to write your own communication or use an existing package available for your camera.

StevenPuttemans gravatar imageStevenPuttemans ( 2015-04-13 03:31:54 -0600 )edit