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