-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
The C920 is the replacement for the Logitech C910.
Currently it doesn't work with the UVCCameraControl.m
To make it work change in UVCCameraControl.h
#define UVC_PROCESSING_UNIT_ID 0x03
and in setData and getDataFor in UVCCameraControl.m ( two instances )
controlRequest.wIndex = (unitId << 8) | 0x00;
Note I get quite a bit of latency with this camera when the exposure is on a low value ( ie a dark image ) - I think this is due to the camera sending frames faster than ofQtKitVideoGrabber can handle them. Setting the exposure to a higher value reduces the lag to usable amounts. Might need to look into a way to drop frames in ofQtKitVideoGrabber.
Metadata
Metadata
Assignees
Labels
No labels