CameraKit / camerakit-android

Library for Android Camera 1 and 2 APIs. Massively increase stability and reliability of photo and video capture on all Android devices.
https://camerakit.io
MIT License
5.36k stars 878 forks source link

Documentation for v0.13.4 appears to be out of date #550

Open StephenBrough opened 5 years ago

StephenBrough commented 5 years ago

Is this a bug report?

No

Have you read the Contributing Guidelines?

I get a 406 when trying to read them :(

Environment

CameraKit Version: v0.13.4

Android Device: N/A

Android Version: N/A

Steps to Reproduce

Navigate to 0.13.4 docs.

Expected Behavior

Up-to-date docs with the behavior that seems to have been introduced here.

Actual Behavior

The docs reference camera.setCameraListener(new CameraListener()... which no longer exists, as well as camera.startRecordingVideo() and camera.stopRecordingVideo() which also no longer exist. There are probably other differences, but that's what I've noticed so far as I've started upgrading from 0.9.18.

Reproducible Demo

N/A