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

Add support for Bookworm with new rpicam-mjpeg backend #703

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Oct 21, 2024

  1. Install gpac from source if unavailable in apt repos

    This is an issue on bookworm, where the GPAC package is not available.
    
    Resolves silvanmelchior#689
    dylan-lom committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    58ed5ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b63776f View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    54b8d6e View commit details
    Browse the repository at this point in the history
  2. Remove --destdir argument when installing rpicam-mjpeg

    This flag *does not* behave like --prefix, like I thought it would.
    As a result the program was actually being installed to
    /usr/local/usr/local/...
    
    Also use which(1) to figure out where rpicam-mjpeg got installed to,
    in case the default prefix changes for some reason
    dylan-lom committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    1b234fb View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Yucheng-Yan authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    d6d44d4 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    Yucheng-Yan authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    e04e9fb View commit details
    Browse the repository at this point in the history
  5. Update README.md

    Yucheng-Yan authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    5db9596 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    b09bddf View commit details
    Browse the repository at this point in the history