root@tda4vm-sk:/opt/edgeai-gst-apps/apps_python# cat ../configs/tmp.yaml title: RTSP stream log_level: 2 inputs: # https://gist.github.com/Santiago-vdk/80c378a315722a1b813ae5da1661f890 # Steps given in the above url can be used to create an rtsp src in a # linux machine input0: source: rtsp://192.168.11.111:8088/live/stream2 # rtsp stream url width: 1280 height: 720 framerate: 30 loop: True models: model0: model_path: /opt/model_zoo/ONR-CL-6360-regNetx-200mf topN: 5 model1: model_path: /opt/model_zoo/TFL-OD-2020-ssdLite-mobDet-DSP-coco-320x320 viz_threshold: 0.6 model2: model_path: /opt/model_zoo/ONR-SS-8610-deeplabv3lite-mobv2-ade20k32-512x512 alpha: 0.4 outputs: output0: sink: kmssink width: 1920 height: 1080 overlay-perf-type: graph output1: sink: /opt/edgeai-test-data/output/output_video.mkv width: 1920 height: 1080 output2: sink: /opt/edgeai-test-data/output/output_image_%04d.jpg width: 1920 height: 1080 output3: sink: remote width: 1920 height: 1080 port: 8081 host: 127.0.0.1 encoding: jpeg overlay-perf-type: graph flows: flow0: [input0,model0,output1,[320,150,1280,720]] root@tda4vm-sk:/opt/edgeai-gst-apps/apps_python# python3 app_edgeai.py ../configs/tmp.yaml libtidl_onnxrt_EP loaded 0x228f28f0 Final number of subgraphs created are : 1, - Offloaded Nodes - 103, Total Nodes - 103 APP: Init ... !!! MEM: Init ... !!! MEM: Initialized DMA HEAP (fd=5) !!! MEM: Init ... Done !!! IPC: Init ... !!! IPC: Init ... Done !!! REMOTE_SERVICE: Init ... !!! REMOTE_SERVICE: Init ... Done !!! 8626.899167 s: GTC Frequency = 200 MHz APP: Init ... Done !!! 8626.899371 s: VX_ZONE_INIT:Enabled 8626.899416 s: VX_ZONE_ERROR:Enabled 8626.899455 s: VX_ZONE_WARNING:Enabled 8626.900268 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:116] Added target MPU-0 8626.900505 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:116] Added target MPU-1 8626.900655 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:116] Added target MPU-2 8626.900790 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:116] Added target MPU-3 8626.900841 s: VX_ZONE_INIT:[tivxInitLocal:136] Initialization Done !!! 8626.901277 s: VX_ZONE_INIT:[tivxHostInitLocal:101] Initialization Done for HOST !!! ==========[INPUT PIPELINE(S)]========== [ERROR] Error pulling tensor from GST Pipeline [PIPE-0] rtspsrc location=rtsp://192.168.11.111:8088/live/stream2 latency=0 proxy-id=None proxy-pw=None name=source0 ==========[OUTPUT PIPELINE]========== appsrc do-timestamp=True format=3 block=True name=post_0 ! tiovxdlcolorconvert ! capsfilter caps="video/x-raw, format=(string)NV12, width=(int)1280, height=(int)720;" ! queue ! mosaic_0.sink_0 tiovxmosaic target=1 background=/tmp/background_0 name=mosaic_0 src::pool-size=2 sink_0::startx="<320>" sink_0::starty="<150>" sink_0::widths="<1280>" sink_0::heights="<720>" ! capsfilter caps="video/x-raw, format=(string)NV12, width=(int)1920, height=(int)1080;" ! v4l2h264enc extra-controls="controls, frame_level_rate_control_enable=(int)1, video_bitrate=(int)10000000, video_gop_size=(int)30;" ! h264parse ! matroskamux writing-app=GStreamer Matroska muxer ! filesink sync=False location=/opt/edgeai-test-data/output/output_video.mkv 8632.311488 s: VX_ZONE_INIT:[tivxHostDeInitLocal:115] De-Initialization Done for HOST !!! 8632.315985 s: VX_ZONE_INIT:[tivxDeInitLocal:204] De-Initialization Done !!! APP: Deinit ... !!! REMOTE_SERVICE: Deinit ... !!! REMOTE_SERVICE: Deinit ... Done !!! IPC: Deinit ... !!! IPC: DeInit ... Done !!! MEM: Deinit ... !!! DDR_SHARED_MEM: Alloc's: 24 alloc's of 53919024 bytes DDR_SHARED_MEM: Free's : 24 free's of 53919024 bytes DDR_SHARED_MEM: Open's : 0 allocs of 0 bytes MEM: Deinit ... Done !!! APP: Deinit ... Done !!!