You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue:
Video stream decoding is not working on Ubuntu 22.04 with Olympe v7.5.0 and a Parrot Anafi drone. Specifically, Olympe tries to decode via CUDA, but the machine doesn't have a Nvidia GPU, only integrated Intel GPU.
Expectation:
Olympe automatically detects CUDA availability. Alternatively, an option to specify decoders via call from Python.
Version info:
Linux 5.19.0-38-generic #39~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC
Python v3.10.6
virtualenv v20.19.0
Olympe v7.5.0
I am not sure whether this is an issue with Olympe or with the system. However, i am stuck in resolving the issue myself, and i believe this setting is not accessible from the outside. Changing environment variables like LIBVA_DRIVER_NAME=i965 did not make a difference.
Any fixes, workarounds or help would be appreciated!
The text was updated successfully, but these errors were encountered:
Issue:
Video stream decoding is not working on Ubuntu 22.04 with Olympe v7.5.0 and a Parrot Anafi drone. Specifically, Olympe tries to decode via CUDA, but the machine doesn't have a Nvidia GPU, only integrated Intel GPU.
Related code snippet:
Error message:
Expectation:
Olympe automatically detects CUDA availability. Alternatively, an option to specify decoders via call from Python.
Version info:
Linux 5.19.0-38-generic #39~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC
Python v3.10.6
virtualenv v20.19.0
Olympe v7.5.0
I am not sure whether this is an issue with Olympe or with the system. However, i am stuck in resolving the issue myself, and i believe this setting is not accessible from the outside. Changing environment variables like LIBVA_DRIVER_NAME=i965 did not make a difference.
Any fixes, workarounds or help would be appreciated!
The text was updated successfully, but these errors were encountered: