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 plugin only allows you to open the camera app. It isn't possible to close the camera app from C# side because Unity is paused while the camera is open. You'll need another plugin that renders the camera into a Texture in Unity.
Thanks for the quick replay.
I guess I need to render texture only.
is there any way to do it using a native plugin? Can we handle Camera open-close functionality using native code?
Need way to start and stop camera using c# script.
and switch camera (Front and back).
The text was updated successfully, but these errors were encountered: