Connecting a 3d Camera Over a network
I am trying to connect to Astra Stereo S – Orbbec remotely. Setup: The camera is connected to a PC on the robot and the software is running on a remote PC.
Desired Solution: Setting up camera parameters on the internet and retrieving on the Ros parameters and changing the files appropriate to look for the camera parameters.
I have successfully changed the code (here 1. in OndeviceConnected()
and 2. in initDevice()
) to look for the parameters on the network if available.
But now the software is trying open device (it is connected on a robot PC and the software is looking in the local machine). I think the changes should be made here in OpenCamera()
which actually takes UVCCameraConfig
.
Currently I am not having the solution which sort of script should I run on the robot PC which allows to open a usb camera and how should I open the device from remote PC.
Sorry if the questions is silly (I am not an expert in vision).
Any suggestions and leads will highly be appreciated.