v4l2_ctrl_get_name(9) Get the name of the control

SYNOPSIS

const char * v4l2_ctrl_get_name(u32 id);

ARGUMENTS

id

The control ID.

DESCRIPTION

This function returns the name of the given control ID or NULL if it isn't a known control.

COPYRIGHT