99 #include <GoSdk/GoTracheid.x.h>
kStatus GoTracheid_SetExposure(GoTracheid tracheid, k64f exposure)
Sets the exposure to use for tracheids.
Represents tracheid data.
k64f GoTracheid_Exposure(GoTracheid tracheid)
Gets the exposure used for tracheids.
Essential SDK declarations.
kStatus GoTracheid_GetCameraThresholdAt(GoTracheid tracheid, kSize cameraIndex, k32s *threshold)
Gets the camera threshold.
kStatus GoTracheid_SetCameraThresholdAt(GoTracheid tracheid, kSize cameraIndex, k32s threshold)
Sets the camera threshold.
kStatus GoTracheid_EnableExposure(GoTracheid tracheid, kBool enable)
Enables or disables tracheid exposure.
kBool GoTracheid_ExposureEnabled(GoTracheid tracheid)
Determines if tracheid exposure is enabled.
kBool GoTracheid_Used(GoTracheid tracheid)
Returns a boolean representing whether tracheid is used.