Files
adriadri6972 d3d9c5f833 upload project
2025-07-31 15:21:08 +02:00

1.5 KiB

uid
uid
arfoundation-samples-arkit-camera

Camera samples (ARKit)

The AR Foundation Samples app provides the following ARKit-specific camera sample scenes.

Requirements

The ARKit camera samples require iOS 16 or newer. Some samples also require a device that has an ultra-wide camera.

Note

To check whether a device has an ultra-wide camera, refer to Apple's Tech Specs.

High resolution CPU image scene

The High Resolution CPU Image scene demonstrates high resolution CPU image capture.

For more information on the high resolution CPU image feature, refer to the ARKit Camera documentation.

Camera exposure scene

The Camera Exposure scene shows how to lock the device camera and set the camera exposure mode, duration, and ISO.

Refer to CameraExposureController.cs for example code.

This sample requires a device with an ultra-wide camera.

Camera white balance scene

The Camera White Balance scene shows how to lock the device camera and set the camera white balance mode and gains.

Refer to CameraWhiteBalanceController.cs for example code.

This sample requires a device with an ultra-wide camera.

Camera focus scene

The Camera Focus scene shows how to lock the device camera and set the camera focus mode and lens position.

Refer to CameraFocusController.cs for example code.

This sample requires a device with an ultra-wide camera.

[!include]