Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Preview callback #174

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Commits on Jun 22, 2017

  1. Added a preview callback.

    The previewCallback receives an Image object, consistent with the Camera2 API.
    Packed/interleaved Camera1 image formats are stored on a single Plane.  The preferred
    format can be specified.  If available that format will be used, and if not, will fall
    back to whatever the default format is.
    doug-precocity committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    ca68dc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29dcce2 View commit details
    Browse the repository at this point in the history
  3. Added a preview callback.

    The preview callback receives an Image object, consistent with the Camera2 API.
    Packed/interleaved Camera1 image formats are stored on a single Plane in the Image.
    The preferred format for the preview can be specified. If available, that format will
    be used and if not, will fallback to whatever the default format is.
    doug-precocity committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    5a952f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2017

  1. Configuration menu
    Copy the full SHA
    40c7c28 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2017

  1. -revert to camera1 style callback signature

    -fix error where callback sill called after releasing camera
    -downloaded dependency jars and removed references to mavencentral and jcenter
    doug-precocity committed Jun 30, 2017
    Configuration menu
    Copy the full SHA
    cfa0f28 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master'

    Conflicts:
    	library/src/main/api14/com/google/android/cameraview/Camera1.java
    doug-precocity committed Jun 30, 2017
    Configuration menu
    Copy the full SHA
    89c29a1 View commit details
    Browse the repository at this point in the history