- Home /
Access android external Bluetooth Camera through webcamTexture
Hello all,
I am writing an application for android using Unity, where the user can capture screenshots through the phone's camera and make some processing on the captured texture. To achieve that I am using the WebcamTexture class to access the available cameras.
The desired camera devices are the phone's front and back cams as well an external bluetooth camera that I have paired with the phone. However the bluetooth camera is not reckognized at all and I cannot find a way to solve that currently.
Can someone propose a solution ? Is it actually possible to use an external bluetooth camera on android and access it through the webcamTexture class ?
Thank you in advance.
Does ANY android app that supports a camera recognise the Bluetooth camera? Before you specifically look at Unity, see if there are any other applications (Skype, perhaps?) that can detect the camera.
If your Bluetooth camera isn't natively supported by Android, you won't be able to engage with it in Unity.
Your answer
