Sapphire SoC DS Sapphire SoC UG Sapphire HP SoC DS Sapphire HP SoC UG RISC-V Embedded IDE UG Board Support Package
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:
  • cam_init: Initialize all required camera sequence.
  • cam_startStreaming: Start Stream video.
  • cam_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:107
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.