Yes that is correct you specify the âdurationâ but no matter how long I specify, my intcam will only remain alive for a maximum of 300 seconds (5 minutes) regardless of whether it is plugged on or not. Ie. If I send a duration of 1200 seconds as soon as I connect to the camera it would return a keepalive value of 300 seconds. If 60 seconds had already elapsed since the camera woke up and I send the same command for 1200 seconds (or anything greater than 240 seconds) the camera would simply return a value of 240 seconds (being the remainder of the maximum 300 seconds allowed per wake session).
The outcam firmware must be different if its mains powered.
Re: battery level, yes /API10/getSystemConfig âBatteryâ parameter provides the battery level.
I was hoping to just leave the camera permanently hooked up to a power supply and for the video feed to remain live connected via Blue Iris.
It will be interesting to see if you can get the RSTP into ZoneMinder.
A few other calls that may be of interest and could possibly be similar to the outcam version:
API10/getDeviceInfo
âModelâ: âSWWHD-INTCAM-AUâ,
âFactoryâ: âSwannâ,
âSerialâ: ââ,
âHW Versionâ: âv1â,
âP2P Idâ: ââ,
âPower Modeâ: 1,
âWiFi MACâ: ââ,
âWiFi IPâ: ââ,
âBatteryâ: 75,
âOperating Modeâ: 5,
âWiFi SSIDâ: ââ,
âWiFi Signalâ: 42,
âCurrent FWâ: â3.1.0.2â,
âDevice Typeâ: 299,
âCurrent Agentâ: âSwann-Agent-Ambarella-BC-Prod-2.1.11â
API10/getSystemConfig
âNameâ: ââ,
âTimezoneâ: ââ,
âWiFi SSIDâ: ââ,
âPIR Sleep Periodâ: 0,
âMiddle PIR Sensitivityâ: 0
API10/getMediaConfig
âImage Flipâ: 0,
âVideo Environmentâ: 60,
âVideo Environment Modeâ: 1,
âLive Video Qualityâ: 3
API10/getClips
Also the RTSP steam for the intcam is simply: rtsp://192.168.x.x:554 (anything added after this appears to be ignored by the camera).