Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6404 Discussions

OpenVINO on windows cannot output the video file

EddieChen
Novice
735 Views

I'm using the OpenVINO's interactive face detection demo to build my own project.

I wanna output the video file for debug use.

And I type in commands to cmd terminal, a command like this:

interactive_face_detection_demo -i CAM -m <model_path>/face-detection-adas-0001.xml -r -o 123.avi -d CPU

Although the video file will be output, but the file cannot be open.

I had  checked the interactive_face_detection parameter usage, it supported the video file output function.

But, on the website it is shown this:

 
 

Please help to solve this problem!

Thank's to everyone!

Best regards,

Eddie.

0 Kudos
1 Solution
Munesh_Intel
Moderator
726 Views

Hi Eddie,


I’ve validated the Interactive Face Detection C++ Demo. The demo supports the following video file formats: WMV, MP4 and MOV.


Regards,

Munesh


View solution in original post

0 Kudos
1 Reply
Munesh_Intel
Moderator
727 Views

Hi Eddie,


I’ve validated the Interactive Face Detection C++ Demo. The demo supports the following video file formats: WMV, MP4 and MOV.


Regards,

Munesh


0 Kudos
Reply