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 IMX708 driver structure.

Variables

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

Variable Documentation

◆ IMX708_DRIVER

const cam_api_t IMX708_DRIVER
extern

#include <IMX708.h>

IMX708 Driver Instance. Point your generic CAM pointer to this structure to use the IMX708 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_api_t *drv = &IM708_DRIVER
drv->initCam(&camera);
struct cam_instance cam_instance_t
Forward declaration of CAM instance.
Definition cam.h:137
CAM API structure.
Definition cam.h:143
cam_status_t(* initCam)(cam_instance_t *cam)
Initialize Camera function pointer.
Definition cam.h:146

Definition at line 517 of file IMX708.c.