Questions tagged [raspicam]

The CSI interface camera from the Raspberry Pi Foundation available in a natural colour and a NoIR version without infrared filter, latter is suited for night vision and other special applications.

http://www.raspberrypi.org/wp-content/uploads/2013/07/RaspiCam-Documentation.pdf

542 questions
47
votes
12 answers

What causes ENOSPC error when using the Raspberry Pi camera module?

I have been getting the error message below when attempting to use the Raspberry Pi camera # raspistill -o /tmp/gate_now.jpg mmal: mmal_vc_component_enable: failed to enable component: ENOSPC mmal: camera component couldn't be enabled mmal: main:…
TomG
  • 1,181
  • 2
  • 10
  • 22
38
votes
8 answers

RasPi Camera Board and Motion

I just got my Camera Board and a Model A Raspberry Pi to use as a security camera for my house. I had been using Motion with a Logitech C170 USB camera on my Model B board and it worked great except for the quality. I was expecting the Raspberry Pi…
11chubby11
  • 4,872
  • 5
  • 26
  • 32
26
votes
5 answers

How can I enable the camera without using raspi-config?

I am trying to use the raspi camera on a minimalized version of wheezy. The command raspi-config is not available. I have been able to do everything without it so far by editting /boot/config.txt or installing missing software with apt-get.…
Octopus
  • 797
  • 1
  • 9
  • 19
23
votes
4 answers

Modern way to stream H.264 from the Raspberry Cam

I got the Pi B+ and the Pi camera and am now trying to find the most efficient (low CPU) and lowest-latency configuration to stream H.264 encoded video from the camera to my home server. I've read the…
nh2
  • 411
  • 1
  • 3
  • 8
20
votes
4 answers

Raspistill slow to trigger?

I'm trying to trigger "many" raspberries together, while using raspistill is only for testing, i'm wondering why taking a picture is so slow, i made a test and, at the same time as i hit enter on this command: raspistill -o /home/pi/test55.jpg -ex…
Ronan Thibaudau
  • 360
  • 1
  • 3
  • 9
18
votes
2 answers

Take images in a short time using the Raspberry Pi camera module

I'm working on a project in which I need to take about 30 images per second (no movie) using the Raspberry Pi camera module. I'm using the Picamera library (http://picamera.readthedocs.org/en/latest/api.html) for that but the problem is, that taking…
Timo Denk
  • 285
  • 1
  • 3
  • 9
15
votes
2 answers

Can I record a 24 hour video on the Raspberry Pi with camera module?

Given that I have an SD card with sufficient capacity, is it theoretically possible to record a 24 hour video with a camera module or is the recording duration limited? Has anyone tried this? Do you think 64GB be enough on a 360p recording quality?
Joel
  • 537
  • 2
  • 5
  • 5
14
votes
2 answers

Using OpenCV with RasPiCam and python

Has any one been able to get OpenCV to directly play video from the RasPiCam board using python? I've seen some projects involving workarounds, but what I'm interested in is being able to use the RasPiCam board with OpenCV as if it were a USB…
Ryan
  • 243
  • 1
  • 2
  • 5
13
votes
2 answers

How long does the RPi last on a battery?

For how long can the Raspberry Pi run when powered from a battery of a given capacity? Of course this will strongly depend on how it is used and what devices are connected, but I am trying to get a rough estimate for my use case, to be able to…
Szabolcs
  • 662
  • 2
  • 6
  • 18
12
votes
3 answers

Raspberry Pi 3 has less than 1GB memory available at OS level

I don't know if it is a critical issue or not. But, I need to get rid of the question marks in my mind. I recently purchased a Raspberry Pi 3 board and while I was playing with it, I realized that meminfo shows the physical memory size much…
vaha
  • 1,290
  • 2
  • 11
  • 20
11
votes
7 answers

How do you configure the Pi Zero to act as a USB webcam using the plug in camera?

There are lots of guides which tell you how to configure the raspberry Pi Zero as a mass_storage device or Ethernet device, most of these mention the ability to make the Pi act as a webcam but none have explained how to do it. I've tried following…
user3797758
  • 291
  • 1
  • 4
  • 16
11
votes
3 answers

Do I Need To Replace My Raspberry Pi Camera?

I know that there are several threads here that discuss this issue, however none of the solutions have made any difference. Anyway, when I plug in my RPi Camera into my B board, I get this error: mmal: No data received from sensor. Check all…
M2com
  • 311
  • 1
  • 3
  • 9
11
votes
2 answers

Sending Raspberry Pi Camera preview to a laptop running VNC Viewer

I currently have a raspberry pi model B with a raspberry pi camera connected to it. The raspberry pi is connected to my router via an Ethernet cable, I control the raspberry pi through VNC viewer on my laptop. The issue I have is when controlling…
Darth Vader
  • 4,218
  • 24
  • 47
  • 70
11
votes
2 answers

How can I get Raspivid to skip h264 encoding? (getting rid of 5 second latency streaming video)

There are gazillions of forums and threads about getting rid of a 5 second latency when using a Pi together with a PI-Cam as a surveillance camera. Many tutorials show how to use vlc to encode and stream the images using the RTP protocol which…
Louis Somers
  • 283
  • 1
  • 3
  • 10
11
votes
3 answers

Pi Camera - how to create a flash?

I have a need to take photos with the Pi camera, but to illuminate the subject. The subject will be 1m or so away, but will be in total darkness most of the time. Therefore, I need a flash of some kind. I'll only be taking a picture every hour or…
fistameeny
  • 211
  • 1
  • 2
  • 3
1
2 3
36 37