Final Project

Camera

I acquired 160 angle FoV Raspberry Pi Camera and Rapsberry Pi Camera module ver 2.1.

I've checked ESP32-cam web camera and the expected FoV(Filed of view.. Also, I checked ESP32 Camera library using OV2640 module.

Though it's cheap and relatively easy to setup web camera server, I decided to use Raspberry Pi Camera module as it's easier to combine captured images with application on Raspbery Pi.

I setup Raspberry Pi Camera Module and install OpenCV library in python for capturing image.

Reference