Package org.openpnp.spi
Interface FocusProvider
-
- All Known Implementing Classes:
AutoFocusProvider
public interface FocusProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Location
autoFocus(Camera camera, HeadMountable movable, Length subjectMaxSize, Location location0, Location location1)
Focus the camera to the subject by moving the movable (this might move the subject or the camera).Wizard
getConfigurationWizard(Camera camera)
-
-
-
Method Detail
-
autoFocus
Location autoFocus(Camera camera, HeadMountable movable, Length subjectMaxSize, Location location0, Location location1) throws java.lang.Exception
Focus the camera to the subject by moving the movable (this might move the subject or the camera).- Parameters:
camera
-movable
-subjectMaxSize
-location0
-location1
-- Throws:
java.lang.Exception
-
-