Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
luicfrr committed Apr 24, 2024
1 parent 5a0d896 commit 512b27b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Camera.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ export const Camera = React.forwardRef( ( {
'worklet'
try {
const faces = detectFaces( frame )

// increment frame count so we can use frame on
// js side without frame processor getting stuck
frame.incrementRefCount()
Expand Down Expand Up @@ -164,8 +163,8 @@ export const Camera = React.forwardRef( ( {
}

/**
* Camera frame processor
*/
* Camera frame processor
*/
const cameraFrameProcessor = useFrameProcessor( ( frame ) => {
'worklet'
runAsync( frame )
Expand Down

0 comments on commit 512b27b

Please sign in to comment.