I'm having trouble finding good documentation for how to configure a Session. This sample code snippet doesn't work for me: cameraKitSession.getLenses().getRepository().get(new Available(LENS_GROUP_ID), available -> { Log.d(TAG, "Available lenses: " + available); Lenses.whenHasFirst(available, lens ->…
I see there are 20 different artifacts on Maven for Android - how do I know which ones I need? Do I always need the main camerakit? camerakit-api? lenses-bundle? What are the various support-* libraries for? Thanks for helping point a newbie in the right direction!