spot size, configure min/max spot size for camera?
Posted: Mon Jan 17, 2011 5:09 pm
In the old SDK there were methods for setting the smallest spot item for the camera to report, using these.
SetOption(NP_OPTION_OBJECT_MASS_MIN, CComVariant(5));
SetOption(NP_OPTION_MINIMUM_SEGMENT_LENGTH, CComVariant(4));
In this new SDK, how can I tell the camera to exclude small spots of a few pixels in size?
This is for the s250e and V120.
SetOption(NP_OPTION_OBJECT_MASS_MIN, CComVariant(5));
SetOption(NP_OPTION_MINIMUM_SEGMENT_LENGTH, CComVariant(4));
In this new SDK, how can I tell the camera to exclude small spots of a few pixels in size?
This is for the s250e and V120.