react-native-thumbnail icon indicating copy to clipboard operation
react-native-thumbnail copied to clipboard

Thumbnails are blurry

Open watadarkstar opened this issue 7 years ago • 2 comments

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?

watadarkstar avatar Oct 16 '18 12:10 watadarkstar

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 avatar Nov 10 '18 01:11 nicoara

@nicoara Sure I took a look and sent you a response.

watadarkstar avatar Nov 10 '18 18:11 watadarkstar