ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
cam_rgb_t Struct Reference

One RGB888 pixel used while scattering the four orientations. More...

Data Fields

uint8_t red
 Red RGB888 component.
uint8_t green
 Green RGB888 component.
uint8_t blue
 Blue RGB888 component.

Detailed Description

One RGB888 pixel used while scattering the four orientations.

Definition at line 42 of file cam_image.c.

Field Documentation

◆ blue

uint8_t cam_rgb_t::blue

Blue RGB888 component.

Definition at line 45 of file cam_image.c.

Referenced by cam_image_scatter().

◆ green

uint8_t cam_rgb_t::green

Green RGB888 component.

Definition at line 44 of file cam_image.c.

Referenced by cam_image_scatter().

◆ red

uint8_t cam_rgb_t::red

Red RGB888 component.

Definition at line 43 of file cam_image.c.

Referenced by cam_image_scatter().


The documentation for this struct was generated from the following file:
  • examples/ek_ra8d2/hw_validated/hil/camera_capture/src/cam_image.c