Testify-hub

Results 2 comments of Testify-hub

I extract width and height like this val videoWidth = Integer.valueOf( retriever.extractMetadata(MediaMetadataRetriever.METADATA_KEY_VIDEO_WIDTH) .toString() ) val videoHeight = Integer.valueOf( retriever.extractMetadata(MediaMetadataRetriever.METADATA_KEY_VIDEO_HEIGHT) .toString() ) but videos that are capture from camera are not...