I'm trying to follow code samples I've found on the web (Gabriel Tanner, Ray Wenderlich, Official Introduction), but I usually get stymied on the very first line:
CameraX.unbindAll()
Compiler complains that unbindAll() is an unresolved reference (Kotlin). The sample code from here is the only reference that does not use it. But all the other sample codes have it, including Google's own videos.
I can't even find any references to this method in Google's docs. What happened? Have changes in the past few months already made all these excited introductions obsolete?
I'm evaluating CameraX to see if it's worth our company's time to switch our code from Camera2 to CameraX. If things are changing this fast, what are the chances that significant code changes will happen in the future?