-
Notifications
You must be signed in to change notification settings - Fork 25
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
Camera #6
Comments
@HidenoriMatsubayashi , is camera plugin depends on video player ? |
No, it doesn't, but using GStreamer is the same with the video_player plugin. |
@HidenoriMatsubayashi , Thanks, I understand its gst-camerabin plugin. got below error while cross compiling , any paths to be updated ? elinux/flutter/generated_plugin_registrant.dart:11:22: Error: Method not found: 'PathProviderELinux.register'. |
You are trying to cross-build, but does self-building (on x64 for x64) succeed? |
NO, it gave same error, $ cd path/packages/camera/example 💪 Building with sound null safety 💪 elinux/flutter/generated_plugin_registrant.dart:11:22: Error: Method not found: 'PathProviderELinux.register'. |
Are you using the latest version of flutter-elinux? If not, could you use the latest version? |
@HidenoriMatsubayashi |
Than you for your feedback. I'll consider to add it! |
The default orientation of the camera is Portrait, I could change to landscape by forcing it to landscape, as most of embedded platforms are not equipped with sensors, keeping default orientation to landscape would be better |
Thank you for your feedback.
Yes, I agree with you. Are you using the example of camera plugin or your own camera app? |
I am using plugin example. |
* Fixed the bug. See: #6 (comment) * Also, I changed the camera type from back-camera to external-camera.
Thanks a lot. This is a bug, so I fixed it #36 |
One of implementation in #6 Signed-off-by: Hidenori Matsubayashi <[email protected]>
@HidenoriMatsubayashi Does the camera plugin support multiple cameras? |
No, not yet. It's one of TODOs. |
Create camera plugin
TODO:
The text was updated successfully, but these errors were encountered: