Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

camera is blury on VIDEO mode in ios [馃悰] #2256

Open
arslan-Techno opened this issue Dec 20, 2023 · 1 comment
Open

camera is blury on VIDEO mode in ios [馃悰] #2256

arslan-Techno opened this issue Dec 20, 2023 · 1 comment

Comments

@arslan-Techno
Copy link

arslan-Techno commented Dec 20, 2023

Description

Explain the bug in as much detail as possible
`
const
IMG_4841
IMG_4842
option:CameraOptions ={
mediaType:'mixed',
durationLimit:30,
saveToPhotos:false,
videoQuality:'low',
presentationStyle:'fullScreen',
quality:1,
assetRepresentationMode:'auto'
// maxHeight:5000,
// maxWidth:5000
}
// checkCamerapermissions()
launchCamera(option,(res:any)=>{
console.log(res[0])
// onMediaCaptured(res[0], 'photo')
})

`

Solution

camera should be clear

Additional Information

  • Image Picker version:^7.1.0
  • React Native version: ^0.72.5
  • Platform:IOS
  • Development Operating System: mac
    IMG_4841
@AiTranXuan
Copy link

AiTranXuan commented Mar 11, 2024

same me
ImagePicker.launchCamera({
saveToPhotos: true,
formatAsMp4: true,
mediaType: type,
includeExtra: true,
videoQuality: "high"
});

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

No branches or pull requests

2 participants