OpenPose with multiple cameras

Hi guys,
This is the first time I write on this forum, so thanks for reading this.
I would like to connect 3 cameras to the Jetson Nano, and all those 3 cameras must run OpenPose.
What is the best approach to do that?
Is there any tutorial or something to learn how to work with multiple cameras and one neural network?
Thanks in advance

Hi,

It’s recommended to use our Deepstream library for multi-camera inference.
You can find a openpose example below:

Thanks.