Ask Your Question
0

UVC compliant webcam

asked 2016-04-02 09:36:35 -0600

Gaby gravatar image

I'm trying to access an UVC compliant webcam (this model: https://www.e-consystems.com/OV4682-R...) on mac OS X (Yosemite 10.10.5).

I cannot access it by :

VideoCapture videoInput;
videoInput.open(1);

Although I'm able to open the built-in iSight webcam with videoInput.open(0); When I list the devices connected to my mac I see the webcam (See3Cam). In the terminal, "ioreg -p IOUSB" gives :

+-o Root <class ioregistryentry,="" id="" 0x100000100,="" retain="" 9=""> +-o XHCI Root Hub SS Simulation@14 <class iousbroothubdevice,="" id="" 0x1000002e3$="" |="" +-o="" card="" reader@15300000="" <class="" iousbdevice,="" id="" 0x1000012b2,="" registered,="" m$="" |="" +-o="" see3cam_cu40@15100000="" <class="" iousbdevice,="" id="" 0x100001c82,="" registered,="" $="" +-o="" xhci="" root="" hub="" usb="" 2.0="" simulation@14="" <class="" iousbroothubdevice,="" id="" 0x1000$="" +-o="" apple="" internal="" keyboard="" trackpad@14500000="" <class="" iousbdevice,="" id="" 0x1$="" +-o="" brcm20702="" hub@14300000="" <class="" iousbhubdevice,="" id="" 0x1000012b6,="" register$="" +-o="" bluetooth="" usb="" host="" controller@14330000="" <class="" iousbdevice,="" id="" 0x1000$<="" p="">

Thanks for your help

edit retag flag offensive close merge delete

Comments

In your link it saids:

Supported OS - Windows 7, Windows 8/8.1 and Linux

I would test the webcam on another compatible platform to see first if OpenCV can access it.

For Mac OS, I would first try to see if a webcam application can access it or I would send directly an email to the constructor.

Eduardo gravatar imageEduardo ( 2016-04-03 14:17:57 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
1

answered 2016-04-07 07:06:18 -0600

Markcon gravatar image

See3CAM_CU40is a RAW (output) camera, most 3rd party application does not support RAW format. We provide sample application for Windows & Linux. If it is for MAC OS then we can develop the same for you. For more detailed information contact [email protected]

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-04-02 09:34:58 -0600

Seen: 1,278 times

Last updated: Apr 02 '16