Raspberry Pi 3 B, camera

Hi Robert, can you please recommend

  1. suitable camera smallest footprint, H264 compression to be connected and controlled by Raspberry Pi3?
  2. Suitable software for Raspberry Pi 3 B control and command of camera(s)?

thank you
Peter

@odenplan,

Most of the h264 camera’s I’ve seen are usb based.

Here is our list of Raspbery Pi cameras that connect to the Pi over the camera interface, so the compression would have to be done on the Pi:

The PINOIR seems to be the most useful:


 

Image

MFR PART # SC0024
DIGIKEY PART # 2648-SC0024-ND
MANUFACTURER Raspberry Pi
DESCRIPTION IMX219 Camera Sensor Raspberry Pi Platform Evaluation Expansion Board
DATASHEET Click Here

 


Doc’s are here: https://projects.raspberrypi.org/en/projects/getting-started-with-picamera

Regards,

Hi,
Just to make you aware.
If you should select this Zerocam.
It has a thinner cable made for the Pi Zero. You can’t directly connect it to the Pi3B.
Regards,
Michael

Just found a Version for the Pi3B

Regards,
Michael

Hi Michael

Does this camera have H264 compression?

Thank you

Peter

@odenplan no, that camera utilizes the BCM2835’s CSI bus, which transfers raw pixels from the camera to the Raspberry Pi.

H264 would still have to be done on the Pi.

Regards,