in IOT, Security

X Series IP Camera

Android app
https://play.google.com/store/apps/details?id=huiyan.p2pwificam.client&hl=ca

IOS appp
https://itunes.apple.com/us/app/ismartviewpro/id834791071?mt=8

RTSP / VLC Streaming

rtsp://{username}:{password}@{ip}/live/ch0
rtsp://{username}:{password}@{ip}/live/ch1

Snapshot from X Series IP Camera

http://{ip}/mjpeg/snap.cgi?chn=0

Default settings

Username admin
Password 123456

ONVIF

http://{ip}/onvif/device_servic

The X Series IP Camera follow ONVIF standard although the ONVIF service is disabled as default.

If you find this post useful you may be interested in Google AIY Vision Full Kit or a cheap IP camera.

Time-lapse done with this camera:

To create a time lapse use the following command in a machine with ffmpeg installed:

ffmpeg -i rtsp://admin:123456@192.168.1.112/live/ch0 -filter:v "setpts=0.1*PTS" -an timelapse.mp4

Write a Comment

Comment