-
public interface MarkerA marker is an overlay over the CameraView preview, which should be drawn at specific times during the camera lifecycle. Currently only AutoFocusMarker is available.
-
-
Method Summary
-
-
Method Detail
-
onAttach
@Nullable() abstract View onAttach(@NonNull() Context context, @NonNull() ViewGroup container)
Marker is being attached to the CameraView. If a View is returned,it becomes part of the hierarchy and is automatically translated (if possible)to match the event place on screen, for example the point where autofocus was startedby the user finger.
- Parameters:
context- a contextcontainer- a container
-
-
-
-