Create an image stream in python , similar to cv2.VideoCapture

906 views Asked by At

I access a camera (Infratec Image IR 8310 which is a high-end infrared camera) using an SDK which internally uses a callback function to access the single frames.

I now want to publish these images using some kind of stream, such that I can access this stream for example with cv2.VideoCapture(0) or similar functions. Yet however, when I run the SDK, cv2.VideoCapture will not recognize it as stream, I can only access my webcam and snap-camera :-D

I would be happy about ever hint. Cheers, Max

0

There are 0 answers