I followed the user-guide steps by steps to test the streaming example at Sphinx environment, but I got the following error
Traceback (most recent call last):
File "ctypes/callbacks.c", line 234, in ‘calling callback function’
File “/home/tara/Documents/parrot-groundsdk/out/olympe-linux/final/usr/lib/python/site-packages/olympe_deps.py”, line 81, in
type((lambda callback: lambda *args: callback(*args))(
File “/home/tara/Documents/parrot-groundsdk/packages/olympe/src/olympe/arsdkng/pdraw.py”, line 840, in _media_added
if (media_info.contents._2.video.format !=
AttributeError: ‘struct_pdraw_media_info’ object has no attribute ‘_2’
As expected, there should be a new window continuously showing the FPV image from the drone. However, the window only showed black in my case.
My goal is to post-processing the FPV image, but the function show_yuv_frame seems not to be called at all. So how can I get access to the current frame? How can I fix the problem to make it work as expected in the example?
Thanks in advance