Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Open Camera Example

This application demonstrates how to use the device manager to open a camera.

Workflow

The example performs the following steps:

  1. Searches for available devices and waits for user selection.
  2. Opens the selected device.
  3. Reads some nodes and prints information about the connected camera.

Requirements

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)