I am working an application in which i need to open device camera in full view and i am making this app for both iOS and Android. So can any one tell me that how can i open full screen device camera in Unity for all devices Android and iPhone.
This will be great help for me. Thanks in advance.
I am working an application in which i need to open device camera in
Share
If you mean you want to use the camera to take and save photographs, I’d recommend Prime31’s iOS and Android plugins. Unfortunately the Etcetera plugin is us$65 per platform, but I’ve used them both and they work great.
http://u3d.as/content/prime31/i-os-etcetera-plugin/2CU
http://u3d.as/content/prime31/android-etcetera-plugin/2CY
If you just want to show the camera’s live output inside of your app’s scene, you can create a plane and use a WebCamTexture to display the camera’s live video output.
http://docs.unity3d.com/Documentation/ScriptReference/WebCamTexture.html