Linux Security Camera Software Ubuntu
It can be annoying when some other person uses your PC or your desktop is stolen. But if it has a webcam, we can set motion detection software. How is Linux security camera software Ubuntu used?
It can be annoying when some other person uses your PC or your desktop is stolen. But if it has a webcam, we can set motion detection software. How is Linux security camera software Ubuntu used?
Motion detection software monitors the video signal from the webcam. It takes the screenshots when motion is detected.
Installation:
Configuration:
Scroll down to search for the following settings:
Daemon: enable it. It will make the applications run in the background and they will start as soon as the PC is switched on.
Width: it is the breath of pictures taken by the webcam.
Height: length of the pictures taken.
Framerate: times the image is captured in a second.
Motion detection threshold: changed pixels before capturing.
Output normal: this ensures that the images are saved as long as the motion is recognized.
Target_dir : it is the destination directory of the pictured. After the configuration, press Ctrl + o for saving and Ctrl + x to come out. How to start the motion?
Go to command prompt and enter ‘sudo motion’.
If your Server starts then you could see the images in the destination directory.
How to manage the saved pictures?
You can save the images to the Dropbox (if you have installed it).
But if you want to upload them in your own file Server then type ‘sudo apt-get install wput’ in the command window.
You can autostart the software everytime you boot up your desktop by add it to the Startup Application.