PdrawRenderer: Black screen while running from simulator

Perfect video view if using a real drone. Is this known? Is this supposed to work at all with the simulator?

EDIT: Was using this app, unchanged https://github.com/Parrot-Developers/olympe/blob/master/src/olympe/doc/examples/streaming.py

The strange thing is: I cannot even cv2.imshow("window", frame). The window doesn’t open, but it shows a perfect video, if I use the real drone. That is completely strange, because I can perfectly process the video with OpenCV… Just the PdrawRenderer shows black and OpenCV nothing…

Looks like yuv_frame_cb is not triggered on simulator…

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