Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
2060
• DeepStream Version
deepstream 7.0
• JetPack Version (valid for Jetson only)
• TensorRT Version
with deepstream7.0 docker image
• NVIDIA GPU Driver Version (valid for GPU only)
535
• Issue Type( questions, new requirements, bugs)
questions
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
I need to extend the test5 program to support issuing url requests like
/api/v1/zoomcamera/1
to expand the camera to full window.
Issuing
/api/v1/zoomcamera/-1
will return to the original 4-split screen mode.
What should I do?
I checked DeepStream Reference Application - deepstream-test5 app — DeepStream documentation 6.4 documentation, but I don’t quite understand it. I know I am using the restful mode like use-nvmultiurisrcbin=1. But I still don’t understand how to implement my idea. so,please help me!
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)