chore: Fix docs links

This commit is contained in:
Marc Rousavy 2023-10-10 18:40:15 +02:00
parent b33174399e
commit a2e5cef37e
No known key found for this signature in database
GPG Key ID: 83BEF0F19E8F5321

View File

@ -115,11 +115,11 @@ export interface CameraProps extends ViewProps {
* Selects a given format. By default, the best matching format is chosen. * Selects a given format. By default, the best matching format is chosen.
* *
* The format defines the possible values for properties like: * The format defines the possible values for properties like:
* - {@linkcode fps}: {@linkcode CameraDeviceFormat.minFps format.minFps} and {@linkcode CameraDeviceFormat.maxFps format.maxFps} * - {@linkcode fps}: See {@linkcode CameraDeviceFormat.minFps format.minFps} and {@linkcode CameraDeviceFormat.maxFps format.maxFps}
* - {@linkcode hdr}: {@linkcode CameraDeviceFormat.supportsVideoHDR format.supportsVideoHDR} * - {@linkcode hdr}: See {@linkcode CameraDeviceFormat.supportsVideoHDR format.supportsVideoHDR}
* - {@linkcode pixelFormat}: {@linkcode CameraDeviceFormat.pixelFormats format.pixelFormats} * - {@linkcode pixelFormat}: See {@linkcode CameraDeviceFormat.pixelFormats format.pixelFormats}
* - {@linkcode enableDepthData}: {@linkcode CameraDeviceFormat.supportsDepthCapture format.supportsDepthCapture} * - {@linkcode enableDepthData}: See {@linkcode CameraDeviceFormat.supportsDepthCapture format.supportsDepthCapture}
* - {@linkcode videoStabilizationMode}: {@linkcode CameraDeviceFormat.videoStabilizationModes format.videoStabilizationModes} * - {@linkcode videoStabilizationMode}: See {@linkcode CameraDeviceFormat.videoStabilizationModes format.videoStabilizationModes}
* *
* In other words; {@linkcode enableDepthData} can only be set to true if {@linkcode CameraDeviceFormat.supportsDepthCapture format.supportsDepthCapture} is true. * In other words; {@linkcode enableDepthData} can only be set to true if {@linkcode CameraDeviceFormat.supportsDepthCapture format.supportsDepthCapture} is true.
*/ */