Skip to content

What does uvc_frame_info structure represent #9

@sheraz045

Description

@sheraz045

Hi,
I wanted to understand uvc_frame_info structure

struct uvc_frame_info {
unsigned int width;
unsigned int height;
unsigned int intervals[8];
};

static const struct uvc_frame_info uvc_frames_yuyv[] = {
{
640,
360,
{666666, 10000000, 50000000, 0},
},

what does {666666, 10000000, 50000000, 0}, represent even though intervals has 8 values why only four are filled

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