-
Notifications
You must be signed in to change notification settings - Fork 282
plugins.flutter.io/camera #188
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Event Channel is about to be merged, some works still needs to be made on the flutter/engine side. |
Progress on #102 has been made. The texture_tutorial has been updated with a video example. For a cross-platform webcam go library, https://github.com/hybridgroup/gocv is your best bet! @joeblew99 if you want to start to work on the camera plugin, the texture tutorial with the video example is a great start! |
thanks @Drakirus fantastic support. will try to get something working |
Hi, is there any update to this? |
@joeblew99 hasn't reported back so I don't think he has made progress on this. As for go-flutter-desktop maintainers, it's not manageable to implement all plugins by ourselves, we believe the community should help us when it comes to implementing plug-in. If you are interested in continuing, please check the texture_tutorial (as it is very closed to this demand) our wiki and our plugins repo to found code-samples/documentation/guide on how to implement plugins in general. We are also available on our gitter.im, where you can ask questions. Edit: |
the example above is for displaying the content I think, is there any example of getting raw data from devices/hardware? |
In my above comment I referenced gocv |
Hey all We are working on it along with @cloudwebrtc It's working on Mac, iOS and Android. It can also do s teen capture. Almost working in flutter web |
Also check out the ion project !.this is the golang server side parts to allow video streaming and pub sub. It's part of the webrtc pion project. Really awesome stuff |
Awesome, don't hesitate to submit a PR on https://github.com/go-flutter-desktop/plugins once you have something working! |
@joeblew99 can I have a preview? Working on Mac is enough for me. I have a project using |
I want to work on Camera Plugin.
Can you advice on current roadblocks, so help me work out the work required.
Saw this but not sure.
#134
Event Channel would be needed?
its getting close: #178
The text was updated successfully, but these errors were encountered: