I want to use opencv (cv2) in python to open a camera and take a frame every 1 second (in C++ or C# I can use a timer event). I will then process something while other frames are still showing.
Anyone knows how?
I want to use opencv (cv2) in python to open a camera and take a frame every 1 second (in C++ or C# I can use a timer event). I will then process something while other frames are still showing.
Anyone knows how?