The '''PhotoCaptureSettings''' component is used to control the behavior of the [[Component:PhotoCaptureManager|PhotoCaptureManager]] and what it does.
== Usage ==
See [[Settings]].
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|FingerGestureEnabled|Bool|
|FingerGestureEnabled|Bool| Whether the finger photos should even render.
|NormalCaptureResolution|Int2|
|NormalCaptureResolution|Int2| The resolution of pictures taken without timer.
|TimerCaptureResolution|Int2|
|TimerCaptureResolution|Int2| The resolution of pictures taken with timer.
|TimerSeconds|Float|
|TimerSeconds|Float| How long the timer should be for timed photos.
|CapturePrivateUI|Bool|
|CapturePrivateUI|Bool| Whether finger photos should capture private ui elements like the dash.
|CaptureStereo|Bool|
|CaptureStereo|Bool| Whether photos should be 3D with a left and right "eye".
|StereoSeparation|Float|
|StereoSeparation|Float| how far apart the left and right "eye" are when taking stereo photos.
|AlwaysHideNameplates|Bool|
|AlwaysHideNameplates|Bool| Whether to always hide nameplates in taken photos.
|EncodeFormat|PhotoEncodeFormat|
|EncodeFormat|PhotoEncodeFormat| The format taken photos should output as.
|PhotoAutosavePath|String|
|PhotoAutosavePath|String| Where to auto save photos in the inventory to.
|AutosaveActive|Bool|
|AutosaveActive|Bool| Whether to use the auto save photos to inventory feature.