iddan / react-native-canvas

A Canvas component for React Native
MIT License
990 stars 172 forks source link

how to capture a video screenshot #201

Closed webzfy closed 2 years ago

webzfy commented 3 years ago

I use the react-native-webrtc to create a local stream shown in RTCView, the i want to use the method 'drawImage' of react-native-canvas to make a screenshot of the video, but i failed, how can i realize it?

NarekChang commented 3 years ago

@webzfy did you find a solution?