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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

❓ Android resolution and FPS setting #770

Closed
3 of 4 tasks
seolhyeonyang opened this issue Jan 26, 2022 · 1 comment · Fixed by #1466
Closed
3 of 4 tasks

❓ Android resolution and FPS setting #770

seolhyeonyang opened this issue Jan 26, 2022 · 1 comment · Fixed by #1466
Labels
💭 question Further information is requested

Comments

@seolhyeonyang
Copy link

Question

I'm a React-Native beginner.
I want to adjust the resolution and FPS on Android.
Currently, when you shoot a video, it comes out at 1920x1080, 30fps.
I want to raise it to 3820 x 2160, 60fps.

            <Camera
                ref={camera}
                style={{flex:1}}
                device={phonedata}
                isActive={true}
                video={true}
                audio={true}
                fps={60}
                videoWidth={3840}
                videoHeight={2160}
            />

It's my code.

It's information from 'Camera.getAvailableCameraDevices()'.

{"devices": ["ultra-wide-angle-camera"], "formats": [{"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": true, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 3456, "photoWidth": 4608, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 3456, "videoStabilizationModes": [Array], "videoWidth": 4608}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": true, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 3456, "photoWidth": 4608, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 3456, "videoStabilizationModes": [Array], "videoWidth": 4608}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 2592, "photoWidth": 4608, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 2592, "videoStabilizationModes": [Array], "videoWidth": 4608}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 2184, "photoWidth": 4608, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 2184, "videoStabilizationModes": [Array], "videoWidth": 4608}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 3456, "photoWidth": 3456, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 3456, "videoStabilizationModes": [Array], "videoWidth": 3456}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 2160, "photoWidth": 3840, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 2160, "videoStabilizationModes": [Array], "videoWidth": 3840}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 1080, "photoWidth": 2288, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 1080, "videoStabilizationModes": [Array], "videoWidth": 2288}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 1080, "photoWidth": 1920, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 1080, "videoStabilizationModes": [Array], "videoWidth": 1920}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 912, "photoWidth": 1920, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 912, "videoStabilizationModes": [Array], "videoWidth": 1920}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 1080, "photoWidth": 1440, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 1080, "videoStabilizationModes": [Array], "videoWidth": 1440}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 720, "photoWidth": 1280, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 720, "videoStabilizationModes": [Array], "videoWidth": 1280}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 1088, "photoWidth": 1088, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 1088, "videoStabilizationModes": [Array], "videoWidth": 1088}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 720, "photoWidth": 960, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 720, "videoStabilizationModes": [Array], "videoWidth": 960}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 480, "photoWidth": 720, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 480, "videoStabilizationModes": [Array], "videoWidth": 720}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 480, "photoWidth": 640, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 480, "videoStabilizationModes": [Array], "videoWidth": 640}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 360, "photoWidth": 640, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 360, "videoStabilizationModes": [Array], "videoWidth": 640}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 288, "photoWidth": 352, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 288, "videoStabilizationModes": [Array], "videoWidth": 352}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 240, "photoWidth": 320, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 240, "videoStabilizationModes": [Array], "videoWidth": 320}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": true, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 3456, "photoWidth": 4608, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 3456, "videoStabilizationModes": [Array], "videoWidth": 4608}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 2592, "photoWidth": 4608, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 2592, "videoStabilizationModes": [Array], "videoWidth": 4608}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 2184, "photoWidth": 4608, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 2184, "videoStabilizationModes": [Array], "videoWidth": 4608}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 3456, "photoWidth": 3456, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 3456, "videoStabilizationModes": [Array], "videoWidth": 3456}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 2160, "photoWidth": 3840, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 2160, "videoStabilizationModes": [Array], "videoWidth": 3840}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 1080, "photoWidth": 2288, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 1080, "videoStabilizationModes": [Array], "videoWidth": 2288}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 1080, "photoWidth": 1920, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 1080, "videoStabilizationModes": [Array], "videoWidth": 1920}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 912, "photoWidth": 1920, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 912, "videoStabilizationModes": [Array], "videoWidth": 1920}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 1080, "photoWidth": 1440, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 1080, "videoStabilizationModes": [Array], "videoWidth": 1440}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 720, "photoWidth": 1280, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 720, "videoStabilizationModes": [Array], "videoWidth": 1280}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 1088, "photoWidth": 1088, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 1088, "videoStabilizationModes": [Array], "videoWidth": 1088}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 720, "photoWidth": 960, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 720, "videoStabilizationModes": [Array], "videoWidth": 960}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 480, "photoWidth": 720, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 480, "videoStabilizationModes": [Array], "videoWidth": 720}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 480, "photoWidth": 640, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 480, "videoStabilizationModes": [Array], "videoWidth": 640}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 360, "photoWidth": 640, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 360, "videoStabilizationModes": [Array], "videoWidth": 640}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 288, "photoWidth": 352, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 288, "videoStabilizationModes": [Array], "videoWidth": 352}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 240, "photoWidth": 320, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 240, "videoStabilizationModes": [Array], "videoWidth": 320}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 144, "photoWidth": 256, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 144, "videoStabilizationModes": [Array], "videoWidth": 256}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 144, "photoWidth": 176, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 144, "videoStabilizationModes": [Array], "videoWidth": 176}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": true, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 3456, "photoWidth": 4608, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 3456, "videoStabilizationModes": [Array], "videoWidth": 4608}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 2592, "photoWidth": 4608, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 2592, "videoStabilizationModes": [Array], "videoWidth": 4608}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 2184, "photoWidth": 4608, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 2184, "videoStabilizationModes": [Array], "videoWidth": 4608}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 3456, "photoWidth": 3456, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 3456, "videoStabilizationModes": [Array], "videoWidth": 3456}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 2160, "photoWidth": 3840, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 2160, "videoStabilizationModes": [Array], "videoWidth": 3840}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 1080, "photoWidth": 2288, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 1080, "videoStabilizationModes": [Array], "videoWidth": 2288}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 1080, "photoWidth": 1920, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 1080, "videoStabilizationModes": [Array], "videoWidth": 1920}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 912, "photoWidth": 1920, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 912, "videoStabilizationModes": [Array], "videoWidth": 1920}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 1080, "photoWidth": 1440, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 1080, "videoStabilizationModes": [Array], "videoWidth": 1440}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 720, "photoWidth": 1280, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 720, "videoStabilizationModes": [Array], "videoWidth": 1280}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 1088, "photoWidth": 1088, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 1088, "videoStabilizationModes": [Array], "videoWidth": 1088}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 720, "photoWidth": 960, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 720, "videoStabilizationModes": [Array], "videoWidth": 960}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 480, "photoWidth": 720, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 480, "videoStabilizationModes": [Array], "videoWidth": 720}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 480, "photoWidth": 640, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 480, "videoStabilizationModes": [Array], "videoWidth": 640}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 360, "photoWidth": 640, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 360, "videoStabilizationModes": [Array], "videoWidth": 640}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 288, "photoWidth": 352, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 288, "videoStabilizationModes": [Array], "videoWidth": 352}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 240, "photoWidth": 320, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 240, "videoStabilizationModes": [Array], "videoWidth": 320}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 144, "photoWidth": 256, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 144, "videoStabilizationModes": [Array], "videoWidth": 256}, {"autoFocusSystem": "none", "colorSpaces": [Array], "fieldOfView": 104.00253234078629, "frameRateRanges": [Array], "isHighestPhotoQualitySupported": false, "maxISO": 800, "maxZoom": 8, "minISO": 40, "photoHeight": 144, "photoWidth": 176, "pixelFormat": "420v", "supportsPhotoHDR": true, "supportsVideoHDR": false, "videoHeight": 144, "videoStabilizationModes": [Array], "videoWidth": 176}], "hasFlash": false, "hasTorch": false, "id": "2", "isMultiCam": false, "maxZoom": 8, "minZoom": 1, "name": "back (2)", "neutralZoom": 1, "position": "back", "supportsDepthCapture": false, "supportsFocus": true, "supportsLowLightBoost": true, "supportsParallelVideoProcessing": false, "supportsRawCapture": true}

If there's a way, please let me know.
I look forward to your help.

What I tried

No response

VisionCamera Version

"react-native-vision-camera": "2.12.0"

Additional information

@seolhyeonyang seolhyeonyang added the 💭 question Further information is requested label Jan 26, 2022
@seolhyeonyang seolhyeonyang changed the title ❓ Android resolution ans FPS setting ❓ Android resolution and FPS setting Jan 27, 2022
@xulihang
Copy link
Contributor

I am also having problems setting up the resolution: #281 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💭 question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants