codewithpassion / foxglove-studio-h264-extension

POC extension to render h264
MIT License
9 stars 5 forks source link

Open pre-saved video file #2

Open hedgehog319 opened 1 year ago

hedgehog319 commented 1 year ago

Hello, tell me, please, is it possible to open a pre-saved video file?

codewithpassion commented 1 year ago

Hey,

What do you mean by, pre saved video?

-Dom

On Mon, 29 May 2023, 21:00 Alexander, @.***> wrote:

Hello, tell me, please, is it possible to open a pre-saved video file?

— Reply to this email directly, view it on GitHub https://github.com/codewithpassion/foxglove-studio-h264-extension/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMIOPRFUHYWZT5GB4GJZT3XIR6VZANCNFSM6AAAAAAYSU3DRQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

hedgehog319 commented 1 year ago

If I don't publish the video stream to the topic, but just save it as a file, is it possible to open it with your extension later?

codewithpassion commented 1 year ago

If you save the data in an MCAP file, then you can load it from the MCAP. That's one of the main concept behind the Foxglove Studio environment in the first place.

On Tue, 30 May 2023, 08:34 Alexander, @.***> wrote:

If I don't publish the video stream to the topic, but just save it as a file, is it possible to open it with your extension later?

— Reply to this email directly, view it on GitHub https://github.com/codewithpassion/foxglove-studio-h264-extension/issues/2#issuecomment-1567568965, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMIOPX36TGAAFEV7NOLHY3XIUP7FANCNFSM6AAAAAAYSU3DRQ . You are receiving this because you commented.Message ID: @.*** .com>

hedgehog319 commented 1 year ago

Thank you very much for your reply

hedgehog319 commented 1 year ago

Hello, I'll trouble you again. Is there a way to save the video to an MCAP file or is there a better way to just publish it to a topic with the sensor_msgs/CompressedImage type?