camera-samples icon indicating copy to clipboard operation
camera-samples copied to clipboard

HdrViewfinder time stamp always 0

Open v-hogood opened this issue 4 years ago • 0 comments

See https://issuetracker.google.com/issues/181521870

If I log the time stamp like so it is always 0:

            // Get to newest input
            for (int i = 0; i < pendingFrames; i++) {
                mInputAllocation.ioReceive();
                Log.i(TAG, "timeStamp: " + mInputAllocation.getTimeStamp());
            }

v-hogood avatar Mar 02 '21 19:03 v-hogood