RV32 SoC DS UG
High-Perf RV32 SoC DS UG
RV64 SoC DS UG API and Examples
Embedded IDE UG
Loading...
Searching...
No Matches

Overview

This is the IMX219 driver structure.

Variables

const cam_api_t IMX219_DRIVER
 IMX219 Driver Instance. Point your generic CAM pointer to this structure to use the IMX219 hardware.

Variable Documentation

◆ IMX219_DRIVER

const cam_api_t IMX219_DRIVER
extern

#include <IMX219.h>

IMX219 Driver Instance. Point your generic CAM pointer to this structure to use the IMX219 hardware.

Note
Implements the following hooks from cam_api_t:
  • initCam: Initialize all required camera sequence.
  • startStreaming: Start Stream video.
  • stopStreaming: Stop Stream Video.
See also
cam_api_t
// Example Usage:
cam.drv = &IMX219_DRIVER;
cam.drv->init(&camera);
struct cam_instance cam_instance_t
Forward declaration of CAM instance.
Definition cam.h:137
const cam_api_t IMX219_DRIVER
IMX219 Driver Instance. Point your generic CAM pointer to this structure to use the IMX219 hardware.
Definition IMX219.c:429

Definition at line 429 of file IMX219.c.