-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is possible to display the camera preview? #4
Comments
The Camera stream is not implemented in flutter, for now it will just display the captured image. |
Is there a way to get the camera preview? What is exactly still missing? Or what time of effort would it take to implement the camera preview you think? |
Duplicate of #1 |
Camera preview functionality not implemented yet, for now only captures the frame from the camera stream. |
Any idea what it would take to implement it? |
Tried, but according to my analysis, due to the flutter limitations for
linux platform, I wasn't able to show the camera preview on linux.
maybe other ways available but i didn't dig deep into it.
Thanks
…On Fri, Nov 8, 2024, 7:32 PM Koen Van Looveren ***@***.***> wrote:
Any idea what it would take to implement it?
—
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKMROWJ7HI4JU3WUPBBUF63Z7TDPRAVCNFSM6AAAAABOFFSWQSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINRUHEYDSNJSG4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
From the example I see I can only display a picture taken, but not the camera preview
The text was updated successfully, but these errors were encountered: