You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has always been possible, just through a different mechanism - you subclass CameraView and override instantiateCameraEngine. You'll get the callbacks as well. Is there anything else that you'd need?
Direct API is easier, but it's like me and you using it, I prefer that an advanced use case like this has an advanced implementation path as well, since using CameraEngine requires familiarity with the source code.
Problem to be addressed
Allow apps to supply their own CameraEngine implementations to support alternative camera sources such as USB cameras, videos, streaming sources, etc.
Describe the solution you'd like
Add an API to provide a custom CameraEngine implementation.
Additional context
The text was updated successfully, but these errors were encountered: