Skip to content

Logitech C920 support  #2

@ofTheo

Description

@ofTheo

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions