Hi espetro,
The video streaming in Olympe is currently broken. This is just one of the symptom.
I am sorry but there is nothing you can do about it right now.
We are in the process of publishing a fix for the video streaming in Olympe (among other things).
@edvard
This took longer than I thought, sorry.
We are now targeting a 1.0.1 GSDK release by the end of the month.
Nicolas
Tareq
July 1, 2019, 4:46am
23
@ndessart , any update on the release of 1.0.1 GSDK?
Hi everyone,
I am pleased to inform you that the GSDK 1.0.1 update has been released !
To update your workspace to the latest release, execute the following commands from your parrot-groundsdk
workspace directory :
$ repo sync
$ ./build.sh -p olympe-linux -A all final -j
The Olympe streaming documentation has been updated and is available here .
Thanks for you patience
Nicolas
3 Likes
Any chance you’ll be implementing the ability to change the resolution of the stream?
No, I am afraid that this won’t be possible.
For the Anafi, the video stream resolution is tied to the current camera mode .
In the video recording mode, the streaming resolution is 1280x720. In the photo mode, the video streaming resolution is 1024x768.
espetro
September 19, 2019, 12:57pm
27
Is it possible to fetch the video stream in batches in order to process it / analyze it in real time ? Is there any example on how to e.g. apply a Kalman filter? It’d be of great help
Thanks in advance!