Skip to main content
Version: Next

Interface: CameraPassthroughPipelineOptions

Defined in: src/webgpu/cameraPassthroughPipeline.ts:65

Options for createCameraPassthroughPipeline.

Properties​

mirror?​

optional mirror: boolean

Defined in: src/webgpu/cameraPassthroughPipeline.ts:69

Mirror the camera horizontally (the usual selfie self-view convention). Defaults to false.


outputFormat?​

optional outputFormat: GPUTextureFormat

Defined in: src/webgpu/cameraPassthroughPipeline.ts:67

Render-target format. Defaults to getOutputSurfaceFormat (the Fishjam output surface).