Hey!
I am new here and I am trying to get a better understanding of the hailo_apps repo.
In particular my question is regarding the two types of project architectures in the python dir - namely the GStreamer approach used in the pipeline_apps and the seemingly more manual run_inference_pipeline used in the standalone_apps.
When developing use cases for ourselves is it recommended to use a pipeline_apps or standalone_apps approach?
I see that pipeline_apps has support for using rtsp as input source, is there a hack to get rtsp inputs working for standalone_apps?
If I want to use techniques from standalone_apps in pipeline_apps has there been any work done on this, such as using ByteTrack on pipeline_apps's detection?
Thanks you in advance!