Hello,
I bought a “Hiwonder JetMax JETSON NANO Robot Arm” (Hiwonder JetMax JETSON NANO Robot Arm ROS Open source Vision Recogniti).
I want to see the camera image from my Matlab.
The code is :
jetson_objet = jetson(‘192.168.149.1’ ,‘hiwonder’,‘hiwonder’);
camera_objet = camera(jetson_objet,“USB 2.0 PC Cam”,[640 480]);
I get the following error message :
Error using nvidiaio.internal.camera/open
Camera busy, unable to open the requested camera.
Does anyone know how to solve the problem?
Thank you.