Searched refs:cameraParams (Results 1 – 1 of 1) sorted by relevance
427 std::unique_ptr<CameraParams> cameraParams(new CameraParams(std::move(image))); in processDepthPhotoFrame() local428 if (cameraParams == nullptr) { in processDepthPhotoFrame()437 cameraParams->depth_map = processDepthMapFrame(inputFrame, exifOrientation, &items, in processDepthPhotoFrame()439 if (cameraParams->depth_map == nullptr) { in processDepthPhotoFrame()476 cameraParams->imaging_model = ImagingModel::FromData(imagingParams); in processDepthPhotoFrame()480 cameraParams->trait = dynamic_depth::CameraTrait::LOGICAL; in processDepthPhotoFrame()482 cameraParams->trait = dynamic_depth::CameraTrait::PHYSICAL; in processDepthPhotoFrame()485 cameraList.emplace_back(Camera::FromData(std::move(cameraParams))); in processDepthPhotoFrame()