Problem:
-Programming issue:
- How to get line status all from C++ API?
Ans:
CIntegerPtr LineStatusAll(camera.GetNodeMap().GetNode("LineStatusAll")); cout << "LineStatusAll :" << LineStatusAll->GetValue() << endl;
Modified on: Mon, 2 Mar, 2020 at 2:35 PM
Problem:
-Programming issue:
- How to get line status all from C++ API?
Ans:
CIntegerPtr LineStatusAll(camera.GetNodeMap().GetNode("LineStatusAll")); cout << "LineStatusAll :" << LineStatusAll->GetValue() << endl;
Did you find it helpful? Yes No
Send feedback