libcamera v0.2.0+120-eb00c13d
Supporting cameras in Linux since 2019
Enumerations | Variables
libcamera::controls::rpi Namespace Reference

Namespace for rpi controls. More...

Enumerations

enum  { STATS_OUTPUT_ENABLE = 20001 , BCM2835_STATS_OUTPUT = 20002 , PISP_STATS_OUTPUT = 20003 }
 

Variables

const Control< bool > StatsOutputEnable
 Toggles the Raspberry Pi IPA to output a binary dump of the hardware generated statistics through the Request metadata in the Bcm2835StatsOutput control. More...
 
const Control< Span< const uint8_t > > Bcm2835StatsOutput
 Span of the BCM2835 ISP generated statistics for the current frame. This is sent in the Request metadata if the StatsOutputEnable is set to true. The statistics struct definition can be found in include/linux/bcm2835-isp.h. More...
 
const Control< Span< const uint8_t > > PispStatsOutput
 Span of the PiSP Frontend ISP generated statistics for the current frame. This is sent in the Request metadata if the StatsOutputEnable is set to true. The statistics struct definition can be found in https://github.com/raspberrypi/libpisp/blob/main/src/libpisp/frontend/pisp_statistics.h. More...
 

Detailed Description

Namespace for rpi controls.

Variable Documentation

◆ Bcm2835StatsOutput

libcamera::controls::rpi::Bcm2835StatsOutput
extern

Span of the BCM2835 ISP generated statistics for the current frame. This is sent in the Request metadata if the StatsOutputEnable is set to true. The statistics struct definition can be found in include/linux/bcm2835-isp.h.

See also
StatsOutputEnable

◆ PispStatsOutput

libcamera::controls::rpi::PispStatsOutput
extern

Span of the PiSP Frontend ISP generated statistics for the current frame. This is sent in the Request metadata if the StatsOutputEnable is set to true. The statistics struct definition can be found in https://github.com/raspberrypi/libpisp/blob/main/src/libpisp/frontend/pisp_statistics.h.

See also
StatsOutputEnable

◆ StatsOutputEnable

libcamera::controls::rpi::StatsOutputEnable
extern

Toggles the Raspberry Pi IPA to output a binary dump of the hardware generated statistics through the Request metadata in the Bcm2835StatsOutput control.

See also
Bcm2835StatsOutput