Questions tagged [raspistill]

17 questions
0
votes
1 answer

Can raspistill connect with rtpjpegpay by pipeline

pi@raspberrypi:~ $ raspistill -w 800 -h 600 -tl 0 -t 0 -o - | test-launch "fdsrc ! image/jpeg ! jpegparse ! rtpjpegpay" stream ready at rtsp://127.0.0.1:8554/test But I failed to use vlc in win10 to connect with raspberry pi3. I dont know where…
helloHa
  • 11
  • 2
0
votes
0 answers

Raspicam and C++: camera not repoening properly after a release() call

I am using c++ and raspicam to take an image when certain conditions are hit in the image pixel values. When the conditions are hit, I release the camera in the c++ code, call a bash script that invokes raspistill, then reopen the camera once the…
1
2