Skip to content

Commit

Permalink
fix: Fix VisionCameraProxy.workletContext being null
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed May 1, 2024
1 parent df72b78 commit 96c2ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/src/FrameProcessorPlugins.ts
Expand Up @@ -167,7 +167,7 @@ export const VisionCameraProxy: TVisionCameraProxy = {
removeFrameProcessor: proxy.removeFrameProcessor,
setFrameProcessor: proxy.setFrameProcessor,
throwJSError: throwJSError,
workletContext: undefined,
workletContext: proxy.workletContext,
}

function getLastFrameProcessorCall(frameProcessorFuncId: string): number {
Expand Down

0 comments on commit 96c2ecf

Please sign in to comment.