google-coral / examples-camera

Small code snippets that show how to stream camera images to a Coral device.
Apache License 2.0
347 stars 115 forks source link

Raspberry Pi camera on Coral Edge Tpu board? #100

Open charbull opened 1 year ago

charbull commented 1 year ago

Description

Hi,

It seems that the Coral Camera for the Coral Dev Board is out of stock: https://coral.ai/products/camera/ Was curious if someone plugged a raspberry pi camera instead on a coral dev board? Such as this one? https://www.adafruit.com/product/3100

Cheers, Charbull

Click to expand! ### Issue Type Others ### Operating System Mendel Linux ### Coral Device Dev Board ### Other Devices _No response_ ### Programming Language _No response_ ### Relevant Log Output _No response_
MarioCavero commented 1 year ago

Will try it out soon, but my first guess is that it should, if the connector is MIPI-Csi. Coral: Connects through the MIPI-CSI interface.

Raspberry pi camera: It attaches to the Pi by way of one of the small sockets on the board's upper surface and uses the dedicated CSi interface, designed especially for interfacing to cameras.

MxFxM commented 3 months ago

Any results yet? I was stumbling across this question too.