Connect OnePlus 9 Pro Android Smartphone Webcam to OBS Studio on Windows 11 Using DroidCam OBS Plugin via USB
This article provides a detailed guide on how to connect a OnePlus 9 Pro smartphone's webcam to OBS Studio on a Windows 11 PC using the DroidCam OBS plugin via USB. It covers the key concepts of this process, including the installation of necessary software and the configuration of the settings.
Installing Necessary Software
To start, make sure you have the following software installed:
- OBS Studio on Windows 11
- DroidCam OBS plugin
- DroidCam Webcam & OBS Camera app installed on your OnePlus 9 Pro smartphone (Android 14.0)
Connecting the Smartphone to the PC via USB
Connect your OnePlus 9 Pro smartphone to your PC using a USB cable. Once connected, enable the "File Transfer" or "USB Debugging" option on your smartphone.
Setting Up DroidCam OBS Plugin
After connecting the smartphone to the PC via USB, follow these steps to set up the DroidCam OBS plugin:
- Open OBS Studio and go to "Tools" > "DroidCam Source".
- In the DroidCam Source window, enter your smartphone's IP address, which you can find in the DroidCam Webcam & OBS Camera app on your smartphone. Make sure to enable USB connection in the app.
- Select the resolution and FPS, then click "Connect".
// Sample code for connecting to the smartphone via USB in the DroidCam Source window
droidcamSource.IpAddress = "192.168.1.3";
droidcamSource.Resolution = DroidCamResolution.HD720p;
droidcamSource.Fps = 30;
droidcamSource.Connect();
Configuring OBS Studio Settings
Now that the DroidCam OBS plugin is connected to your smartphone's webcam, configure the OBS Studio settings as follows:
- Add the DroidCam source to your scene.
- Position and resize the DroidCam source as desired.
- Check the audio settings and select the correct audio input if needed.
To connect the OnePlus 9 Pro smartphone's webcam to OBS Studio on Windows 11 using the DroidCam OBS plugin via USB, follow these steps:
- Install all necessary software.
- Connect the smartphone to the PC via USB and enable the necessary options on the smartphone.
- Set up the DroidCam OBS plugin.
- Configure the OBS Studio settings.