set Safe Area Insets
Define an area of the screen that is safe or unobscured for the camera. Anything outside the safe area is assumed to be covered in some way (e.g. by UI) meaning the camera will not place focus on elements in that area.
Parameters
: safeAreaInsets: MPIOptions.CameraSetSafeAreaInsets that contains the number of pixels from the top, left, bottom, and right of the screen that are considered safe. Only the area within the padding defined by these pixels is considered safe.