raspicam icon indicating copy to clipboard operation
raspicam copied to clipboard

AVA RaspiCam: C++ API for using Raspberry camera with/without OpenCv

Results 45 raspicam issues
Sort by recently updated
recently updated
newest added

Hello, during _cmake ._ I get the following output: > CMake Deprecation Warning at CMakeLists.txt:4 (CMAKE_MINIMUM_REQUIRED): > Compatibility with CMake < 2.8.12 will be removed from a future version of...

I'm trying to compile the library on a Pi 4 64-bit Raspberry OS. I get the following error ``` [ 4%] Linking CXX shared library libraspicam_cv.so /usr/bin/ld: /opt/vc/lib/libmmal_core.so: error adding...

`sudo ./raspicam_test` **Error:** mmal: mmal_vc_component_create: failed to create component 'vc.ril.camera' (1:ENOMEM) **Solution:** `sudo raspi-config` Interface Options -> Legacy camera enable -> yes

while using this link I get the error fatal: unable to access 'https://github.com/cedricve/raspicam.git/': Could not resolve host: github.com please tell me why i get this error and how i cam...

I'm wondering whether this library works with the Raspberry Pi HQ camera? If so is it good enough to capture time lapse images using the newer camera stack on Raspberry...

Hello, I'm trying to use the still feature of raspicam but I found the header file raspicam_still.h is not installed (only raspicam_still_cv.h is). I'm no CMake expert, but I think...

I can't install raspicam on my RPi3B with Manjaro installation. Also I don't want to switch to Raspbian because I'm already set only without camera set. ```sh ✘ unity@earth ...

Hi, I would like no know if it is possible to use raspicam API with the StereoPI computer (a raspberry pi with two camera ports -- see details in https://stereopi.com/)....

I have set the resolution at 640x480, exposure at 100, fps at 30 and white balances at 100. But the captured images are different in color! Some of them are...

I have the Raspberry Pi Cam 2 NoIR on a Raspberry Pi Zero, and I am successfully capturing frames with the following code, which is based heavily on the sample...