#include <camera.h>
◆ Camera()
| Camera::Camera |
( |
const std::shared_ptr< peak::core::DeviceDescriptor > & | deviceDescriptor | ) |
|
|
explicit |
◆ close()
◆ counterReceived
| void Camera::counterReceived |
( |
const unsigned int | , |
|
|
const unsigned int | ) |
|
signal |
◆ enableSequencer()
| void Camera::enableSequencer |
( |
bool | mode | ) |
|
◆ enableSequencerConfiguration()
| void Camera::enableSequencerConfiguration |
( |
bool | mode | ) |
|
◆ imageReceived
| void Camera::imageReceived |
( |
QImage | image, |
|
|
unsigned int | iterator, |
|
|
unsigned long long | timestamp, |
|
|
unsigned long long | timestampDelta ) |
|
signal |
◆ key()
| std::string Camera::key |
( |
| ) |
|
◆ loadUserSet()
| void Camera::loadUserSet |
( |
const std::string & | userSet = "Default" | ) |
|
◆ nodeList()
◆ nodeListChanged
| void Camera::nodeListChanged |
( |
| ) |
|
|
signal |
◆ nodeMapRemoteDevice()
| std::shared_ptr< peak::core::NodeMap > Camera::nodeMapRemoteDevice |
( |
| ) |
const |
◆ onCounterReceived
| void Camera::onCounterReceived |
( |
unsigned int | imageCounter, |
|
|
unsigned int | errorCounter ) |
|
slot |
◆ prepareAcquisition()
◆ setBufferCountMinSequencer()
| void Camera::setBufferCountMinSequencer |
( |
int | bufferCountMinSequencer | ) |
|
◆ softwareTrigger
| void Camera::softwareTrigger |
( |
| ) |
|
|
slot |
◆ startAcquisition()
| bool Camera::startAcquisition |
( |
| ) |
|
◆ stopAcquisition()
| bool Camera::stopAcquisition |
( |
| ) |
|
◆ updateNodeList
| void Camera::updateNodeList |
( |
| ) |
|
|
slot |
◆ m_acquisitionStarted
| bool Camera::m_acquisitionStarted |
|
private |
◆ m_acquisitionThread
| QThread Camera::m_acquisitionThread |
|
private |
◆ m_acquisitionWorker
◆ m_bufferCountMinSequencer
| int Camera::m_bufferCountMinSequencer = 8 |
|
private |
◆ m_converterThread
| QThread Camera::m_converterThread |
|
private |
◆ m_converterWorker
◆ m_dataStream
| std::shared_ptr<peak::core::DataStream> Camera::m_dataStream |
|
private |
◆ m_device
| std::shared_ptr<peak::core::Device> Camera::m_device |
|
private |
◆ m_nodeList
◆ m_nodeMapRemoteDevice
| std::shared_ptr<peak::core::NodeMap> Camera::m_nodeMapRemoteDevice |
|
private |
◆ m_triggerNode
| std::shared_ptr<peak::core::nodes::CommandNode> Camera::m_triggerNode |
|
private |
◆ m_triggerSelectorEntry
| std::string Camera::m_triggerSelectorEntry |
|
private |
◆ m_triggerSelectorNode
| std::shared_ptr<peak::core::nodes::EnumerationNode> Camera::m_triggerSelectorNode |
|
private |
The documentation for this class was generated from the following files: