Introduction to the back-end code design logic of the video surveillance platform EasyCVR group batch binding/cancellation channel function

Video surveillance platform/video storage/video analysis platform EasyCVR is based on cloud-edge integrated management and can support real-time video monitoring, cloud recording, cloud storage, disk array storage, playback and retrieval, intelligent alarms, platform cascading and other functions. Security monitoring platforms are widely used in offline scenarios, including smart construction sites, smart factories, smart campuses, smart communities, etc.

In previous articles, we introduced the new "grouping" function of batch binding device channels on the video surveillance platform/video aggregation EasyCVR platform. Interested users can read previous articles to learn more. Today we will introduce the back-end code development technology for this function.

The "group" batch binding channel in the video surveillance management platform EasyCVR has been redesigned in the new version. Its application advantage is that it can directly and accurately achieve binding and unbinding operations to a certain channel, which brings great convenience to users' operations. convenient.

The specific implementation method is as follows:

1) Provide an access channel interface to identify whether this interface is bound to this group. The code is as follows:

2) Provide binding and unbinding, and operate on the backend by passing in the required binding or unbinding channel parameters:

  • Determine the operation type:

  • Bind channel:

  • Unbind channel:

3) The front-end display effect is as follows:

The security monitoring platform EasyCVR can support multiple types of equipment and multi-protocol access, including: national standard GB28181 protocol, RTMP, RTSP/Onvif, Hikvision Ehome, as well as Hikvision SDK, Dahua SDK, Huawei SDK, Uniview SDK, Le Orange SDK, EZVIZ SDK, etc. can cover most video source devices on the market.

By combining the video surveillance platform EasyCVR with the video analysis hardware AI intelligent analysis gateway, the AI ​​intelligent detection and recognition functions that can be achieved include: fireworks recognition, helmet recognition, mask wearing recognition, human body detection, face recognition, vehicle recognition, license plate recognition , electric vehicle detection, regional intrusion detection, human behavior recognition and other AI detection functions. Interested users can go to the demonstration platform for experience or deployment testing.

Guess you like

Origin blog.csdn.net/EasyNVS/article/details/132812879