[docs] Installing on RPi

Open Beginner friendly
#31 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
68/100
Issue type
Documentation
Clarity
Mostly clear
Activity status
Quiet
Tech stack
python, raspberry-pi, shell

Research direction

Start by reviewing the attached picam2_check.py example and the minimal pixi.toml shown in the issue, then inspect the repository's existing documentation structure. Document the Raspberry Pi prerequisites, libcamera and libpisp removal command, pixi configuration, and example so a user can follow the setup successfully.

Written by the indexing model from the issue text.

Description

For anyone that wishes to try this on a Raspberry Pi, this is what I have found.

  • uninstall libcamera and libpisp from your system with sudo apt remove ...

  • you need this minimal pixi.toml:

[workspace]
channels = ["conda-forge"]
name = "libcam_test"
platforms = [{ platform = "linux-aarch64", glibc = "2.34" }]
version = "0.1.0"

[tasks]

[dependencies]
picamera2 = ">=0.3.36,<0.4"

This is a minimal picamera2 example to see if things are working:

picam2_check.py

Feel free to comment or create an issue if things go wrong.

Dominant language
Shell
Stars
1
Forks
5
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from conda-forge/libcamera-feedstock

All issues in conda-forge/libcamera-feedstock

Similar issues

More Shell/Bash issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.