-
Notifications
You must be signed in to change notification settings - Fork 9
Home
Tobi edited this page Jan 7, 2017
·
5 revisions
Welcome to the android-multisensorgrabber-2 wiki!
Tested on devices:
Galaxy S6:
speed w/ fixed params and JPEG: > 20fps
speed w/ fixed params and YUV: > 30fps
Galaxy S5:
speed w/ fixed params and JPEG: < 7fps
speed w/ fixed params and YUV: > 20fps
Galaxy S7 - MinFrameDuration: characteristics.get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP).getOutputMinFrameDuration(ImageFormat.JPEG, size);
Format | Size | MinFrameDur | StallDur |
---|---|---|---|
JPEG | >1920x1080 | 50ms | 0ms |
JPEG | <1920x1080 | 33.33ms | 0ms |
YUV_420_888 | all | 33.33ms | 0ms |