V380 Cloudcam
Need to patch the firmware to activate RTSP on port 554.
Solution found here
I found the solution after talking with the support team of these cameras. It is necessary to upgrade the firmware of the camera to open the onvif ports. Download files here
- Unzip the files
- Copy the files to the root of the microSD
- Restart the camera
- Wait until the update finishes, listening if you have a horn or watching the LEDs
- Check that the 554 port has been opened
- Delete the SD update files
config.json
{
"platform": "Camera-ffmpeg",
"cameras": [{
"name": "V380",
"videoConfig": {
"vcodec": "h264_omx",
"source": "-re -i rtsp://admin:password@XXX.XXX.XXX.XXX/live/ch00_1",
"maxFPS": 25,
"maxHeight": 720,
"maxStreams": 2,
"maxWidth": 1280
}
}]
}
Notes
/live/ch00_1 : 1280x720
/live/ch00_0 : 640x480