riccardo-lomazzi / camera_macos

Flutter stub plugin for camera implementation for macOS
MIT License
11 stars 8 forks source link

stream support #3

Open wownsdl13 opened 1 year ago

wownsdl13 commented 1 year ago

are you planning to support stream of video?? :)

riccardo-lomazzi commented 1 year ago

are you planning to support stream of video?? :)

Hello,

do you mean implementing an image buffer, that returns images within a Stream? If so, this functionality isn't currently planned, but I can start researching into it.

wownsdl13 commented 1 year ago

are you planning to support stream of video?? :)

Hello,

do you mean implementing an image buffer, that returns images within a Stream? If so, this functionality isn't currently planned, but I can start researching into it.

yes exactly !!

I'm struggling with that so I can't wait for that.

thank you so much and have a nice day ;)

riccardo-lomazzi commented 10 months ago

The new startImageStream function has been deployed with the new 0.0.7 release.