CameraMeasureSceneConditions Method |
Measure and analyze the conditions of the scene.
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.0.0
Syntax public SceneConditions MeasureSceneConditions()
Public Function MeasureSceneConditions As SceneConditions
public:
SceneConditions^ MeasureSceneConditions()
Return Value
Type:
SceneConditionsThe current scene conditions.
Remarks
The returned value will report if noticeable ambient light flicker indicative of a 50 Hz or 60 Hz power grid
was detected. If light flicker is detected in the scene, it is recommended to use capture settings that are
optimized for that power grid frequency.
`MeasureSceneConditions` will throw an exception if the camera status (see
Status) is not "Connected".
See Also