Skip to content
Commit 8e1a9dd5 authored by Chet Haase's avatar Chet Haase
Browse files

Fix TextureView docs to use more modern sample code

The existing TextureView class docs use a sample that relies on
Camera APIs, which have been deprecated for some time. The
new sample uses MediaPlayer (and calls out to other possible
components that could be used with TextureView). The docs have also
been updated to reflect recommendations on using CameraX for camera
functionality and SurfaceView vs. TextureView for performance reasons.

Test: N/A, docs only
Fixes: 191847306
Change-Id: I2038c09309ed63c79b583779124d48016ca225a2
parent 9e0cd05a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment