Camera
This page is a supplement to the AR Foundation Camera manual. The following sections only contain information about APIs where XR Simulation exhibits unique platform-specific behavior.
Tip
When developing an AR app, refer to both the AR Foundation documentation as well as the required packages for each platform you support.
Optional feature support
XR Simulation implements the following optional features of AR Foundation's XRCameraSubsystem:
Feature | Descriptor Property | Supported |
---|---|---|
Brightness | supportsAverageBrightness | |
Color temperature | supportsAverageColorTemperature | |
Color correction | supportsColorCorrection | |
Display matrix | supportsDisplayMatrix | |
Projection matrix | supportsProjectionMatrix | |
Timestamp | supportsTimestamp | |
Camera configuration | supportsCameraConfigurations | Yes |
Camera image | supportsCameraImage | Yes |
Average intensity in lumens | supportsAverageIntensityInLumens | |
Focus modes | supportsFocusModes | |
Face tracking ambient intensity light estimation | supportsFaceTrackingAmbientIntensityLightEstimation | |
Face tracking HDR light estimation | supportsFaceTrackingHDRLightEstimation | |
World tracking ambient intensity light estimation | supportsWorldTrackingAmbientIntensityLightEstimation | |
World tracking HDR light estimation | supportsWorldTrackingHDRLightEstimation | |
Camera grain | supportsCameraGrain | |
Image stabilization | supportsImageStabilization | |
Exif data | supportsExifData |
Note
Refer to AR Foundation Camera platform support for more information on the optional features of the camera subsystem.