diff --git a/configs/opencv-ovms/gst_capi/run_gst_capi.sh b/configs/opencv-ovms/gst_capi/run_gst_capi.sh index 6f302788..3214f467 100755 --- a/configs/opencv-ovms/gst_capi/run_gst_capi.sh +++ b/configs/opencv-ovms/gst_capi/run_gst_capi.sh @@ -57,4 +57,4 @@ DETECTION_THRESHOLD="$DETECTION_THRESHOLD" \ BARCODE="$BARCODE" \ OCR_DEVICE="$OCR_DEVICE" \ $bash_cmd \ -2>&1 | tee >/tmp/results/gst-capi_$cid_count.log >(stdbuf -oL sed -n -e 's/^.*FPS: //p' | stdbuf -oL cut -d , -f 1 > /tmp/results/pipeline$cid_count.log) \ No newline at end of file +2>&1 | tee >/tmp/results/r$cid_count.jsonl >(stdbuf -oL sed -n -e 's/^.*FPS: //p' | stdbuf -oL cut -d , -f 1 > /tmp/results/pipeline$cid_count.log) \ No newline at end of file