12

A project I'm working on involves wireless transmission of images from a camera to a host computer in real time. Can the Raspberry Pi be used as a DSP for the camera for image acquisition and pre-processing?

Peter Mortensen
  • 2,004
  • 2
  • 15
  • 18
user5610
  • 121
  • 1
  • 3

3 Answers3

2

The OpenMAX API is available on the Raspberry Pi. It handles audio and video encoding/decoding, for example, JPEG.

The eLinux wiki lists other APIs usable on the Raspberry Pi:s graphic processor.

Peter Mortensen
  • 2,004
  • 2
  • 15
  • 18
Frepa
  • 2,261
  • 19
  • 17
0

It has a DSP for image postprocessing, but the drivers are closed, and you can't see the specification sheet unless you are NDAed, etc... Which is a bit annoying. I think they use it for the new camera module.

Peter Mortensen
  • 2,004
  • 2
  • 15
  • 18
James Bennet
  • 291
  • 1
  • 2
0

http://thinkrpi.wordpress.com/2013/05/22/opencv-and-camera-board-csi/

Pierre has worked on image processing on Rpi. I think you will find the mentioned tutorials helpful iff you have a prior knowledge of languages. AYBABTU