- Home /
Question by
shacharoz · Feb 29, 2020 at 09:33 PM ·
androidcamerawebcamtexture
webcam texture device not identified
i am trying to run my camera on my phone (android api 24, Cubot Magic).
running this code :
WebCamDevice[] devices = WebCamTexture.devices;
my devices list is empty and has no devices.
i did remember to ask for permission to the camera and the app asks me.
i even followed other guides like this one. and it still doesnt work for me. https://www.youtube.com/watch?v=C_Q1QMomEyM
Comment
Your answer
Follow this Question
Related Questions
Unity wont detect device camera 0 Answers
WebCamTexture.devices.Length returning 0 in Unity 2020.3.8f1 0 Answers
Unwanted delay with WebCamTexture on Phone 0 Answers
WebCamTexture resolution and cropping problem on Android 0 Answers
How to get smooth device camera in gearvr like passthrough option? 0 Answers