videoQuality is not working.[🐛]
See original GitHub issueDescription
videoQuality is not working.
the same for 2 options on android either ‘low’ or ‘high’ videoQuality
the resolution still 144 pixels
let options = {
videoQuality: 'high',
mediaType: 'video',
durationLimit: 30
};
- Image Picker version: [
"react-native-image-picker": "^3.0.0"
] - React Native version: [
"react-native": "0.63.3"
] - Platform: [Android]
- Development Operating System: [Linux]
- Dev tools: [VSCode]
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:10
Top Results From Across the Web
Low video quality after upload - YouTube Help - Google Support
Open your video's watch page. In the video player, select Settings "" . Click Quality. If higher-quality options are still missing, processing is...
Read more >How to fix bad video quality in Google Chrome (4 Easy Ways)?
1. Update your Google Chrome web browser · 2. Check the video resolution settings on YouTube · 3. Disable the Hardware Acceleration ·...
Read more >Fix Bad Quality Videos in Easy Ways - Wondershare Repairit
These are all signs of a bad quality video or a disrupted video file. Knowing the reasons behind a bad video is as...
Read more >Troubleshooting Video Quality Issues - Highfive Success Center
Everyone, including me: The problem is likely on the end of the person who is sending the poor quality to everyone else, either...
Read more >Resolving Video Quality Issues (iPhone or iPad) - OTN
Your device might have apps running in the background that use up its processing power and/or bandwidth. To free-up your device, close all...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
🎉 This issue has been resolved in version 3.1.2 🎉
The release is available on:
Your semantic-release bot 📦🚀
I went with
!videoQualityString.toLowerCase().equals("high")
instead