This occurs using a few apks that make use of the camera (e.g., zxing, opencv). It displays a glitched image in the preview but it is still a function of what the camera sees so it appears to be an encoding mismatch. The native camera preview works fine, so the internal apps do not exhibit this problem.
However, Google isn't entirely finished with its Glass ambitions. In May 2019, the company released the second version of its Enterprise Edition model.
Google Glass arrived and left in a very short space of time. While not all of Google's products and services are destined to be instant hits commercially, Glass would have been another smart product that could have easily made its way into smart home networks.
These spectacles also come with AR and VR capabilities, USB-C charging, and an improved processor and camera. As a result, while it's no longer commercially available as a retail product, Google Glass still does exist. The original Google Glass stumbled so other smart glasses could run.
Google Glass: What Happened To The Futuristic Smart Glasses? Google Glass smart glasses were once slated as the next big thing in tech. While they no longer exist, the technology lives on in future products. Google Glass arrived and left in a very short space of time.
For now, please try adding the following workaround after you acquire the Camera
but before you setup and start the preview:
Camera.Parameters params = camera.getParameters(); params.setPreviewFpsRange(30000, 30000); camera.setParameters(params);
(Or just add the setPreviewFpsRange
call to your existing parameters if you're setting others as well.)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With