bcgov / bc-wallet-mobile

BC Wallet to hold Verifiable Credentials
Apache License 2.0
62 stars 50 forks source link

Spike: Record/Save Video #2148

Closed cvarjao closed 2 months ago

cvarjao commented 3 months ago
wadeking98 commented 2 months ago

video recording working: file gets saved to /data/user/0/ca.bc.gov.BCWallet/cache/mrousavy-<RANDOM>.mp4 not sure if we want it in a different location but I have a POC on this branch here: https://github.com/wadeking98/aries-mobile-agent-react-native/tree/spike-rn-camera-video my changes are in the ScanCamera.tsx screen

wadeking98 commented 2 months ago

video playback with react-native-video seems to only build on android with minSdkVerison >= 24

wadeking98 commented 2 months ago

got video playback working: https://github.com/wadeking98/aries-mobile-agent-react-native/tree/spike-rn-camera-video on the scan screen tap the record icon to start the recording and tap it again to finish and start playback