This example demonstrates how to acquire an image and print the value of the first pixel.
The example performs the following steps:
- Searches for available devices and waits for user selection.
- Opens the selected device.
- Starts acquisition, acquires images and prints the value of the first pixel.
- Stops acquisition and cleans up buffers.
To run this example, you need:
- An IDS camera
- IDS peak standard Setup version 2.19 or later
- CMake version 3.10 or later
- A supported C++ compiler (MSVC, GCC, or Clang)