raspicam
raspicam copied to clipboard
AVA RaspiCam: C++ API for using Raspberry camera with/without OpenCv
In `Private_Impl` class defined function `setVideoStabilization`, and this function param setted to `State.videoStabilisation`. But, in `Private_Impl` not defined `getVideoStabilization`. If necessary, i can create a merge request with the necessary...
Hi, I am having trouble to get the raspicam_still_test working. compiling and linking went without any problems. running raspicam_test works just fine but when I want to run raspicam_still_test it...
Hello, Can your project acquire RAW still images from the raspberry pi camera? (I haven't seen mention in the code, sorry if asking this question here is inappropriate) Thanks, wall0159
compile Error: 'previously declared here on' on 'MMAL_PARAMETER_INT32_T camera_num' when running cmake.
How can we address which camera to use? I have two on my system.
the issure is: /home/pi/raspicam/src/private/private_impl.cpp:187 :Private_Impl::retrieve type is not RASPICAM_FORMAT_IGNORE as it should be mmal: mmal_vc_component_enable: failed to enable component: ENOSPC mmal: camera component couldn't be enabled mmal: main: Failed to...
Hello. Is there any chance to unmount/destroy the camera? I would like to use it in two programs working in parallel.
Hi, i am using this raspicam.h in the https://gitlab.inria.fr/line/aide-group/aide project, really fine, and experiment bith raspicam::RaspiCam and raspicam::RaspiCam_cv with a PiCamera v2 which hardware characterisrics are e.g. there https://picamera.readthedocs.io/en/release-1.12/fov.html But...