pageauc / pi-timolo

Raspberry PI-TIMOLO ( PI-TImelapse, MOtion, LOwLight ) uses RPI picamera and OpenCV for Remote Headless Security Monitoring using Motion Tracking, Rclone Auto Sync files with remote storage services. Auto Twilight Transitions and Low Light Camera Settings. Panoramic images using PanTiltHat and More. This project is featured on GitHub Awesome software.
MIT License
548 stars 101 forks source link

How do I use the ip camera? #68

Closed biencuong closed 6 years ago

biencuong commented 6 years ago

How do I use the ip camera? Please guide me!

pageauc commented 6 years ago

Do you mean pi-camera? or something else like an internet protocol camera. Not sure what the question is.
The raspberry pi camera is the default that pi-timolo uses, but you would need one installed. Make sure the pi-camera is enabled from the raspi-config utility per https://www.raspberrypi.org/documentation/configuration/camera.md

Also the default setting for motion is motionTrackQuickPic = True that takes a smaller image from the video stream. You can set motionTrackQuickPic = False and the pi-camera will take a regular non stream image but there will be a delay due to the time for the camera to warm up.

There is more information in the github wiki page here https://github.com/pageauc/pi-timolo/wiki Hope this helps. A better explanation of your question would help.