We have recently purchased a OAK-D-S2 camera, our current goal is to set it up as a web camera. From your support setup website we are using the OBS software on Windows to use set it up as a webcam. However, during the setup and following the given tutorial the following error is given in the Powershell:
PS C:\Users\brownc> python3 depthai-python/examples/ColorCamera/rgb_video.py
[2022-08-11 09:50:27.857] [warning] Insufficient permissions to communicate with X_LINK_BOOTED device having name "2.13". Make sure udev rules are set
Traceback (most recent call last):
File "C:\Users\brownc\depthai-python\examples\ColorCamera\rgb_video.py", line 27, in <module>
with dai.Device(pipeline) as device:
RuntimeError: No available devices
How do we go forward and/or what is missing to use the camera in the OBS software?