Status Update
Comments
fu...@google.com <fu...@google.com> #2
Same here. I have links in a local html file referencing file:///android_res/drawable/ and on all gradle build flavors using another applicationId (added suffix) the Webview only shows broken links.
This behaviour seems not to be connected solely to Android 5.0 since it occurs on Android 4.4.4 too (tested with current cyanogenmod 11 build).
This behaviour seems not to be connected solely to Android 5.0 since it occurs on Android 4.4.4 too (tested with current cyanogenmod 11 build).
Description
Please describe your issue and include details such as the version of CameraX you are using and any relevant logs related to your issue.
# If at all possible, capture an Android logcat (
# the camera is still active.
CAMERAX VERSION (ex - 1.0.0-alpha07)
All
CAMERA APPLICATION NAME AND VERSION: (Settings > Apps > (app name) > version)
N/A
ANDROID OS BUILD NUMBER: (Settings > About > Build number)
N/A
DEVICE NAME: (Nexus 5X, Samsung S6, etc)
N/A
DESCRIPTION:
From email to CameraX discuss list (contents copied below):
I'm searching for car plates on frame so bigger resolution - bigger distance between me and a car where plate can be found and recognized. Right now I use preview 1920x1080 (same as analysis) and don't use capture because I don't need jpeg pictures.
OBSERVED RESULTS:
CameraX does not support resolutions higher than 1920x1080 for ImageAnalysis
EXPECTED RESULTS:
Support ImageAnalysis resolution up to full resolution of the camera sensor.