Abstract
In this high technology world, as we know in day to day life the importance of different application using internet is becoming widespread. Rapid growth of such different application is due to the introduction of Rabbit Microprocessors. This processor is widely used in applications related to net camera. The net camera application using Rabbit Microprocessor development board RCM3365 is the most recent developing application in this field. In this project, I am using C328 CMOS image sensor camera to capture the image. There is a motion sensor, which will sense any motion, taking place in front of it and will in turn activate the camera to take the picture. The other way of activating the camera to take the picture is to enable the feature of capturing the snapshot every 0-30 seconds. CMOS image sensor is controlled by two servo motors; first one is the pan servo motor and second is the tilt servo motor. The captured image can be operated on, in different ways depending on the different applications. The image can be stored in flash memory available on the development board and can be accessed later on in time. It can also be viewed using a web browser. The entire board including the camera and the servo motors can be operated through web browser using Ethernet protocols. Also, the captured image can be sent in email by setting up the email settings and adding the email address we want to send the email to. As there is a motion sensor and two servo motors connected to the camera and the development board RCM3365, the prototyping board can also be used to implement an application including security live feed of any small area. This is a very flexible development board. Code can be written to achieve a GUI (Graphics User Interface) to access it from anywhere in the world via internet. This project also includes a software code written in Java language that creates a database of different images read. A webpage with the user interface from where a user can insert, delete and view the images is developed. Also, to search within the database a search algorithm of B-Tree is also implemented.