freeload101 / Java-Android-Magisk-Burp-Objection-Root-Emulator-Easy

Java Android Magisk Burp Objection Root Emulator Easy (JAMBOREE)
GNU General Public License v3.0
190 stars 22 forks source link

Enable Webcam for AVD #54

Open freeload101 opened 12 months ago

freeload101 commented 12 months ago

Something like this ..

To configure a webcam for the Android emulator in Android Studio:

  1. 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]

  2. In the Android emulator config.ini file located at ~/.android/avd/.avd/config.ini, add or update the line:

hw.camera.back=webcam1

This will set the back camera of the emulator to use the OBS virtual webcam. [1]

  1. Restart the Android emulator. The camera preview should now show the OBS studio output instead of the default camera.

  2. 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 ...

freeload101 commented 11 months ago

https://github.com/freeload101/Java-Android-Magisk-Burp-Objection-Root-Emulator-Easy/blob/21878c044ccad1313c7d218a2a7506e02dc8e821/JAMBOREE.ps1#L798

zakodai commented 2 months ago

doesn't work with me

freeload101 commented 2 months ago

I have created a issue template for you can you update this issue with the following ?:

Expected Behavior

Actual Behavior

Steps to Reproduce the Problem

1. 1. 1.

Specifications

freeload101 commented 2 months ago

doesn't work with me

I have created a issue template for you can you update this issue with the following ?:

Expected Behavior

Actual Behavior

Steps to Reproduce the Problem

1. 1. 1.

Specifications

Al-mualim commented 2 months ago

,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/.avd/config.ini possible workaround is to temprorary disable webcam0 and replace obs virtualcam with webcam0 that way might work? Freeload101 can you add a fix

freeload101 commented 2 months ago

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