Thanks in advanced. I use xavier and 3 leopard imx274 cameras are used. This sample can read J1 camera normally. This sample includes codes:
......
std::string resolution = "1280x720", input = "device:///nvcamera";
......
//
// Create a Frame Source
//
std::unique_ptr<ovxio::FrameSource> source(ovxio::createDefaultFrameSource(context, input));
......
Obviously, ‘input’ decides which camera will be used, would anyone can tell me how to decide which camera by this variable?