There is any tutorial of how to integrate a live camera view ? #7336
-
i am trying to integrate the cameras of my dron in live time |
Beta Was this translation helpful? Give feedback.
Answered by
davetsay
Aug 25, 2025
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@BrunoDC-dev , at the moment, there are two ways to achieve streaming a video.
The
Web Page
object is available as a creatable object, and allows embedding the contents of a url in an iframe.Open MCT also has an Imagery plugin. In realtime mode, the imagery view will update to show the most recent image, or frame in your case, and also have a thumbnail strip to access previous images. We have seen performant implementations of this with frequency of multiple images per second.
If neither of those work for your use case, you would have to implement a custom plugin.