Skip to main content
deleted 22 characters in body
Source Link
slm
  • 379.8k
  • 127
  • 793
  • 897

I'm using a raspberryRaspberry pi to monitor a self-service fridge. When the door opens, a shell script is being executed to capture pictures until the door closes again. The problem, however, is the speed of the ARM-processor. Capturing in full resolution using fswebcam takes 2-4 seconds, which is too long.

Our idea to solve this is to split the process:

  1. Capture raw images and save to memory card
  2. After the door is closed, process the raw data. This is not time-critical.

Now, my questions are:

  1. Is this possible / wise?
  2. Which program should I use?

Thanks in advance!

I'm using a raspberry pi to monitor a self-service fridge. When the door opens, a shell script is being executed to capture pictures until the door closes again. The problem, however, is the speed of the ARM-processor. Capturing in full resolution using fswebcam takes 2-4 seconds, which is too long.

Our idea to solve this is to split the process:

  1. Capture raw images and save to memory card
  2. After the door is closed, process the raw data. This is not time-critical.

Now, my questions are:

  1. Is this possible / wise?
  2. Which program should I use?

Thanks in advance!

I'm using a Raspberry pi to monitor a self-service fridge. When the door opens, a shell script is being executed to capture pictures until the door closes again. The problem, however, is the speed of the ARM-processor. Capturing in full resolution using fswebcam takes 2-4 seconds, which is too long.

Our idea to solve this is to split the process:

  1. Capture raw images and save to memory card
  2. After the door is closed, process the raw data. This is not time-critical.

Now, my questions are:

  1. Is this possible / wise?
  2. Which program should I use?
edited tags
Link
goldilocks
  • 90k
  • 33
  • 212
  • 272
edited tags; edited title
Link
goldilocks
  • 90k
  • 33
  • 212
  • 272

capture still pictures on raspberry pi Capture raw image from V4L (webcam) device

Source Link
Finwood
  • 141
  • 1
  • 6
Loading