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

Frames result in Multi Camera Multi Person Python* Demo

Lenard-Lim
Beginner
887 Views

May i know that when follow this demo step, two cameras will show the result in one frame or two frames?

0 Kudos
1 Solution
Sahira_Intel
Moderator
860 Views

Hi Lenard,

When you use multiple streams of video in this demo, you can specify the batch size which will take all the frames and perform inference on each frame at the same time.

For example, using the argument -bs x (where x is the number of video streams), the demo will grab a frame from each video stream and perform inference on each frame all at once.

I hope this information is helpful, please let me know if you have any further questions.


Best Regards,

Sahira


View solution in original post

0 Kudos
6 Replies
Sahira_Intel
Moderator
861 Views

Hi Lenard,

When you use multiple streams of video in this demo, you can specify the batch size which will take all the frames and perform inference on each frame at the same time.

For example, using the argument -bs x (where x is the number of video streams), the demo will grab a frame from each video stream and perform inference on each frame all at once.

I hope this information is helpful, please let me know if you have any further questions.


Best Regards,

Sahira


0 Kudos
Lenard-Lim
Beginner
847 Views

Hi sahira,

So which mean that this demo will grab all possible video stream and perform to each difference frames. right?

I have another question for this demo: because of multi cameras, may i know that each camera need their movidius neural compute stick or multi cameras can share by one movidius neural conpute stick?

Thank you.

regards,

Lenard Lim

 

0 Kudos
Sahira_Intel
Moderator
837 Views

Hi Lenard, 

Yes, you are correct.

And you can use 1 NCS2 to perform inference on multiple video streams. You can use multiple NCS2 if you would like to speed up inferencing, but it will work with just one. 

Best Regards,

Sahira 

0 Kudos
Lenard-Lim
Beginner
828 Views

Hi Sahira,

Sorry for late reply.

Thank you for you reply and which is helpful for me.

May I know that is the Multi Camera Multi Person Python* demo have been not available. This is because I found back the link and the link is show 404.

Can you provide other link or any update link for multi camera multi person python demo?

Thank you.

Regards,

Lenard

0 Kudos
Sahira_Intel
Moderator
821 Views

Hi Lenard,

Looks like the name was changed slightly, but here is the demo:


https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/python_demos/multi_camera_multi_target_tracking


Best Regards,

Sahira


0 Kudos
Lenard-Lim
Beginner
772 Views

Hi Sahira,

 

sorry for the late reply and thank you your solution.

 

regards,

Lenard

0 Kudos
Reply