pub unsafe extern "C" fn CAMU_SetOutputFormat(
select: u32_,
format: CAMU_OutputFormat,
context: CAMU_Context,
) -> ResultExpand description
Sets the output format of the given camera in the given context.
ยงArguments
select- Camera to use.format- Format to output.context- Context to use.