Whatever i change:
drone.set_streaming_callbacks()
drone.start_video_streaming()
It only can get RGB image
How can i get thermal image in live stream:pensive:
Whatever i change:
drone.set_streaming_callbacks()
drone.start_video_streaming()
It only can get RGB image
How can i get thermal image in live stream:pensive:
The thermal stream is not available in Olympe at the moment.
I would also like this feature so if there IS an alternative or if there are plans to provide this functionality please let us know.
Hey there,
Iām new to developing code in Olympe environment and with drones in general. Iām taking part of a project the demands the use of a thermal video stream using the ANAFI Thermal drone. I have read the Jeromeās response earlier, but at the same time, I found that Olympe.drone.start_video_streaming() method suggests possible media_name values, that one of which is āParrotThermalVideoā.
it says it allowing replaying a thermal video. what does it mean? does it allow thermal video streaming?
Hi @Ben10,
āParrotThermalVideoā media name is available when you ask for a video streaming replay (i.e. the drone stream a previously recorded thermal video).
As Jerome previously said, the live thermal video streaming is not available through Olympe.
Nicolas
Thank you for your patient and swift reply Nicolas
Ben