Hello, I am using a Parrot Anafi, and I am currently having trouble ruining the streaming.py example from the official website (Link: Capture the video streaming and its metadata - 7.7). When I try to run it I get this:
from OpenGL import GL
ModuleNotFoundError: No module named ‘OpenGL’
And when I tried to run it after installing opengl (pip install pyopengl), it completely broke the olympe library, and none of it’s codes worked anymore. Is there any way to fix this, or is there something I need to install?