This is related to this thread:
The Android emulator is capable of using a connected webcam as a camera source for the emulated device. This needs to be specified when the device is launched, it's not something that is possible to enable afterwards (and so there's no option for it in the emulator settings). The way to enable...
I need to enable webcam to use as camera source in my emulated device, so I start it manually from the command line. This works just fine.
When I, in B4A, try to install my project in the emulated device, I get this error message:
An error occured.
Rapid Debugger failed to connect to process. Please try to run again.
I have cleaned the project and tried running several times - did not solve anything.
I have restarted ADB server in B4A - did not solve anything.
I have tried the legacy debugger option - did not solve anything. (It also did not give an error message, but that might just be how it works, I suppose.)
Any ideas?