Anomaly detection system. Case study

The problem

There is a coldproof box with electronics (e.g. smart house control center).
We need to detect any environmental anomalies inside the box-case like overheating, coldproof failure or any other.

The plan

  1. The first thing to do is to gather some measurements data of normal system operation.
  2. Define a probabilistic model of normal operation.
  3. Continue reading “Anomaly detection system. Case study”

Kadamay KDM-6828A RTSP URL

While almost all sites with IP cam specifications say that Kadymay KDM-6828A RTSP URL must be
rtsp://IPADDRESS:554/ch0_0.h264
In my case the URL appeared to be
rtsp://IPADDRESS:554/user=cctv&password=cctv&channel=1&stream=0.sdp?real_stream–rtp-caching=100
for the HD stream and
rtsp://IPADDRESS:554/user=cctv&password=cctv&channel=1&stream=1.sdp?real_stream–rtp-caching=100
for the preview stream.
Note that I’ve set up separate user with login cctv and password cctv respectively. Use your credentials in the URL above.