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…