Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drivers: video: Add support for arducam mega #66994

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on May 22, 2024

  1. drivers: video: add some video controls ID

    Add some common camera's control: VIDEO_CID_CAMERA_EXPOSURE_AUTO,
    VIDEO_CID_CAMERA_GAIN_AUTO, VIDEO_CID_CAMERA_WHITE_BAL_AUTO,
    VIDEO_CID_JPEG_COMPRESSION_QUALITY
    
    Signed-off-by: Lee Jackson <lee.jackson@arducam.com>
    Lee Jackson committed May 22, 2024
    Configuration menu
    Copy the full SHA
    1164c58 View commit details
    Browse the repository at this point in the history
  2. driver: video: add the fields of the video_buffer structure

    Adding frame length and fragmented frame status to indicate certain
    information about the frame when the video buffer is smaller than
    the frame length.
    
    Signed-off-by: Lee Jackson <lee.jackson@arducam.com>
    Lee Jackson committed May 22, 2024
    Configuration menu
    Copy the full SHA
    c78faad View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. drivers: video: add support for arducam mega

    The Arducam mega is an low power, rolling shutter camera,
    support connect one or more cameras any Microcontroller.
    It provides high-quality image capture and processing
    capabilities, making it highly suitable for various
    application fields, including machine vision, image
    recognition, and robotics, among others.
    
    Signed-off-by: Lee Jackson <lee.jackson@arducam.com>
    Lee Jackson committed May 23, 2024
    Configuration menu
    Copy the full SHA
    1e96928 View commit details
    Browse the repository at this point in the history
  2. samples: subsys: video: add arducam mega camera full-featured sample

    This example is a full-featured sample for the Arducam Mega camera
    driver. By using serial communication with a PC software, it can
    capture images, display them, and also control camera settings
    such as exposure and gain.
    
    Signed-off-by: Lee Jackson <lee.jackson@arducam.com>
    Lee Jackson committed May 23, 2024
    Configuration menu
    Copy the full SHA
    60de7c4 View commit details
    Browse the repository at this point in the history