Skip to content
This repository has been archived by the owner on Dec 2, 2019. It is now read-only.

Thumbnails are blurry #33

Open
watadarkstar opened this issue Oct 16, 2018 · 2 comments
Open

Thumbnails are blurry #33

watadarkstar opened this issue Oct 16, 2018 · 2 comments

Comments

@watadarkstar
Copy link

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?

@nicoara
Copy link

nicoara commented Nov 10, 2018

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!

@watadarkstar
Copy link
Author

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants