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

zero: meta-csp: add image capture capability for scsat1 #53

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

Commits on Oct 9, 2024

  1. zero: meta-csp: add image capture capability for scsat1

    Implemented functionality to capture images (photos) using the camera on scsat1.
    
    Modified the camera service to use `libcamerify` in front of the program to
    ensure compatibility with libcamera.
    
    Utilized `v4l2` for direct image capture from the camera.
    
    This adds the capability to capture images from the camera on scsat1.
    
    Signed-off-by: Gaetan Perrot <[email protected]>
    moonlight83340 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    19b5522 View commit details
    Browse the repository at this point in the history
  2. zero: meta-csp: camera: Change JPEG quality

    Change JPEG quality from default value 75 to 90.
    Currently set as a define value, not a user configuration.
    
    Signed-off-by: Gaetan Perrot <[email protected]>
    moonlight83340 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    abe4b7e View commit details
    Browse the repository at this point in the history