Open freeload101 opened 12 months ago
doesn't work with me
I have created a issue template for you can you update this issue with the following ?:
1. 1. 1.
doesn't work with me
I have created a issue template for you can you update this issue with the following ?:
1. 1. 1.
,Expected behaviour : Getting AVD working with webcam of obs
Actualy behaviour : Android Studio will ignore webcam1 and return "None" type
Tested on Android Studio 2023 , 2024 on
i Can confirm that windows 10 and windows 11 can't feed obs virtual cam data into Android studio by just changing ~/.android/avd/
Yeah I don't think that would work what you're looking for is some kind of program that will make a virtual webcam look like a hardware webcam..?
It's kind of at a scope for JAMBOREE traditionally when people are trying to do stuff with Android and webcams they're trying to bypass some sort of identity check and there's literally $100,000 bounties for that stuff not going to figure it out it's way above both our pay grades ;)
Let me know if you have any other suggestions thanks again
Something like this ..
To configure a webcam for the Android emulator in Android Studio:
Install OBS (Open Broadcaster Software) and enable the OBS virtual camera feature. This will create a virtual webcam that can be used by other applications. [1]
In the Android emulator config.ini file located at ~/.android/avd/.avd/config.ini, add or update the line:
This will set the back camera of the emulator to use the OBS virtual webcam. [1]
Restart the Android emulator. The camera preview should now show the OBS studio output instead of the default camera.
Make sure to enable the OBS virtual camera and set up your scene in OBS studio to display what you want the emulator camera to show.
Let me know if you have any other questions!
[1] Using the OBS Virtual Camera in the android emulator : r ...