Skip to content

Commit

Permalink
fix: Remove useFrameProcessor second arg
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed May 8, 2024
1 parent 5855d4b commit 0f67115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/example/src/CameraPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export function CameraPage({ navigation }: Props): React.ReactElement {
examplePlugin(frame)
exampleKotlinSwiftPlugin(frame)
})
}, [])
})

const videoHdr = format?.supportsVideoHdr && enableHdr
const photoHdr = format?.supportsPhotoHdr && enableHdr && !videoHdr
Expand Down

0 comments on commit 0f67115

Please sign in to comment.