react-native-thumbnail
react-native-thumbnail copied to clipboard
Thumbnails are blurry
Most of the time the thumbnails are blurry. I'm taking the videos with react-native-camera like so:
const options = {
quality: RNCamera.Constants.VideoQuality["480p"],
mute: true
// maxDuration: 60 * 3
};
...
const data = await this.camera.recordAsync(options);
...
<RNCamera
ref={this.createRef}
style={styles.cameraStyles}
type={this.state.camera.type}
flashMode={this.state.camera.flashMode}
onFocusChanged={() => {}}
onZoomChanged={() => {}}
defaultTouchToFocus
mirrorImage={false}
/>
Any way to improve the thumbnail quality?
Hello @watadarkstar . since maybe you are subscribed to this issue, can you take a look at issue #35 ? I have posted it and I am afraid there is not much oversight on this forum from the developer, based on your issues as well. Many thanks!
@nicoara Sure I took a look and sent you a response.