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

Per-frame pipeline latency exposed in HTTP Server-Timing headers. More...

#include <c6_camera_server.h>

Data Fields

uint32_t timestamp_ms
 Capture-start monotonic timestamp.
uint32_t capture_ms
 Camera capture latency.
uint32_t convert_ms
 Pixel conversion latency.
uint32_t encode_ms
 Codec latency.

Detailed Description

Per-frame pipeline latency exposed in HTTP Server-Timing headers.

Definition at line 57 of file c6_camera_server.h.

Field Documentation

◆ capture_ms

uint32_t c6_cam_frame_timing_t::capture_ms

◆ convert_ms

uint32_t c6_cam_frame_timing_t::convert_ms

Pixel conversion latency.

Definition at line 60 of file c6_camera_server.h.

Referenced by internal_c6_cam_http_frame(), internal_c6_cam_http_response(), and internal_c6_cam_http_stream().

◆ encode_ms

uint32_t c6_cam_frame_timing_t::encode_ms

◆ timestamp_ms

uint32_t c6_cam_frame_timing_t::timestamp_ms

Capture-start monotonic timestamp.

Definition at line 58 of file c6_camera_server.h.

Referenced by c6_cam_camera_capture_jpeg(), and internal_c6_cam_http_frame().


The documentation for this struct was generated from the following file: