IDS Peak comfortSDK, genericSDK, AFL, ICL, and IPL developer manuals are external documents.
Please contact us if you need these manuals.
Freerun mode: The camera could neither process nor output an image captured by the sensor.
Hardware trigger mode: The camera received a hardware trigger signal which could not be processed because the sensor was still busy.
Possible cause/remedy:
The frame rate is too high or the bandwidth on the network is insufficient to transfer the image
•Check the host performance.
•Reduce the frame rate.
•GigE uEye cameras: Increase the value for the receive descriptors in the network card settings.
Name |
IS_CAP_STATUS_DEV_MISSED_IMAGES |
Category |
|
Interface |
Integer |
Access |
Read |
Unit |
- |
Visibility |
Expert |
Values |
0 … 4294967295 Increment: 1 |
Standard |
IDS |
Availability uEye+ |
- |
Availability uEye |
|
Code example
C++
// Determine the current IS_CAP_STATUS_DEV_MISSED_IMAGES
int64_t value = nodeMapDataStream->FindNode<peak::core::nodes::IntegerNode>("IS_CAP_STATUS_DEV_MISSED_IMAGES")->Value();
C#
// Determine the current IS_CAP_STATUS_DEV_MISSED_IMAGES
long value = nodeMapDataStream.FindNode<IDSImaging.Peak.API.Core.Nodes.IntegerNode>("IS_CAP_STATUS_DEV_MISSED_IMAGES").Value();
Python
# Determine the current IS_CAP_STATUS_DEV_MISSED_IMAGES (int)
value = nodeMapDataStream.FindNode("IS_CAP_STATUS_DEV_MISSED_IMAGES").Value()