Is the Nx Cloud up? Visit our Status Page for the current health and performance of the Nx Cloud.

Status Page

Process multiple cameras/RTSP With Deepstream

Answered

Comments

1 comment

  • Andrey Terentyev
    • Network Optix team

    Hello Gourav,

    There are three major helper classes a plugin comprises:

    • Plugin
    • Engine
    • DeviceAgent

    Plugin and Engine instances are created once per loaded binary.
    DeviceAgent class instance is created one per camera.
    You could implement a code utilizing Deepstream in the Engine class not in the DeviceAgent.
    You could implement a code for passing frames (in fact pointers to frames) from DeviceAgent class to Engine class.
    Once DeviceAgent instance is created it could pass frames to Engine instance, which in turn would batch frames from several DeviceAgent instances and pass them to Deepstream for processing.

    1

Please sign in to leave a comment.