I love when a stack this absurdly layered somehow just works
I’m running custom segmentation inference on VisionCamera frames in React Native, using TypeGPU TypeScript shaders through react-native-webgpu. The segmentation itself runs on the GPU using zero copy hardware frames, while the frame orchestration and control logic stay on the UI thread via react-native-worklets.
And somehow SimCam can still turn a region behind the iOS Simulator into the camera feed or seamlessly swap back to my laptop camera.
Very silly, very useful, I love it :D