pub unsafe extern "C" fn CAMU_SetOutputFormat(
    select: u32_,
    format: CAMU_OutputFormat,
    context: CAMU_Context
) -> Result
Expand 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.