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,036件の閲覧回数

Hi,

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

Thank you

0 件の賞賛
7 返答(返信)
SuryaPSC_Intel
従業員
2,036件の閲覧回数

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

chew__minjian
ビギナー
2,036件の閲覧回数

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.

 

 

SuryaPSC_Intel
従業員
2,036件の閲覧回数

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

chew__minjian
ビギナー
2,038件の閲覧回数

Hi,

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

 

SuryaPSC_Intel
従業員
2,038件の閲覧回数

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

Marcia_W_Intel
従業員
2,038件の閲覧回数

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

chew__minjian
ビギナー
2,037件の閲覧回数

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.
 

返信