-
Notifications
You must be signed in to change notification settings - Fork 175
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
Support for element type: 'video' | 'canvas' and control of that element. #355
Comments
This is not supported for Capacitor 6. It's quite old and no changes have been made since 3 years. |
@Saqib92 thanks, I'll come up with a new capacitor plugin for camera reusing the code and update it to capacitor. |
@Saqib92 just FYI, the problem with this is the latency caused by high quality, there seems be to be a lot of frame delays or drops, which is not feasible to be able to reciprocate. I've tried it for android in this plugin. But the delay is way too much for me to proceed in this direction. |
Yes, the plugin is old and i used it in my app back in 2022 and it worked. I used it with tensorflowjs to show skeleton on users body. Now i am also looking for updates as i have no experience in Native development. Hope you can manage to make it work. Good luck. |
I'm also looking for the same kind of use case. |
|
bokzor There is a high frame drop due to the capture sample not being in threaded and having unordered capture sample without the timestamp makes it hard to track promises to render. |
Describe the solution you'd like
If we could get control over the video or canvas element while the element is being shown, it could help us with several features like rendering AR, VR, Effects, Filters functionality.
Describe alternatives you've considered
It would provide us good support for development if MediaStream would be available, in that case, we can use several other features passing it through Web Tensorflow models to benefit better.
The text was updated successfully, but these errors were encountered: