expo-three icon indicating copy to clipboard operation
expo-three copied to clipboard

QUESTION: Is it possible to record ARCamera? And then export to a video file? (With all ThreeJS effects)

Open toastysamwich opened this issue 6 years ago • 1 comments

toastysamwich avatar Mar 07 '18 00:03 toastysamwich

The easiest way to do all of this would be to capture the entire canvas with something like CCapture for optimal performance (although could be slow, and you'd have to buffer camera input).

Some day we'll be able to use captureStream via the WebRTC API but it's not ready for primetime just yet.

cwervo avatar Mar 14 '18 10:03 cwervo