Raspberry Pi Camera Rev 1.3 (Camera)

Collection of structured data for analysis and processing.
Post Reply
sohanuzzaman56
Posts: 69
Joined: Thu Dec 26, 2024 5:18 am

Raspberry Pi Camera Rev 1.3 (Camera)

Post by sohanuzzaman56 »

At the prototype stage, Rudi's team used a raspberry pi rev 1.3 camera. The resolution of this camera is also relatively small, only about 1.3 mp. Yes, of course it cannot be compared to your current cellphone camera. However, for the needs of developing an IoT package notifier product, this camera is considered sufficient.

However, the raspberry pi rev 1.3 camera still has some shortcomings that must be considered. So, in the final process of developing the package notifier device from Rudi's team decided to replace the raspberry camera with a webcam that is freely available on the market.

- NOOBS Operating System

This NOOBS Operating System has been provided by raspberry list of find your cell phone numbers so that developers only need to download and inject the system using a micro sd into the raspberry pi. After the installation is complete, developers can modify the system according to the desired needs. In this case "the sky is the limit". Rudi's team created a system that can activate the camera and give commands to capture information in the form of photos / images. This information retrieval occurs if the physical button (which has been given a trigger to display the command) is pressed. In short, if you press a certain button, the camera will take a photo.

- SSChat

Of course, information visualized in the form of photos has an end goal. Well, Rudi's team decided to utilize the intra chat system that SoftwareSeni already uses. SSChat. Armed with the wireless LAN feature that Raspberry Pi 3 already has, Rudi's team created a command on the system on the package notifier device. The command contains the source code to send the output taken from the camera to the destination address. In this case, the destination address is SSChat. So, when there is an interaction between the user and the IoT package notifier device owned by Rudi's team, automatically, the output from the camera will send information in the form of photos/images to the SSChat system. And, all employees in the system can find out whose package has just arrived.
Post Reply