Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: balena-io-experimental/libcamera-apps
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: CoderBotOrg/libcamera-apps
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 7 commits
  • 2 files changed
  • 1 contributor

Commits on Jul 3, 2024

  1. Update Dockerfile.template

    previ authored Jul 3, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    9e95a5e View commit details
  2. Update README.md

    previ authored Jul 3, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    f2332f2 View commit details
  3. test

    previ authored Jul 3, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    d4aec82 View commit details
  4. Update Dockerfile.template

    previ authored Jul 3, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    850ac0c View commit details
  5. Update Dockerfile.template

    previ authored Jul 3, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    b9e8d59 View commit details
  6. Update Dockerfile.template

    previ authored Jul 3, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    701390d View commit details
  7. Update Dockerfile.template

    previ authored Jul 3, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    bde0dfc View commit details
Showing with 9 additions and 5 deletions.
  1. +8 −4 Dockerfile.template
  2. +1 −1 README.md
12 changes: 8 additions & 4 deletions Dockerfile.template
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
FROM balenalib/%%BALENA_MACHINE_NAME%%-debian:bullseye
FROM balenalib/%%BALENA_MACHINE_NAME%%:bookworm-20240429

RUN install_packages gnupg

RUN echo "deb http://archive.raspberrypi.org/debian/ bookworm main" > /etc/apt/sources.list.d/raspi.list \
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 82B129927FA3303E

RUN install_packages \
libcamera-dev \
libcamera-apps-lite \
python3 \
libcamera-apps \
v4l-utils

WORKDIR /usr/src/app
@@ -16,4 +20,4 @@ RUN chmod +x start.sh

ENV UDEV=on

CMD ["sh","./start.sh"]
CMD ["sh","./start.sh"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -3,4 +3,4 @@
Example to showcase Raspberry Pi Foundation's new camera stack based on `libcamera`


[![balena deploy button](https://www.balena.io/deploy.svg)](https://dashboard.balena-cloud.com/deploy?repoUrl=https://github.com/balena-io-playground/libcamera-apps)
[![balena deploy button](https://www.balena.io/deploy.svg)](https://dashboard.balena-cloud.com/deploy?repoUrl=https://github.com/CoderBotOrg/libcamera-apps)