简体   繁体   English

为什么 iPhone 相机的图像和我的应用在 React Native 中拍摄的图像之间存在差异

[英]Why is there difference between image of iPhone camera and Image taken by my app in React Native

I am using react-native-camera library for implementing camera and taking images.我正在使用react-native-camera库来实现相机和拍摄图像。

I have noticed that the images taken by default camera of iPhone are better in colors and sharpness than the ones I take using my app.我注意到 iPhone 默认相机拍摄的图像在 colors 和清晰度上比我使用我的应用程序拍摄的图像更好。

Also is there a way to control/access stabilisation feature of camera in react-native?还有一种方法可以控制/访问 react-native 中相机的稳定功能吗?

Are you specifying a high quality of 1 from the take image options in the app?您是否从应用程序中的拍摄图像选项中指定了1的高质量? take a look at the takePicture function here react-native-camera .看看 takePicture function 这里react-native-camera

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM