Skip to content

kekhong95/floating-camera-preview

Repository files navigation

Floating Camera Preview

Floating Camera Preview simply create a working window with the camera.

Installation

Setting Maven.

maven { url 'https://jitpack.io' }

Implementation Version.

implementation 'com.github.kekhong95:floating-camera-preview:1.1'

Usage

CameraWindow window = new CameraWindow(this, new CameraCustomView.CameraCustomViewListener() {
            @Override
            public void onClose() {
                finish();
            }

            @Override
            public void onError(Exception exception) {

            }
        });
window.create();
// to close call
window.close();

Preview

Alt Text

License

MIT

About

Floating Camera Preview

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages