Anyone else using this IP cam?
So far this is what i can say:
Pros :
- Cheap at $50
- Very easy to setup
- Supports SD Card recording
- Wide angle coverage
- Standard Micro-USB power plug
Cons :
- No third-party software
- App only for Android (Workaround for iOS below)
- Everything in Chinese (cons for me lol)
- Painful to mount. Must use a really really good double-sided tape
- Video quality is so so (CMOS Censor)
For iOS workaround, you can use IP Cam Viewer app to connect to your Xiaoyi IP camera (https://appsto.re/sg/GYaay.i). Connect through RTSP.
So far this is what i can say:
Pros :
- Cheap at $50
- Very easy to setup
- Supports SD Card recording
- Wide angle coverage
- Standard Micro-USB power plug
Cons :
- No third-party software
- App only for Android (Workaround for iOS below)
- Everything in Chinese (cons for me lol)
- Painful to mount. Must use a really really good double-sided tape
- Video quality is so so (CMOS Censor)
For iOS workaround, you can use IP Cam Viewer app to connect to your Xiaoyi IP camera (https://appsto.re/sg/GYaay.i). Connect through RTSP.
Code:
Ants Xiaoyi Smart Camera camera outputs are standard RTSP stream, you can use VLC Player or any other software connected camera supports RTSP streaming RTSP streaming online viewing.
First of all you need to know the camera's Web URL address, such as 192.168.1.128, RTSP is the IP address of the camera port 554, the we network that corresponds to the URL address of the camera is as follows:
Main stream:rtsp://192.168.1.128:554/ch0_0.h264
Minor stream:rtsp://192.168.1.128:554/ch0_1.h264
Audio stream:rtsp://192.168.1.128:554/ch0_3.h264
Last edited: