Stream Callbacks not working

Hello there!

I have a Problem with the streaming.py from Olympe itself. i just want to work with the Stream from the Anafi Camera und do face_detection etc with it.

The Problem is, that i can view the Stream through rtsp://192.168.42.1/live but when i want to access the stream through the python script, i get a black screen.

I Debugged the whole script and found out, that the “raw_cb=self.yuv_frame_cb” callback is not working. I set a debugging point in the script on the yuv_frame.ref() line but it never stopped there. And thats why i think i can not access the stream, because i dont get a frame from this method.

Did anybody have the same error/bug with the streamin.py file or can anybody help me with this error please?

Thanks in advance!

This topic was automatically closed after 30 days. New replies are no longer allowed.