-
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 it could be fixe…
-
Hello,
I was trying the OpenCV example on an raspberry Pi 3. The simple_test or raspistill gives me a clear image. If I use the OpenCV example and `imshow(frame)`, I receive **stripes and duplicate…
-
works only on Windows Chrome
root@raspberrypi:~# service uv4l_raspicam status
● uv4l_raspicam.service - UV4L Raspicam
Loaded: loaded (/etc/systemd/system/uv4l_raspicam.service; enabled; vendor…
-
(this was also posted in answerrs.ros.org)
- Turtlebot3 from Robotis
- Ubuntu 18.04
- ROS Melodic
- Raspi Camera installed
I have the raspbery pi camera set up well enough so that when I run …
-
```
void RaspiCam_Still::setShutterSpeed(unsigned int ss) {
_impl->setShutterSpeed(ss);
}
void RaspiCam_Still::setAWB_RB(float red_g, float blue_g) {
_impl->setAWB_RB(…
jhihn updated
3 years ago
-
Hi,
I installed [roomblock](https://github.com/tork-a/roomblock) according to the instructions (`sudo apt-get install ...`).
First I launched `roscore`, then on separate terminal, I launched `…
-
i'm trying to compile on a x64 rapsbian (pi3)
first package libjpeg8-dev is not in deb 10 repo so installed libjpeg-dev
but i've error on compilation :
[ 44%] Linking C shared library inpu…
-
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 h…
-
Hello Joakim,
I'm glad about your project is documented and public for all of us who are having this problems :-) Thank you very much! I'll keep you up2date with my project.
I'm not really a good…
-
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 …