riccardo-lomazzi / camera_macos

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

Why this is not merged with official camera package? #13

Closed scognito closed 1 month ago

scognito commented 1 month ago

I'm using this package and works well, I'm also using image stream for facial recognition with wonderful result. It is a pity it is not merged, thank you for all the work!

Knightro63 commented 1 month ago

Hi @scognito,

Which part needs to be merged?

I think this is just a package for camera use only, similar to flutter teams version of camera for the other platforms.

scognito commented 1 month ago

Merged into the official camera package I mean

Knightro63 commented 1 month ago

Hi @scognito,

I am sorry for the misunderstanding. I am unsure what the flutter team's plans are at the moment but I believe they are currently working on their own version here.

riccardo-lomazzi commented 1 month ago

Hi @scognito I've had to implement the Camera framework on a work project, since there wasn't an official camera package by Flutter, I had to put something together. I've decided to make it publicly available to everyone, hoping that it would help someone.