IP Camera snapshot
D-Link DCS-3411
mjpeg
http://camera ip/video/mjpg.cgi
jpeg
http://camera ip/image/jpeg.cgi
http://camera ip/image/jpeg.cgi?profileid=1
From D-Link forum
Axis 205 Network Camera
Main page
http://camera ip/view/view.shtml?videos=
View moving jpg
http://camera ip/mjpg/video.mjpg
Take snapshot
http://camera ip/snapshot.shtml?picturepath=' + picturepath
Current image url
http://camera ip/jpg/image.jpg
Capture image with curl
curl -O http://camera ip/jpg/image.jpg
Crontab
Get file from ftp upload
* * * * * /usr/local/bin/curl http://domain.com/flood/camera/ftp/(camid)?ajax >> /home/(user)/cron.log 2>&1
** Get file from camera
* * * * * /usr/local/bin/curl http://domain.com/flood/camera/update/(camid)?ajax >> /home/(user)/cron.log 2>&1
เรียนรู้เพิ่มเติม
Relate topics
- nginx - ถึงเวลาซะที
- PHP PDO using
- การเก็บ JSON ใน MySQL ด้วย PHP
- macOS 12 Monterey: Web Server Setup/Apache/MariaDB/PHP Multiple Versions
- Ubuntu Server Installation
- Bug : isset($body['location']) ดันเป็นจริงเมื่อ $body ไม่ใช่ array
- MVC - แนวคิดเกี่ยวกับ MVC
- FTP chmod
- Hash & Salt
- Regular Expression - ยังไง ยังไง ก็ใช้ไม่ถูกสักที
- PHP : How to show Adsense on web
- PHP : Send SMS by smsgateway.com
- Directadmin PHP path
- Application Programming Interface (API)
- Enable Exif
- Make Ubuntu to be a web server (LAMP)
- SELECT - OnChange
- Class fpdf กับภาษาไทย
- มาแล้ว PHP 5.3 พร้อมกับ error ที่ไม่คาดฝัน
- Hello Twetter from SoftGanz