Nvidia Jetson Nano two Webcams with same name

2 次查看(过去 30 天)
I have to Logitech C720 cams which name is not a valid identifier since the cam gets the name from the Card-Type. The method camlist returns both cameras: one on /dev/video0 and the other on /dev/video1. Since the camera method uses the camname for analysing the device index, the sscanf function returns an error because to names are available.
My solution for the Moment is to rewrite the function, but this issues should be fixed in future releases.
  1 个评论
Sai Ram Sristi
Sai Ram Sristi 2023-1-20
Hi Matti,
The camera function enables the user to create a camera object based on the card-type. To create a camera object for the desired camera, provide the Card-type(Ex '/dev/video0') in place of 'VideoDeviceID' in the below syntax.
camObj = camera(hwObj, cameraName, resolution, 'VideoDevice', '<VideoDeviceID>');

请先登录,再进行评论。

回答(1 个)

Ramakrishna Mandalapu
Hi Matti,
The camera function enables the user to create a camera object based on the card-type. To create a camera object for the desired camera, provide the Card-type(Ex '/dev/video0') in place of 'VideoDeviceID' in the below syntax.
camObj = camera(hwObj, cameraName, resolution, 'VideoDevice', '<VideoDeviceID>');
  1 个评论
Walter Roberson
Walter Roberson 2025-3-17
This duplicates what @Sai Ram Sristi already posted.
If the point was to move Sai's posting to be an Answer, then the moderators have tools to do that.

请先登录,再进行评论。

产品


版本

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by