-
i ran: `pip install rpi-libcamera`
output:
error: subprocess-exited-with-error
Preparing metadata (pyproject.toml) did not run successfully.
exit code: 1
[24 lines of output]
+ meson setu…
-
Hello everyone,
I tried to run the following camera on a Raspberry Pi 5:
innomaker Raspberry Pi industrial camera module, STARVIS IMX462
Due to the built-in sensor, the camera would be well suite…
-
Hi there,
I am trying to install libcamera and picamera2 inside my docker container based on arm64 debian bullseye for use on my raspberry pi cm4 fleet. I cannot install any of these things throug…
-
Currently, we use libcamera + OpenGL for GPU acceleration but we limit it to Raspberry Pi only. OpenGL is supported by ARM Mali GPUs as well so we should be able to adapt the current driver to support…
-
After setting up a new RPI, it turns out raspistill is no longer installed by default.
```
ERROR: /bin/sh: 1: raspistill: not found
```
https://www.tomshardware.com/how-to/use-raspberry-pi-camer…
-
`Following from:
https://libcamera.org/getting-started.html
and
https://www.raspberrypi.com/documentation/accessories/camera.html#libcamera-and-libcamera-apps
Skip over Getting Started to install …
-
/usr/bin/ld: skipping incompatible /etc/insta360/lib/libCameraSDK.so
I can't develop on the arm64 platform because of the above reasons.
Can you please distribute the SDK for the arm64 platform?…
-
**Is your feature request related to a problem? Please describe.**
NoIR cameras show slightly purple. This used to be resolved with a white balance mode called "greyworld", but now appears to need t…
-
### Environment
* Elixir version (`elixir -v`): 1.17.2
* Nerves environment: (`mix nerves.env --info`)
Nerves: 1.11.2
Nerves System BR: 1.29.0
* Additional information about your host, targe…
-
I am working on a module that uses two cameras connected to the board. Both of these cameras run on video stream mode (though for the sake of this mini example I've let one run in capture mode and one…