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.

Openvino Face Recognition Demo

chew__minjian
初学者
2,045 次查看

Hi,

Is it possible to use multiple cameras for Openvino Face Recognition Demo?

Thank you

0 项奖励
7 回复数
SuryaPSC_Intel
2,045 次查看

Hi Minjian,

The OpenVINO face recognition demo take a single input. However, you can convert it to multi channel also. Kindly use Multi-channel face detection demo as reference.

Best Regards,

Surya

0 项奖励
chew__minjian
初学者
2,045 次查看

Hi Chauhan,

Thanks for your reply.

I cant find python file from  Multi-channel face detection demo link. Can I know where can i get the file.

Thank you.

 

 

0 项奖励
SuryaPSC_Intel
2,045 次查看

Hi Minjian,

The Multi-channel face detection demo is a C++ demo. For a mutli-camera demo in python, you may refer to  Multi-camera multi-person tracking demo.

Best Regards,

Surya

0 项奖励
chew__minjian
初学者
2,047 次查看

Hi,

Thank you. I will look into it . BTW, can i know how many cameras can be used ?

 

0 项奖励
SuryaPSC_Intel
2,047 次查看

Hi Minjian,

We don't have the exact number of maximum inputs allowed however for similar demos up to 16 cameras are supported. You can try with your inputs and also you can refer to the demo documentation.

Best Regards,

Surya

0 项奖励
Marcia_W_Intel
2,047 次查看

Example:

Run the Multi-channel Face Detection in C++ demo included in the Intel® Distribution of OpenVINO™ toolkit on the IEI Tank* AIoT Developer Kit

https://software.intel.com/en-us/articles/openvino-multichannel

 

Chauhan, Surya Pratap Singh (Intel) wrote:

Hi Minjian,

The Multi-channel face detection demo is a C++ demo. For a mutli-camera demo in python, you may refer to  Multi-camera multi-person tracking demo.

Best Regards,

Surya

0 项奖励
chew__minjian
初学者
2,046 次查看

Hi,

I used a multi camera adapter board in order attach more cameras. I have modified the code and this error occur. Can I know how to solve it?

My error:

[ WARN:0] global ../opencv/modules/videoio/src/cap_v4l.cpp (998) tryIoctl VIDEOIO(V4L2:/dev/video0): select() timeout.

Thank you.
 

0 项奖励
回复