This application demonstrates how to use the device manager to open a camera.
The example performs the following steps:
- Searches for available devices and waits for user selection.
- Opens the selected device.
- Reads some nodes and prints information about the connected camera.
To run this example, you need:
- An IDS camera
- IDS peak standard Setup version 2.10 or later
- CMake version 3.10 or later
- A supported C++ compiler (MSVC, GCC, or Clang)