no video / audio data from the camera

glmatrix

New member
Hello!

Faced such a problem. Trying to get camera image in ubuntu in c ++. A successful connection to the camera (I see the correct ip address, its name), I can control it by ptz, but NDIlib_recv_capture_v2 returns NDIlib_frame_type_none (standard examples from sdk), however, everything works correctly on windows and mac os through the NDI Studio Monitor application . If I try to send video data to another application or use the NDI Scan Converter application to send video data, then the examples work as expected and the NDIlib_frame_type_video event occurs.

What could be the problem ?
 
Back
Top