-
Is there any chance to setup raspicam to work with heimcontrol.js?
I want to set it up with streamer but it doens't work.
p33k updated
10 years ago
-
Due to normalization, the images are underexposed and too dark, as shutter speed is limited to 33ms
case CV_CAP_PROP_EXPOSURE :
if ( _impl->getShutterSpeed() ==0 )
return -…
bocse updated
8 years ago
-
Raspberry have forced a change where the proprietry application Raspicam, which provides raspistill, is reoplaced by libcamera. Libcamera isn't capable of the longer exposures that the all sky camera …
-
После установки pip3 install picamera модуль picamera не работает, выдаёт ошибку:
```
pi@HSPR-0851:~/test_ws/src/hspr_test $ python3 -c "import picamera"
Traceback (most recent call last):
File …
-
Something is happening causing mjpg-streamer to be compiled without the input_raspicam plugin due to unmet dependencies. If I had to guess, something changed with the location of /opt/vc/include that …
-
When I use `./mjpg_streamer -i "input_raspicam.so" -o "output_http.so -w /www"` to start mjpg, an error accur.
`mmal: mmal_component_create_core: could not find component 'vc.ril.camera'
error creat…
-
Hi I am trying to get this library to work with the Raspberry Pi model B+ and the Raspicam but it seems to not detect the camera. I was just wondering if there was support for this or not, and if not …
-
When I set the rotation environment variable (to `180`), it fails to start, with the error:
```
systemctl status uv4l_raspicam.service
● uv4l_raspicam.service - LSB: Userspace Camera Driver
L…
-
Bonjour,
As explained in the title I'm able to compile and build the lib as well as raspicam_test and raspicam_still_test (open CV is not installed)
1 - raspicam_test works like a charm. It report…
-
I am using raspbery Pi 4 SoC with Ubuntu 20.10 64bit OS and trying to use raspberry Pi HD Camera.
I am able to compile 'raspicam' and below example code successfully, but when I am running this tes…