mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Camera: implement external camera dumpState/close
Also switch to v4l2 timestamp is it's MONOTONIC Test: Cts CameraDeviceTest Bug: 72261676 Change-Id: Iec82c254dcf16a56952ff8910d13c92782d48090
This commit is contained in:
@@ -131,7 +131,7 @@ Return<void> ExternalCameraDevice::open(
|
||||
|
||||
session = new ExternalCameraDeviceSession(
|
||||
callback, mCfg, mSupportedFormats, mCroppingType,
|
||||
mCameraCharacteristics, std::move(fd));
|
||||
mCameraCharacteristics, mCameraId, std::move(fd));
|
||||
if (session == nullptr) {
|
||||
ALOGE("%s: camera device session allocation failed", __FUNCTION__);
|
||||
mLock.unlock();
|
||||
|
||||
Reference in New Issue
Block a user