Setup for camera Foscam C1 #1280
GcoGr
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wanted to configure my Foscam C1 cameras but didn't find any specific information.
However, I managed to get them working after trying configurations recommended for other Foscam products.
I'd like to share it to anyone with the same problem. It's working now in all my Foscam C1 cameras, you only need to replace UserName, UserPassword and the IP address of your camera:
"name": "Camera FFmpeg",
"cameras": [
{
"name": "Coches",
"manufacturer": "Foscam",
"model": "C1",
"serialNumber": "01234",
"firmwareRevision": "1.9.3.18_2.52.2.50",
"unbridge": true,
"videoConfig": {
"source": "-i rtsp://UserName:UserPassword@192.168.0.27/videoMain",
"stillImageSource": "-i http://192.168.0.27:88/cgi-bin/CGIProxy.fcgi?cmd=snapPicture2&usr=UserName&pwd=UserPW",
"maxFPS": 15,
"maxBitrate": 100
}
}
],
"platform": "Camera-ffmpeg"
Hope this helps to someone.
Regards,
Guillermo
Beta Was this translation helpful? Give feedback.
All reactions