camera in beaglebone black

hi ,

i want to know whether beaglebone black support camera sensor (not usb/web cam)?

Hi,

There is no CSI connector on BBB, and you don’t want USB webcamera. This rules out most of the camera options.

You can hook a parallel sensor and use PRU to acquire frames. But it is difficult, and would require integration work from you. If you decide to go that way, check my OV7670 project for a starting point: https://github.com/dinuxbg/pru-gcc-examples/tree/master/ov7670-cam

Regards,
Dimitar