Bidirectional conversion between GenICam node types and CamCom common types. More...
#include "camcom/genicam/node_types.hpp"#include "camcom/common/parameter.hpp"#include "camcom/common/datatype.hpp"Go to the source code of this file.
Namespaces | |
| namespace | camcom |
| namespace | camcom::genicam |
Functions | |
| common::Parameter | camcom::genicam::nodeToParameter (const GenICamNode &node) |
| Convert a GenICamNode to a CamCom Parameter (name + value + type) | |
| bool | camcom::genicam::parameterToNode (const common::Parameter ¶m, GenICamNode &node) |
| common::DataType | camcom::genicam::pixelFormatToDataType (const std::string &pixel_format) |
| Map a GenICam PixelFormat string to CamCom DataType. | |
| std::string | camcom::genicam::dataTypeToPixelFormat (common::DataType dtype) |
| Map a CamCom DataType to a GenICam PixelFormat string. | |
| int | camcom::genicam::bytesPerPixel (const std::string &pixel_format) |
| Get bytes per pixel for a GenICam PixelFormat string. | |
Bidirectional conversion between GenICam node types and CamCom common types.