mylisabox / flutter_mjpeg

Flutter widget to show mjpeg stream from URL
BSD 2-Clause "Simplified" License
30 stars 23 forks source link

How to capture a frame and save it as image file? #32

Closed pluzmedia closed 1 year ago

pluzmedia commented 1 year ago

Hi, Is it possible to capture a frame and save it as image file?

jaumard commented 1 year ago

Hi,

You can use the preprocessor field to get the frame and do whatever you want with it.

pluzmedia commented 1 year ago

Hi,

Thanks for your reply. Could you share me sample code?

cybrox commented 1 year ago

Hi @pluzmedia, this issue had the exact same goal.

You should find example code and some more information on this topic there.