For video applications, you probably need to use cameras as input for your application. Deepomatic platform offers an off-the-shelf component to manage the connection of cameras, to add, suspend or stop the connection of cameras or to manage disconnections / reconnections.
This component also gives you access to an interface for real-time camera management and visualisation.
To access the camera manager interface, get the address of the machine where your application is deployed and enter the following address in your web browser: http://<machine address>/manager/ (e.g. http://localhost/manager/)
You see on this interface all the cameras that you have created. You can then click on the play button to start a camera. You can start several cameras at the same time.
To add a new camera, click on the New camera button and fill in the form.
Name: give a name to your camera
Address: specify the address of your camera, or the path of a video file
Framerate: you can optionally specify a framerate
Protocole: select among TCP and UDP
To access the showcase interface, get the address of the machine where your application is deployed and enter the following address in your web browser: http://<machine address>/showcase/ (e.g. http://localhost/showcase/)
You see on the navigation bar on the left all cameras that have been added on the camera manager interface or using Deepomatic CLI.y clicking on the
By clicking on the play button, you can visualize the video streams. Any bounding boxes generated by your workflow will be drawn to give you a better overview of the execution of your workflow.