IDS Peak comfortSDK, genericSDK, IPL, and AFL developer manuals are external documents. Please contact us if you need them.
Firmware version of the camera.
Name |
DeviceFirmwareVersion |
Category |
|
Interface |
String |
Access |
Read |
Unit |
- |
Visibility |
Beginner |
Values |
Firmware specific |
Standard |
SFNC |
Availability uEye+ |
|
Availability uEye |
|
Code example
C++
// Determine the current DeviceFirmwareVersion
std::string value = nodeMapRemoteDevice->FindNode<peak::core::nodes::StringNode>("DeviceFirmwareVersion")->Value();
C#
// Determine the current DeviceFirmwareVersion
string value = nodeMapRemoteDevice.FindNode<peak.core.nodes.StringNode>("DeviceFirmwareVersion").Value();
Python
# Determine the current DeviceFirmwareVersion (str)
value = nodeMapRemoteDevice.FindNode("DeviceFirmwareVersion").Value()