rotemb-hailo

Results 2 issues of rotemb-hailo

This is my pipeline: ```shell PIPELINE="GST_DEBUG_FILE=output.log GST_DEBUG_NO_COLOR=1 \ LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libgstintercept.so GST_DEBUG_DUMP_TRACE_DIR=. \ gst-launch-1.0 --gst-debug-level=3 \ filesrc location=detection.mp4 ! decodebin ! videoconvert ! \ xvimagesink sync=true" eval $PIPELINE ``` I'm using Ubuntu18.04...

Hi, I was wondering, do you have an example with actual rtc sleep? Because its seems like I can't draw an image after rtc sleep. What am I missing? ```cpp...