Interface: CameraPassthroughPipelineOptions
Defined in: src/webgpu/cameraPassthroughPipeline.ts:65
Options for createCameraPassthroughPipeline.
Properties​
mirror?​
optionalmirror:boolean
Defined in: src/webgpu/cameraPassthroughPipeline.ts:69
Mirror the camera horizontally (the usual selfie self-view convention). Defaults to false.
outputFormat?​
optionaloutputFormat:GPUTextureFormat
Defined in: src/webgpu/cameraPassthroughPipeline.ts:67
Render-target format. Defaults to getOutputSurfaceFormat (the Fishjam output surface).