|
ENLIGHTEN
Cross-platform desktop GUI for Wasatch Photonics spectrometers
|
The Camera class is used to configure, start and stop the camera's image acquisition. More...
#include "acquisitionworker.h"#include "imageconverterworker.h"#include "nodelistmodel.h"#include <peak/data_stream/peak_data_stream.hpp>#include <peak/device/peak_device.hpp>#include <peak/device/peak_device_descriptor.hpp>#include <peak/node_map/peak_node_map.hpp>#include <QImage>#include <QObject>#include <QThread>#include <string>Go to the source code of this file.
Classes | |
| class | Camera |
Enumerations | |
| enum | AcquisitionType { Freerun = 0 , SoftwareTrigger , ContinousPwmTrigger , CountedBurstTrigger } |
The Camera class is used to configure, start and stop the camera's image acquisition.
Copyright (C) 2020 - 2025, IDS Imaging Development Systems GmbH.
The information in this document is subject to change without notice and should not be construed as a commitment by IDS Imaging Development Systems GmbH. IDS Imaging Development Systems GmbH does not assume any responsibility for any errors that may appear in this document.
This document, or source code, is provided solely as an example of how to utilize IDS Imaging Development Systems GmbH software libraries in a sample application. IDS Imaging Development Systems GmbH does not assume any responsibility for the use or reliability of any portion of this document.
General permission to copy or modify is hereby granted.
| enum AcquisitionType |