This repository was archived by the owner on Nov 29, 2022. It is now read-only.

Description
In People-counter demo, I am not able to see visual.
In object detection, there is not option to pass input as a camera. Only path of video can be passed.
Below is the command I am running.
./obj_recognition -i Pedestrain_Detect_2_1_1.mp4 -m /opt/intel/computer_vision_sdk/deployment_tools/intel_models/person-detection-retail-0013/FP32/person-detection-retail-0013.xml -l /opt/intel/computer_vision_sdk/deployment_tools/intel_models/person-detection-retail-0013/FP32/person-detection-retail-0013.bin -t SSD -thresh 0.7 -d CPU 0 2>/dev/null | ffmpeg -v warning -f rawvideo -pixel_format bgr24 -video_size 544x320 -i - http://localhost:8090/fac.ffm
I am only able to see people count. The processed video is not visible.
Running without argument i gives below error:
ERROR: image(s) for inference - not set
Can we run this demo for camera setup?
Please help !!