相机Camera日志实例分析之十四:相机Camx【照片后置炫彩拍照】单帧流程日志详解
【关注我,后续持续新增专题博文,谢谢!!!】
上一篇我们讲了:
这一篇我们开始讲:
目录
一、场景操作步骤
二、日志基础关键字分级如下
三、场景日志如下:
一、场景操作步骤
操作步骤:
1、打开相机,切换到后置照片模式
2、打开AI炫彩,拍照3次,点击缩略图查看相册
3、退出相机
二、日志基础关键字分级如下
牢记:
1:【效率决定成长空间】无论什么开发,分析日志是解决问题的法宝。且是最有效最常用的调试工具,特别是在Android或Linux领域下,log分析是开发必备技能,然而log分析效率参差不齐,你分析一份日志要一天,别人分析只需要一个小时,作何感想?别人一年的学习成果可能是你几年才能学会。
2:【巨量日志降低了开发效率】接触过Android日志,就清楚日志量非常大。几十个进程几百个线程同时并行打印日志。而Camera领域日志量极大,因为预览一般是每秒30帧的日志量,录屏一般是每秒60帧的日志量,少则几万行日志,多则几十万行日志,更多则多个日志总量几百万行日志。
3:【日志梯度分级来提效】开发追求效率,如何快速有效挖掘出问题,并如何解决问题变得尤为重要。此专题将以梯度分级日志来分析日志,让日志流程变得简单化,提高解决问题的效率。
4:【举一反三】当前以高通CamX架构为例讲解Camera日志,方式通用,其他领域模块均可效仿借鉴。
5:【开发思维决定成长高度】当前讲述的是Camera领域log分析梯度分级讲解,讲究的是一种分析技巧,分析思维,一种感悟。技术路线的提升空间,需要更多开发技巧和开发学习能力去提升。技术大拿分析问题,可以从日志快速定位问题并解决问题,有充分的时间去学习更多知识,成长速度极快。同一起跑线,学习能力,开发效率等等都决定了程序员的成长提升空间。
之前有对最普通的场景进行各个日志注释讲解,但相机场景太多,日志差异也巨大。后面将展示各种场景下的日志。
通过notepad打开场景下的日志,通过下列分类关键字搜索,即可清晰的分析不同场景的相机运行流程差异,日积月累这样将能快速提升分析日志的能力,并举一反三。
PS:参考:相机Camera日志分析之三十一:高通Camx HAL十种流程基础分析关键字汇总(后续持续更新中)
三、场景日志如下:
14.901475 1716 15863 I CamX : [HAL ] camxhal3.cpp:540 open() HalOp: Begin OPEN, logicalCameraId: 0, cameraId: 0 14.901502 1716 15863 D CHIUSECASE: [DEBUG ] extensionlayer.cpp:205 ExtendOpen() [OP_EXT] OPEN_CAMERA 0, Sensor lvzhou_imx890 E 14.901515 1716 15863 D CHIUSECASE: [DEBUG ] extensionlayer.cpp:211 ExtendOpen() reset plugin 14.909968 1716 15863 I CamX : 14.909997 1716 15863 I CHIUSECASE: [CORE_CFG ] chxextensionmodule.cpp:1606 ExtendOpen() Using XML for Logical Cameras -- file: taro_lvzhou.xml 14.910007 1716 15863 D CHIUSECASE: [DEBUG ] extensionlayer.cpp:255 ExtendOpen() [OP_EXT] OPEN_CAMERA 0 X 14.910012 1716 15863 I CamX : [HAL ] camxhal3module.cpp:1048 ProcessCameraOpen() Number of cameras opened 1 14.911707 1716 15863 I CamX : [ INFO][HAL ] camxhal3.cpp:570 open() Open: overrideCameraClose is 14 , overrideCameraOpen is 1 14.911988 1716 15863 D CHIUSECASE: [DEBUG ] chxextensionmodule.cpp:1473 RemapCameraId() logicalCameraId -1, physicalCameraId -1, cameraId 0, pPrimaryCameraIndex 0 14.912018 1716 15863 I CamX : [ INFO][HAL ] camxhaldevice.cpp:3108 ConstructDefaultRequestSettings() Override specific tags added to construct default settings 14.912149 1716 15863 D CHIUSECASE: [DEBUG ] chxextensionmodule.cpp:1473 RemapCameraId() logicalCameraId -1, physicalCameraId -1, cameraId 0, pPrimaryCameraIndex 0 14.912175 1716 15863 I CamX : [ INFO][HAL ] camxhaldevice.cpp:3108 ConstructDefaultRequestSettings() Override specific tags added to construct default settings 14.912289 1716 15863 D CHIUSECASE: [DEBUG ] chxextensionmodule.cpp:1473 RemapCameraId() logicalCameraId -1, physicalCameraId -1, cameraId 0, pPrimaryCameraIndex 0 14.912315 1716 15863 I CamX : [ INFO][HAL ] camxhaldevice.cpp:3108 ConstructDefaultRequestSettings() Override specific tags added to construct default settings 14.912428 1716 15863 D CHIUSECASE: [DEBUG ] chxextensionmodule.cpp:1473 RemapCameraId() logicalCameraId -1, physicalCameraId -1, cameraId 0, pPrimaryCameraIndex 0 14.912453 1716 15863 I CamX : [ INFO][HAL ] camxhaldevice.cpp:3108 ConstructDefaultRequestSettings() Override specific tags added to construct default settings 14.912565 1716 15863 D CHIUSECASE: [DEBUG ] chxextensionmodule.cpp:1473 RemapCameraId() logicalCameraId -1, physicalCameraId -1, cameraId 0, pPrimaryCameraIndex 0 14.912588 1716 15863 I CamX : [ INFO][HAL ] camxhaldevice.cpp:3108 ConstructDefaultRequestSettings() Override specific tags added to construct default settings 14.912702 1716 15863 D CHIUSECASE: [DEBUG ] chxextensionmodule.cpp:1473 RemapCameraId() logicalCameraId -1, physicalCameraId -1, cameraId 0, pPrimaryCameraIndex 0 14.912725 1716 15863 I CamX : [ INFO][HAL ] camxhaldevice.cpp:3108 ConstructDefaultRequestSettings() Override specific tags added to construct default settings 14.912817 1716 15863 I CamX : [HAL ] camxhal3.cpp:601 open() HalOp: End OPEN, logicalCameraId: 0, cameraId: 0 14.913160 1716 15863 I CamX : [ INFO][HAL ] camxhal3.cpp:1364 initialize() initialize(): 0xb4000079d4637010, 0xb4000079da9f6600 14.913183 1716 15863 I CamX : [ INFO][HAL ] camxthermalmanager.cpp:112 Initialize() callback already registered 14.913197 1716 15863 I CamX : [HAL ] camxthermalmanager.cpp:177 RegisterHALDevice() Registered pHALDevice=0xb4000079d4637000 CameraId=0 14.944269 1716 15863 I CamX : [ INFO][HAL ] camxhal3.cpp:1449 configure_streams() Number of streams: 4 14.945036 1716 15863 I CamX : [HAL ] camxhal3.cpp:1472 configure_streams() HalOp: Begin CONFIG: 0xb4000079d4637010, logicalCameraId: 0, cameraId: 0 14.945040 1716 15863 I CamX : [HAL ] camxhal3.cpp:1495 configure_streams() stream[0] = 0xb4000079411142e8 - info: 14.945043 1716 15863 I CamX : [HAL ] camxhal3.cpp:1498 configure_streams() format : 32, HAL_PIXEL_FORMAT_RAW16 14.945051 1716 15863 I CamX : [HAL ] camxhal3.cpp:1505 configure_streams() stream_type : 00000001, CAMERA3_STREAM_INPUT 14.945055 1716 15863 I CamX : [HAL ] camxhal3.cpp:1507 configure_streams() usage : 00000000 14.945058 1716 15863 I CamX : [HAL ] camxhal3.cpp:1509 configure_streams() max_buffers : 0 14.945061 1716 15863 I CamX : [HAL ] camxhal3.cpp:1512 configure_streams() rotation : 00000000, CAMERA3_STREAM_ROTATION_0 14.945064 1716 15863 I CamX : [HAL ] camxhal3.cpp:1515 configure_streams() data_space : 00000000, HAL_DATASPACE_UNKNOWN 14.945067 1716 15863 I CamX : [HAL ] camxhal3.cpp:1517 configure_streams() priv : 0x0 14.945070 1716 15863 I CamX : [HAL ] camxhal3.cpp:1520 configure_streams() physical_camera_id : 14.945072 1716 15863 I CamX : [HAL ] camxhal3.cpp:1524 configure_streams() groupID : -1 14.945075 1716 15863 I CamX : [HAL ] camxhal3.cpp:1527 configure_streams() reserved[0] : 0x0 14.945078 1716 15863 I CamX : [HAL ] camxhal3.cpp:1529 configure_streams() reserved[1] : 0x0 14.945081 1716 15863 I CamX : [HAL ] camxhal3.cpp:1495 configure_streams() stream[1] = 0xb4000079279f2ba8 - info: 14.945086 1716 15863 I CamX : [HAL ] camxhal3.cpp:1498 configure_streams() format : 35, HAL_PIXEL_FORMAT_YCbCr_420_888 14.945093 1716 15863 I CamX : [HAL ] camxhal3.cpp:1505 configure_streams() stream_type : 00000000, CAMERA3_STREAM_OUTPUT 14.945096 1716 15863 I CamX : [HAL ] camxhal3.cpp:1507 configure_streams() usage : 00000103 14.945099 1716 15863 I CamX : [HAL ] camxhal3.cpp:1509 configure_streams() max_buffers : 0 14.945101 1716 15863 I CamX : [HAL ] camxhal3.cpp:1512 configure_streams() rotation : 00000000, CAMERA3_STREAM_ROTATION_0 14.945103 1716 15863 I CamX : [HAL ] camxhal3.cpp:1515 configure_streams() data_space : 08c20000, HAL_DATASPACE_V0_JFIF 14.945106 1716 15863 I CamX : [HAL ] camxhal3.cpp:1517 configure_streams() priv : 0x0 14.945108 1716 15863 I CamX : [HAL ] camxhal3.cpp:1520 configure_streams() physical_camera_id : 14.945110 1716 15863 I CamX : [HAL ] camxhal3.cpp:1524 configure_streams() groupID : -1 14.945113 1716 15863 I CamX : [HAL ] camxhal3.cpp:1527 configure_streams() reserved[0] : 0x0 14.945115 1716 15863 I CamX : [HAL ] camxhal3.cpp:1529 configure_streams() reserved[1] : 0x0 14.945117 1716 15863 I CamX : [HAL ] camxhal3.cpp:1495 configure_streams() stream[2] = 0xb400007941114228 - info: 14.945120 1716 15863 I CamX : [HAL ] camxhal3.cpp:1498 configure_streams() format : 32, HAL_PIXEL_FORMAT_RAW16 14.945128 1716 15863 I CamX : [HAL ] camxhal3.cpp:1505 configure_streams() stream_type : 00000000, CAMERA3_STREAM_OUTPUT 14.945131 1716 15863 I CamX : [HAL ] camxhal3.cpp:1507 configure_streams() usage : 00000003 14.945133 1716 15863 I CamX : [HAL ] camxhal3.cpp:1509 configure_streams() max_buffers : 0 14.945135 1716 15863 I CamX : [HAL ] camxhal3.cpp:1512 configure_streams() rotation : 00000000, CAMERA3_STREAM_ROTATION_0 14.945138 1716 15863 I CamX : [HAL ] camxhal3.cpp:1515 configure_streams() data_space : 00000001, HAL_DATASPACE_ARBITRARY 14.945141 1716 15863 I CamX : [HAL ] camxhal3.cpp:1517 configure_streams() priv : 0x0 14.945143 1716 15863 I CamX : [HAL ] camxhal3.cpp:1520 configure_streams() physical_camera_id : 14.945146 1716 15863 I CamX : [HAL ] camxhal3.cpp:1524 configure_streams() groupID : -1 14.945148 1716 15863 I CamX : [HAL ] camxhal3.cpp:1527 configure_streams() reserved[0] : 0x0 14.945151 1716 15863 I CamX : [HAL ] camxhal3.cpp:1529 configure_streams() reserved[1] : 0x0 14.945153 1716 15863 I CamX : [HAL ] camxhal3.cpp:1495 configure_streams() stream[3] = 0xb4000079da2ff028 - info: 14.945156 1716 15863 I CamX : [HAL ] camxhal3.cpp:1498 configure_streams() format : 35, HAL_PIXEL_FORMAT_YCbCr_420_888 14.945163 1716 15863 I CamX : [HAL ] camxhal3.cpp:1505 configure_streams() stream_type : 00000000, CAMERA3_STREAM_OUTPUT 14.945165 1716 15863 I CamX : [HAL ] camxhal3.cpp:1507 configure_streams() usage : 00000003 14.945167 1716 15863 I CamX : [HAL ] camxhal3.cpp:1509 configure_streams() max_buffers : 0 14.945170 1716 15863 I CamX : [HAL ] camxhal3.cpp:1512 configure_streams() rotation : 00000000, CAMERA3_STREAM_ROTATION_0 14.945172 1716 15863 I CamX : [HAL ] camxhal3.cpp:1515 configure_streams() data_space : 08c20000, HAL_DATASPACE_V0_JFIF 14.945175 1716 15863 I CamX : [HAL ] camxhal3.cpp:1517 configure_streams() priv : 0x0 14.945177 1716 15863 I CamX : [HAL ] camxhal3.cpp:1520 configure_streams() physical_camera_id : 14.945180 1716 15863 I CamX : [HAL ] camxhal3.cpp:1524 configure_streams() groupID : -1 14.945182 1716 15863 I CamX : [HAL ] camxhal3.cpp:1527 configure_streams() reserved[0] : 0x0 14.945185 1716 15863 I CamX : [HAL ] camxhal3.cpp:1529 configure_streams() reserved[1] : 0x0 14.945188 1716 15863 I CamX : [ INFO][HAL ] camxhal3.cpp:1535 configure_streams() operation_mode: 32769 14.945190 1716 15863 I CamX : [ INFO][HAL ] camxhal3.cpp:1537 configure_streams() multiResolutionInputImage: 0 14.945204 1716 15863 D CHIUSECASE: [DEBUG ] chxextensionmodule.cpp:1473 RemapCameraId() logicalCameraId -1, physicalCameraId -1, cameraId 0, pPrimaryCameraIndex 0 14.945216 1716 15863 I CamX : [ INFO][HAL ] camxhaldevice.cpp:1346 CheckValidStreamConfig() logical camera id: 0, fwkId: 0, qcfa sensor with size 8192 x 6144 14.945221 1716 15863 I CamX : [HAL ] camxhaldevice.cpp:1508 CheckValidStreamConfig() format:32 max Res(4096 x 3072) requested Res(4096 x 3072) 14.945228 1716 15863 I CamX : [CONFIG][HAL ] camxhaldevice.cpp:1114 CheckValidResolution() type:1, width:4096, height:3072, matched:0 14.945247 1716 15863 I CamX : [ INFO][HAL ] camxhaldevice.cpp:1199 CheckValidDepthResolution() Can't find the metadata entry for 1638401 14.945251 1716 15863 I CamX : [ INFO][HAL ] camxhaldevice.cpp:1587 CheckValidStreamConfig() MultiCamStream - validDepthStream 0 validRGBStream 0 14.945255 1716 15863 I CamX : [ INFO][HAL ] camxhaldevice.cpp:1684 CheckValidStreamConfig() Accept raw format:32 (4096 x 3072) 14.945259 1716 15863 I CamX : [HAL ] camxhaldevice.cpp:1508 CheckValidStreamConfig() format:35 max Res(4096 x 3072) requested Res(1440 x 1080) 14.945264 1716 15863 I CamX : [CONFIG][HAL ] camxhaldevice.cpp:1114 CheckValidResolution() type:0, width:1440, height:1080, matched:1 14.945267 1716 15863 I CamX : [ INFO][HAL ] camxhaldevice.cpp:1199 CheckValidDepthResolution() Can't find the metadata entry for 1638401 14.945270 1716 15863 I CamX : [ INFO][HAL ] camxhaldevice.cpp:1587 CheckValidStreamConfig() MultiCamStream - validDepthStream 0 validRGBStream 1 14.945273 1716 15863 I CamX : [HAL ] camxhaldevice.cpp:1508 CheckValidStreamConfig() format:32 max Res(4096 x 3072) requested Res(4096 x 3072) 14.945277 1716 15863 I CamX : [CONFIG][HAL ] camxhaldevice.cpp:1114 CheckValidResolution() type:0, width:4096, height:3072, matched:1 14.945280 1716 15863 I CamX : [ INFO][HAL ] camxhaldevice.cpp:1199 CheckValidDepthResolution() Can't find the metadata entry for 1638401 14.945284 1716 15863 I CamX : [ INFO][HAL ] camxhaldevice.cpp:1587 CheckValidStreamConfig() MultiCamStream - validDepthStream 0 validRGBStream 1 14.945286 1716 15863 I CamX : [HAL ] camxhaldevice.cpp:1508 CheckValidStreamConfig() format:35 max Res(4096 x 3072) requested Res(4096 x 3072) 14.945289 1716 15863 I CamX : [CONFIG][HAL ] camxhaldevice.cpp:1114 CheckValidResolution() type:0, width:4096, height:3072, matched:1 14.945292 1716 15863 I CamX : [ INFO][HAL ] camxhaldevice.cpp:1199 CheckValidDepthResolution() Can't find the metadata entry for 1638401 14.945294 1716 15863 I CamX : [ INFO][HAL ] camxhaldevice.cpp:1587 CheckValidStreamConfig() MultiCamStream - validDepthStream 0 validRGBStream 1 14.945392 1716 15863 D CHIUSECASE: [DEBUG ] pluginbase.cpp:1079 InitPackageName() version Fri Feb 14 17:28:20 CST 2025 14.945461 1716 15863 D CHIUSECASE: [DEBUG ] pluginbase.cpp:1900 InitModeDescriptor() [OP_EXT] check CaptureMode : 0x8001 14.945468 1716 15863 D CHIUSECASE: [DEBUG ] pluginbase.cpp:1926 InitModeDescriptor() m_isExplorerDumpEnable 0 14.945473 1716 15863 D CHIUSECASE: [DEBUG ] pluginbase.cpp:1929 InitModeDescriptor() m_is4K120FPSVideoNoFDEnable 0 14.945479 1716 15863 D CHIUSECASE: [DEBUG ] pluginbase.cpp:1942 InitModeDescriptor() isAIVideoUseEIS3 1 14.945582 1716 15863 D CHIUSECASE: [DEBUG ] pluginbase.cpp:2206 InitModeDescriptor() [OP_EXT] Final mode descriptor name: 1 , position type: 1, operation mode: 0x8001 highload 0 14.945696 1716 15863 I CHIUSECASE: [CORE_CFG ] chxextensionmodule.cpp:9230 SetDeviceHDRMode() Set HDR mode to:0 for physical cam:0 14.945704 1716 15863 I CHIUSECASE: [CORE_CFG ] chxextensionmodule.cpp:8854 ConfigureHDRInformation() Logical camera:0 HDRMode set to:0 14.945710 1716 15863 I CHIUSECASE: [CORE_CFG ] chxextensionmodule.cpp:4938 InitializeOverrideSession() m_logicalCameraInfo[0].m_pCamera3Device=0x0, pCamera3Device=0xb4000079d4637010 14.945719 1716 15863 D CHIUSECASE: [DEBUG ] pluginbase.cpp:1287 IsOPZSLStreamConfig() IsOPZSLStreamConfig operation_mode: 32769 14.945727 1716 15863 D CHIUSECASE: [DEBUG ] pluginbase.cpp:1144 OnPostGetMatchingUsecase() ZSL usecase selected 14.945734 1716 15863 D CHIUSECASE: [DEBUG ] pluginbase.cpp:1268 OnPostGetMatchingUsecase() [OP_EXT] switch usecaseId 1 to 3 14.945738 1716 15863 I CHIUSECASE: [CORE_CFG ] chxextensionmodule.cpp:4979 InitializeOverrideSession() Session_parameters FPS range 4:30, previewFPS 0, videoFPS 0 BatchSize: 1 HALOutputBufferCombined 0 FPS: 30 SkipPattern: 1, LogicalCameraId = 0 selected use case = 3 count 16 MFHDR_enabled 0 14.953268 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:11796 BuildCameraIdSet() BuildCameraIdSet for logical camera id 0 type 0 numPhyCameras 1 14.953284 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:11796 BuildCameraIdSet() BuildCameraIdSet for logical camera id 1 type 0 numPhyCameras 1 14.953289 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:11796 BuildCameraIdSet() BuildCameraIdSet for logical camera id 2 type 0 numPhyCameras 1 14.953294 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:11796 BuildCameraIdSet() BuildCameraIdSet for logical camera id 3 type 0 numPhyCameras 1 14.953297 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:11796 BuildCameraIdSet() BuildCameraIdSet for logical camera id 4 type 0 numPhyCameras 2 14.953732 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:12207 AssignStreamIntentPerFwkStream() Feature2Mapping: Stream Intent 0x40 for 0xb4000079411142e8 format: 0x20 width: 4096 height: 3072 usage: 0x0 14.953743 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:12207 AssignStreamIntentPerFwkStream() Feature2Mapping: Stream Intent 0x1 for 0xb4000079279f2ba8 format: 0x23 width: 1440 height: 1080 usage: 0x103 14.953749 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:12207 AssignStreamIntentPerFwkStream() Feature2Mapping: Stream Intent 0x200 for 0xb400007941114228 format: 0x20 width: 4096 height: 3072 usage: 0x3 14.953754 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:12207 AssignStreamIntentPerFwkStream() Feature2Mapping: Stream Intent 0x2 for 0xb4000079da2ff028 format: 0x23 width: 4096 height: 3072 usage: 0x3 14.953759 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:596 Initialize() Using non-generated graph and feature descriptors 14.954301 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:209 ProbeChiFeature2Features() [0/1] capability string:AnchorSync Version: 0:0 14.954426 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:209 ProbeChiFeature2Features() [0/1] capability string:Demux Version: 0:0 14.954559 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:209 ProbeChiFeature2Features() [0/1] capability string:Yuv2Yuv Version: 0:1 14.954673 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:209 ProbeChiFeature2Features() [0/1] capability string:FrameSelect Version: 0:0 14.954787 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:209 ProbeChiFeature2Features() [0/2] capability string:FUSION Version: 0:0 14.954795 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:209 ProbeChiFeature2Features() [1/2] capability string:BOKEH Version: 0:0 14.954925 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:209 ProbeChiFeature2Features() [0/10] capability string:Bayer2Yuv Version: 0:0 14.954936 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:209 ProbeChiFeature2Features() [1/10] capability string:FormatConvertor Version: 0:0 14.954942 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:209 ProbeChiFeature2Features() [2/10] capability string:YUVReprocess Version: 0:0 14.954946 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:209 ProbeChiFeature2Features() [3/10] capability string:Yuv2Yuv Version: 0:0 14.954950 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:209 ProbeChiFeature2Features() [4/10] capability string:SWRemosaic Version: 0:0 14.954954 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:209 ProbeChiFeature2Features() [5/10] capability string:Y2YRTDiffDimen Version: 0:0 14.954957 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:209 ProbeChiFeature2Features() [6/10] capability string:Y2YMultiPreview Version: 0:0 14.954960 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:209 ProbeChiFeature2Features() [7/10] capability string:PostFusionIPE Version: 0:0 14.954964 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:209 ProbeChiFeature2Features() [8/10] capability string:OfflinePreview Version: 0:0 14.954967 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:209 ProbeChiFeature2Features() [9/10] capability string:Y2YPostMFSR Version: 0:0 14.955086 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:209 ProbeChiFeature2Features() [0/3] capability string:HDR Version: 0:0 14.955096 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:209 ProbeChiFeature2Features() [1/3] capability string:ThreeFrameMFHDR Version: 0:0 14.955102 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:209 ProbeChiFeature2Features() [2/3] capability string:TwoFrameMFHDR Version: 0:0 14.955216 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:209 ProbeChiFeature2Features() [0/2] capability string:MultiCameraReprocessRealtime Version: 0:0 14.955225 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:209 ProbeChiFeature2Features() [1/2] capability string:OfflineReprocess Version: 0:0 14.955362 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:209 ProbeChiFeature2Features() [0/1] capability string:Memcpy Version: 0:0 14.955503 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:209 ProbeChiFeature2Features() [0/4] capability string:MFSR Version: 0:0 14.955511 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:209 ProbeChiFeature2Features() [1/4] capability string:MFNR Version: 0:0 14.955518 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:209 ProbeChiFeature2Features() [2/4] capability string:MFNRV2 Version: 0:0 14.955521 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:209 ProbeChiFeature2Features() [3/4] capability string:MMF Version: 0:0 14.955721 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:209 ProbeChiFeature2Features() [0/1] capability string:FeatureMux Version: 0:0 14.955990 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:209 ProbeChiFeature2Features() [0/1] capability string:RawHDR Version: 0:0 14.956114 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:209 ProbeChiFeature2Features() [0/1] capability string:RealTimeSerializer Version: 0:0 14.956233 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:209 ProbeChiFeature2Features() [0/3] capability string:RealTime Version: 0:0 14.956243 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:209 ProbeChiFeature2Features() [1/3] capability string:RealTimeNZSL Version: 0:0 14.956247 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:209 ProbeChiFeature2Features() [2/3] capability string:RealTimeWithSWRemosaic Version: 0:0 14.956365 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:209 ProbeChiFeature2Features() [0/2] capability string:RealTimeMCX Version: 0:0 14.956375 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:209 ProbeChiFeature2Features() [1/2] capability string:RealTimeXR Version: 0:0 14.956478 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:209 ProbeChiFeature2Features() [0/1] capability string:Serializer Version: 0:0 14.956580 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:209 ProbeChiFeature2Features() [0/1] capability string:StatsRegeneration Version: 0:0 14.957257 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:8686 GetAllFeatureGraphDescriptors() Feature2Mapping: Insert single graph:cameraID 0->RealtimeFG->0 14.957283 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:8686 GetAllFeatureGraphDescriptors() Feature2Mapping: Insert single graph:cameraID 0->Bayer2YUV->0 14.957295 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:8686 GetAllFeatureGraphDescriptors() Feature2Mapping: Insert single graph:cameraID 0->RTMemcpyYUV->0 14.957306 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:8686 GetAllFeatureGraphDescriptors() Feature2Mapping: Insert single graph:cameraID 0->RTBayer2YUVIdealRaw->0 14.957321 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:8686 GetAllFeatureGraphDescriptors() Feature2Mapping: Insert single graph:cameraID 0->RTBayer2YUVBPSIdealRaw->0 14.957339 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:8686 GetAllFeatureGraphDescriptors() Feature2Mapping: Insert single graph:cameraID 0->RTBayer2YUV->0 14.957361 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:8686 GetAllFeatureGraphDescriptors() Feature2Mapping: Insert single graph:cameraID 0->RTMFSRYUV->0 14.957381 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:8686 GetAllFeatureGraphDescriptors() Feature2Mapping: Insert single graph:cameraID 0->NONHDRRTMFSRB2YHDRT1YUV->0 14.957394 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:8686 GetAllFeatureGraphDescriptors() Feature2Mapping: Insert single graph:cameraID 0->RealtimeFormatConvertorFG->0 14.957407 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:8686 GetAllFeatureGraphDescriptors() Feature2Mapping: Insert single graph:cameraID 0->NONHDRRTMFSRB2Y2HDRT1YUV->0 14.957421 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:8686 GetAllFeatureGraphDescriptors() Feature2Mapping: Insert single graph:cameraID 0->RTRawHDRBayer2YUVOEM->0 14.957432 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:8686 GetAllFeatureGraphDescriptors() Feature2Mapping: Insert single graph:cameraID 0->RTMFSRIPEYUV->0 14.957450 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:9321 MapStreamsForGraph() Mapping graph 'RealtimeFormatConvertorFG_0_0' 14.957491 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:9321 MapStreamsForGraph() Mapping graph 'RealtimeFG_0_0' 14.957555 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:9321 MapStreamsForGraph() Mapping graph 'RTRawHDRBayer2YUVOEM_0_0' 14.957581 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:9321 MapStreamsForGraph() Mapping graph 'RTMemcpyYUV_0_0' 14.957586 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:9321 MapStreamsForGraph() Mapping graph 'RTMFSRYUV_0_0' 14.957612 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:9321 MapStreamsForGraph() Mapping graph 'RTMFSRIPEYUV_0_0' 14.957617 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:9321 MapStreamsForGraph() Mapping graph 'RTBayer2YUVIdealRaw_0_0' 14.961684 1716 15863 I CamX : [CORE ] camxnode.cpp:839 InitializeSinkPortBufferProperties() Topology: Node::MfsrPostFilter_IPE3_cam0 has a sink port id 9 using format 4 dim 4096x3072, stream 0xb4000079d5fee100 14.961872 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2505 CreateNodes() Topology::MfsrPostFilter_0_cam_0 Node::MfsrPostFilter_IPE3_cam0 Type 65538 numInputPorts 2 numOutputPorts 2 Sensor: Real 14.962641 1716 5188 I CHIUSECASE: preOpenCamera 14.962648 1716 5188 I CHIUSECASE: not support preOpenCamera! m_isSupportPreOpenCamera:1, mIsCameraWorking:1 14.962739 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:1158 FinalizeFeatureInstances() [AnchorSync:0] Input Port {0, 0, 0} influences [RealTime:0] Output Port {0, 0, 1} - (Fmt: 0x20 Intent: 0x2 Dimensions: [1296 x 736] [4096 x 3072] [8192 x 6144] Usage: 0x20022 Maxbuffers: 8) 14.962744 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:1158 FinalizeFeatureInstances() [AnchorSync:0] Input Port {0, 0, 1} influences [RealTime:0] Output Port {0, 0, 2} - (Fmt: 0x23 Intent: 0x40 Dimensions: [640 x 480] [640 x 480] [8192 x 6144] Usage: 0x20022 Maxbuffers: 8) 14.962748 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:1040 FinalizeFeatureInstances() RealTime_0: Backward walk... 14.962754 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:1090 FinalizeFeatureInstances() Config Stream {0xb4000079279f2ba8} influences [RealTime:0] Output Port {0, 0, 0} - (Fmt: 0x23 Intent: 1 Dimensions: [1440 x 1080] Usage: 0x103 Dataspace: 146931712 Rotation: 0) 14.962759 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:1090 FinalizeFeatureInstances() Config Stream {0xb400007941114228} influences [RealTime:0] Output Port {0, 0, 1} - (Fmt: 0x20 Intent: 512 Dimensions: [4096 x 3072] Usage: 0x3 Dataspace: 1 Rotation: 0) 14.962763 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:1090 FinalizeFeatureInstances() Config Stream {0xb400007941114228} influences [RealTime:0] Output Port {0, 0, 4} - (Fmt: 0x20 Intent: 512 Dimensions: [4096 x 3072] Usage: 0x3 Dataspace: 1 Rotation: 0) 14.962768 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:1090 FinalizeFeatureInstances() Config Stream {0xb4000079da2ff028} influences [RealTime:0] Output Port {0, 0, 6} - (Fmt: 0x23 Intent: 2 Dimensions: [4096 x 3072] Usage: 0x3 Dataspace: 146931712 Rotation: 0) 14.962772 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:1090 FinalizeFeatureInstances() Config Stream {0xb400007941114228} influences [RealTime:0] Output Port {0, 0, 14} - (Fmt: 0x20 Intent: 512 Dimensions: [4096 x 3072] Usage: 0x3 Dataspace: 1 Rotation: 0) 14.962778 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:4200 ConfigureFeature() Configure feature for RealTime_0 (status 1) 14.962783 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:5953 PrepareFeatureData() Feature2Mapping: FeatureName = RealTime, numSessions = 1, numPipelines = 28 numPorts = 924 14.962836 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:6073 PrepareFeatureData() feature: RealTime, session: 0, name: RealTime, pipeline: 0, name: RealTimeFeatureZSLPreviewRaw 14.963269 1716 15863 I CHIUSECASE: [CORE_CFG ] chxsensorselectmode.cpp:643 FindBestSensorMode() Camera[0] Desired mode: optimal: [4096x3072] max: [4096x3072] min: [4096x3072] frameRate: 30.000000 sensorModeCaps: 00000001 forceMode:-1 SensorHDRExposureType:0, SensorRemosaicType:0 14.963278 1716 15863 I CHIUSECASE: [CORE_CFG ] chxsensorselectmode.cpp:795 FindBestSensorMode() Camera[0] Selected: modeIndex: 1 Usecase: 8, W=4096, H=3072, FPS:30, NumBatchedFrames:1, caps:9 14.963444 1716 15863 I CHIUSECASE: [CORE_CFG ] chxpipeline.cpp:356 CreateDescriptor() Pipeline[RealTimeFeatureZSLPreviewRaw] pipeline pointer 0xb40000792483e000 numInputs=0, numOutputs=8 stream w x h: 320 x 240 format: 35, numBatchedFrames: 1, HALOutputBufferCombined: 0 maxFPSValue: 30 cameraId: 0 logicalCameraId:0 14.963481 1716 15863 I CamX : [ INFO][HAL ] camxchicontext.cpp:4731 CreatePipelineDescriptor() numBatchedFrames:1 HALOutputBufferCombined:0 maxFPSValue:30 14.963963 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2414 CreateNodes() Topology: Creating Pipeline RealTimeFeatureZSLPreviewRaw_0_cam_0, numNodes 18 isSensorInput 1 isRealTime 1 14.964182 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2505 CreateNodes() Topology::RealTimeFeatureZSLPreviewRaw_0_cam_0 Node::RealTimeFeatureZSLPreviewRaw_Sensor0_cam0 Type 0 numInputPorts 0 numOutputPorts 2 Sensor: Real 14.964410 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2505 CreateNodes() Topology::RealTimeFeatureZSLPreviewRaw_0_cam_0 Node::RealTimeFeatureZSLPreviewRaw_Stats0_cam0 Type 1 numInputPorts 6 numOutputPorts 1 Sensor: Real 14.964513 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2505 CreateNodes() Topology::RealTimeFeatureZSLPreviewRaw_0_cam_0 Node::RealTimeFeatureZSLPreviewRaw_AWB0_cam0 Type 12 numInputPorts 2 numOutputPorts 1 Sensor: Real 14.964626 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2505 CreateNodes() Topology::RealTimeFeatureZSLPreviewRaw_0_cam_0 Node::RealTimeFeatureZSLPreviewRaw_Tracker0_cam0 Type 14 numInputPorts 1 numOutputPorts 1 Sensor: Real 14.964720 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2505 CreateNodes() Topology::RealTimeFeatureZSLPreviewRaw_0_cam_0 Node::RealTimeFeatureZSLPreviewRaw_SALINet0_cam0 Type 16 numInputPorts 1 numOutputPorts 1 Sensor: Real 14.964853 1716 15863 I CamX : [ INFO][HAL ] camxchicontext.cpp:4468 InitializeStaticMetadata() Enabled multi camera 1 Logical with front 0 14.965565 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2505 CreateNodes() Topology::RealTimeFeatureZSLPreviewRaw_0_cam_0 Node::RealTimeFeatureZSLPreviewRaw_com.qti.node.gme0_cam0 Type 255 numInputPorts 2 numOutputPorts 2 Sensor: Real 14.965691 1716 15863 I CamX : [ INFO][HAL ] camxchicontext.cpp:4468 InitializeStaticMetadata() Enabled multi camera 1 Logical with front 0 14.966051 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2505 CreateNodes() Topology::RealTimeFeatureZSLPreviewRaw_0_cam_0 Node::RealTimeFeatureZSLPreviewRaw_AutoFocus0_cam0 Type 5 numInputPorts 9 numOutputPorts 1 Sensor: Real 14.967541 1716 15863 I CamX : [CORE ] camxnode.cpp:839 InitializeSinkPortBufferProperties() Topology: Node::RealTimeFeatureZSLPreviewRaw_IFE0_cam0 has a sink port id 9 using format 10 dim 4096x3072, stream 0xb4000079d5287a00 14.967554 1716 15863 I CamX : [CORE ] camxnode.cpp:839 InitializeSinkPortBufferProperties() Topology: Node::RealTimeFeatureZSLPreviewRaw_IFE0_cam0 has a sink port id 4 using format 10 dim 4096x3072, stream 0xb4000079d5287b00 14.967818 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2505 CreateNodes() Topology::RealTimeFeatureZSLPreviewRaw_0_cam_0 Node::RealTimeFeatureZSLPreviewRaw_IFE0_cam0 Type 65536 numInputPorts 3 numOutputPorts 24 Sensor: Real 14.967998 1716 15863 I CamX : [CORE ] camxnode.cpp:839 InitializeSinkPortBufferProperties() Topology: Node::RealTimeFeatureZSLPreviewRaw_IPE0_cam0 has a sink port id 9 using format 3 dim 640x480, stream 0xb4000079d5287b80 14.968079 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2505 CreateNodes() Topology::RealTimeFeatureZSLPreviewRaw_0_cam_0 Node::RealTimeFeatureZSLPreviewRaw_IPE0_cam0 Type 65538 numInputPorts 6 numOutputPorts 2 Sensor: Real 14.968189 1716 15863 I CamX : [CORE ] camxnode.cpp:839 InitializeSinkPortBufferProperties() Topology: Node::RealTimeFeatureZSLPreviewRaw_IPE1_cam0 has a sink port id 9 using format 3 dim 320x240, stream 0xb4000079d5287800 14.968198 1716 15863 I CamX : [CORE ] camxnode.cpp:839 InitializeSinkPortBufferProperties() Topology: Node::RealTimeFeatureZSLPreviewRaw_IPE1_cam0 has a sink port id 8 using format 4 dim 4096x3072, stream 0xb4000079d5287900 14.968255 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2505 CreateNodes() Topology::RealTimeFeatureZSLPreviewRaw_0_cam_0 Node::RealTimeFeatureZSLPreviewRaw_IPE1_cam0 Type 65538 numInputPorts 3 numOutputPorts 2 Sensor: Real 14.968368 1716 15863 I CamX : [CORE ] camxnode.cpp:839 InitializeSinkPortBufferProperties() Topology: Node::RealTimeFeatureZSLPreviewRaw_IPE19_cam0 has a sink port id 9 using format 3 dim 640x480, stream 0xb4000079d5287c00 14.968425 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2505 CreateNodes() Topology::RealTimeFeatureZSLPreviewRaw_0_cam_0 Node::RealTimeFeatureZSLPreviewRaw_IPE19_cam0 Type 65538 numInputPorts 1 numOutputPorts 2 Sensor: Real 14.968524 1716 15863 I CamX : [CORE ] camxnode.cpp:839 InitializeSinkPortBufferProperties() Topology: Node::RealTimeFeatureZSLPreviewRaw_IPE2_cam0 has a sink port id 8 using format 3 dim 1440x1080, stream 0xb4000079d5287980 14.968576 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2505 CreateNodes() Topology::RealTimeFeatureZSLPreviewRaw_0_cam_0 Node::RealTimeFeatureZSLPreviewRaw_IPE2_cam0 Type 65538 numInputPorts 1 numOutputPorts 1 Sensor: Real 14.968657 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2505 CreateNodes() Topology::RealTimeFeatureZSLPreviewRaw_0_cam_0 Node::RealTimeFeatureZSLPreviewRaw_FDHw0_cam0 Type 65540 numInputPorts 1 numOutputPorts 2 Sensor: Real 14.968820 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2505 CreateNodes() Topology::RealTimeFeatureZSLPreviewRaw_0_cam_0 Node::RealTimeFeatureZSLPreviewRaw_EVA0_cam0 Type 65543 numInputPorts 8 numOutputPorts 8 Sensor: Real 14.971308 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2505 CreateNodes() Topology::RealTimeFeatureZSLPreviewRaw_0_cam_0 Node::RealTimeFeatureZSLPreviewRaw_FDManager0_cam0 Type 8 numInputPorts 3 numOutputPorts 1 Sensor: Real 14.971487 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2505 CreateNodes() Topology::RealTimeFeatureZSLPreviewRaw_0_cam_0 Node::RealTimeFeatureZSLPreviewRaw_StatsParse0_cam0 Type 9 numInputPorts 7 numOutputPorts 1 Sensor: Real 14.971601 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2505 CreateNodes() Topology::RealTimeFeatureZSLPreviewRaw_0_cam_0 Node::RealTimeFeatureZSLPreviewRaw_StatsParse1_cam0 Type 9 numInputPorts 2 numOutputPorts 1 Sensor: Real 14.971620 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_IFE0_cam0(outPort 30) --> (inPort 37) (1 / 6) Node::RealTimeFeatureZSLPreviewRaw_Stats0_cam0 using format 6 14.971626 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_IFE0_cam0(outPort 36) --> (inPort 76) (2 / 6) Node::RealTimeFeatureZSLPreviewRaw_Stats0_cam0 using format 6 14.971631 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_IFE0_cam0(outPort 32) --> (inPort 3) (3 / 6) Node::RealTimeFeatureZSLPreviewRaw_Stats0_cam0 using format 6 14.971638 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_IFE0_cam0(outPort 29) --> (inPort 62) (4 / 6) Node::RealTimeFeatureZSLPreviewRaw_Stats0_cam0 using format 6 14.971644 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_IFE0_cam0(outPort 12) --> (inPort 7) (5 / 6) Node::RealTimeFeatureZSLPreviewRaw_Stats0_cam0 using format 6 14.971650 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_IFE0_cam0(outPort 10) --> (inPort 13) (6 / 6) Node::RealTimeFeatureZSLPreviewRaw_Stats0_cam0 using format 9 14.971660 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_IFE0_cam0(outPort 21) --> (inPort 1) (1 / 2) Node::RealTimeFeatureZSLPreviewRaw_AWB0_cam0 using format 6 14.971664 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_IFE0_cam0(outPort 29) --> (inPort 62) (2 / 2) Node::RealTimeFeatureZSLPreviewRaw_AWB0_cam0 using format 6 14.971670 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_IPE19_cam0(outPort 8) --> (inPort 0) (1 / 1) Node::RealTimeFeatureZSLPreviewRaw_Tracker0_cam0 using format 3 14.971675 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_IPE19_cam0(outPort 8) --> (inPort 0) (1 / 1) Node::RealTimeFeatureZSLPreviewRaw_SALINet0_cam0 using format 3 14.971680 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_IFE0_cam0(outPort 22) --> (inPort 0) (1 / 2) Node::RealTimeFeatureZSLPreviewRaw_com.qti.node.gme0_cam0 using format 12 14.971685 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_IFE0_cam0(outPort 23) --> (inPort 1) (2 / 2) Node::RealTimeFeatureZSLPreviewRaw_com.qti.node.gme0_cam0 using format 18 14.971696 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_IFE0_cam0(outPort 9) --> (inPort 11) (1 / 9) Node::RealTimeFeatureZSLPreviewRaw_AutoFocus0_cam0 using format 10 14.971699 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_IFE0_cam0(outPort 30) --> (inPort 37) (2 / 9) Node::RealTimeFeatureZSLPreviewRaw_AutoFocus0_cam0 using format 6 14.971704 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_IFE0_cam0(outPort 25) --> (inPort 12) (3 / 9) Node::RealTimeFeatureZSLPreviewRaw_AutoFocus0_cam0 using format 23 14.971707 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_IFE0_cam0(outPort 27) --> (inPort 14) (4 / 9) Node::RealTimeFeatureZSLPreviewRaw_AutoFocus0_cam0 using format 10 14.971712 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_IFE0_cam0(outPort 20) --> (inPort 4) (5 / 9) Node::RealTimeFeatureZSLPreviewRaw_AutoFocus0_cam0 using format 23 14.971716 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_IFE0_cam0(outPort 8) --> (inPort 8) (6 / 9) Node::RealTimeFeatureZSLPreviewRaw_AutoFocus0_cam0 using format 10 14.971720 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_IFE0_cam0(outPort 33) --> (inPort 63) (7 / 9) Node::RealTimeFeatureZSLPreviewRaw_AutoFocus0_cam0 using format 10 14.971723 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_IFE0_cam0(outPort 28) --> (inPort 35) (8 / 9) Node::RealTimeFeatureZSLPreviewRaw_AutoFocus0_cam0 using format 10 14.971726 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_IFE0_cam0(outPort 7) --> (inPort 10) (9 / 9) Node::RealTimeFeatureZSLPreviewRaw_AutoFocus0_cam0 using format 10 14.971731 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_Sensor0_cam0(outPort 0) --> (inPort 2) (1 / 3) Node::RealTimeFeatureZSLPreviewRaw_IFE0_cam0 using format 0 14.971734 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_Sensor0_cam0(outPort 1) --> (inPort 6) (2 / 3) Node::RealTimeFeatureZSLPreviewRaw_IFE0_cam0 using format 0 14.971737 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_Sensor0_cam0(outPort 1) --> (inPort 3) (3 / 3) Node::RealTimeFeatureZSLPreviewRaw_IFE0_cam0 using format 0 14.971741 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_com.qti.node.gme0_cam0(outPort 0) --> (inPort 0) (1 / 6) Node::RealTimeFeatureZSLPreviewRaw_IPE0_cam0 using format 12 14.971744 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_com.qti.node.gme0_cam0(outPort 1) --> (inPort 1) (2 / 6) Node::RealTimeFeatureZSLPreviewRaw_IPE0_cam0 using format 18 14.971748 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_EVA0_cam0(outPort 39) --> (inPort 39) (3 / 6) Node::RealTimeFeatureZSLPreviewRaw_IPE0_cam0 using format 32 14.971751 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_EVA0_cam0(outPort 40) --> (inPort 40) (4 / 6) Node::RealTimeFeatureZSLPreviewRaw_IPE0_cam0 using format 32 14.971755 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_EVA0_cam0(outPort 41) --> (inPort 41) (5 / 6) Node::RealTimeFeatureZSLPreviewRaw_IPE0_cam0 using format 32 14.971758 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_IFE0_cam0(outPort 24) --> (inPort 2) (6 / 6) Node::RealTimeFeatureZSLPreviewRaw_IPE0_cam0 using format 18 14.971762 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_IFE0_cam0(outPort 2) --> (inPort 2) (1 / 3) Node::RealTimeFeatureZSLPreviewRaw_IPE1_cam0 using format 18 14.971765 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_IFE0_cam0(outPort 1) --> (inPort 1) (2 / 3) Node::RealTimeFeatureZSLPreviewRaw_IPE1_cam0 using format 18 14.971768 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_IFE0_cam0(outPort 0) --> (inPort 0) (3 / 3) Node::RealTimeFeatureZSLPreviewRaw_IPE1_cam0 using format 12 14.971772 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_IFE0_cam0(outPort 6) --> (inPort 0) (1 / 1) Node::RealTimeFeatureZSLPreviewRaw_IPE19_cam0 using format 3 14.971775 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_IFE0_cam0(outPort 0) --> (inPort 0) (1 / 1) Node::RealTimeFeatureZSLPreviewRaw_IPE2_cam0 using format 12 14.971778 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_IPE19_cam0(outPort 8) --> (inPort 0) (1 / 1) Node::RealTimeFeatureZSLPreviewRaw_FDHw0_cam0 using format 3 14.971781 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_com.qti.node.gme0_cam0(outPort 0) --> (inPort 3) (1 / 8) Node::RealTimeFeatureZSLPreviewRaw_EVA0_cam0 using format 12 14.971784 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_com.qti.node.gme0_cam0(outPort 1) --> (inPort 5) (2 / 8) Node::RealTimeFeatureZSLPreviewRaw_EVA0_cam0 using format 18 14.971787 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_com.qti.node.gme0_cam0(outPort 1) --> (inPort 33) (3 / 8) Node::RealTimeFeatureZSLPreviewRaw_EVA0_cam0 using format 18 14.971790 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_EVA0_cam0(outPort 1) --> (inPort 9) (4 / 8) Node::RealTimeFeatureZSLPreviewRaw_EVA0_cam0 using format 6 14.971793 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_EVA0_cam0(outPort 2) --> (inPort 6) (5 / 8) Node::RealTimeFeatureZSLPreviewRaw_EVA0_cam0 using format 14 14.971796 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_EVA0_cam0(outPort 36) --> (inPort 34) (6 / 8) Node::RealTimeFeatureZSLPreviewRaw_EVA0_cam0 using format 6 14.971799 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_EVA0_cam0(outPort 37) --> (inPort 35) (7 / 8) Node::RealTimeFeatureZSLPreviewRaw_EVA0_cam0 using format 6 14.971802 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_EVA0_cam0(outPort 48) --> (inPort 47) (8 / 8) Node::RealTimeFeatureZSLPreviewRaw_EVA0_cam0 using format 32 14.971807 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_IPE19_cam0(outPort 8) --> (inPort 3) (1 / 3) Node::RealTimeFeatureZSLPreviewRaw_FDManager0_cam0 using format 3 14.971811 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_FDHw0_cam0(outPort 0) --> (inPort 0) (2 / 3) Node::RealTimeFeatureZSLPreviewRaw_FDManager0_cam0 using format 6 14.971814 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_FDHw0_cam0(outPort 2) --> (inPort 2) (3 / 3) Node::RealTimeFeatureZSLPreviewRaw_FDManager0_cam0 using format 6 14.971816 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_IFE0_cam0(outPort 30) --> (inPort 35) (1 / 7) Node::RealTimeFeatureZSLPreviewRaw_StatsParse0_cam0 using format 6 14.971819 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_IFE0_cam0(outPort 21) --> (inPort 1) (2 / 7) Node::RealTimeFeatureZSLPreviewRaw_StatsParse0_cam0 using format 6 14.971822 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_IFE0_cam0(outPort 36) --> (inPort 61) (3 / 7) Node::RealTimeFeatureZSLPreviewRaw_StatsParse0_cam0 using format 6 14.971825 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_IFE0_cam0(outPort 32) --> (inPort 3) (4 / 7) Node::RealTimeFeatureZSLPreviewRaw_StatsParse0_cam0 using format 6 14.971827 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_IFE0_cam0(outPort 29) --> (inPort 36) (5 / 7) Node::RealTimeFeatureZSLPreviewRaw_StatsParse0_cam0 using format 6 14.971831 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_IFE0_cam0(outPort 19) --> (inPort 9) (6 / 7) Node::RealTimeFeatureZSLPreviewRaw_StatsParse0_cam0 using format 6 14.971833 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_IFE0_cam0(outPort 12) --> (inPort 7) (7 / 7) Node::RealTimeFeatureZSLPreviewRaw_StatsParse0_cam0 using format 6 14.971836 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_IFE0_cam0(outPort 32) --> (inPort 20) (1 / 2) Node::RealTimeFeatureZSLPreviewRaw_StatsParse1_cam0 using format 6 14.971839 1716 15863 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[RealTimeFeatureZSLPreviewRaw_0_cam_0] Link: Node::RealTimeFeatureZSLPreviewRaw_IFE0_cam0(outPort 19) --> (inPort 29) (2 / 2) Node::RealTimeFeatureZSLPreviewRaw_StatsParse1_cam0 using format 6 14.973565 1716 15863 I CHIUSECASE: [CORE_CFG ] chxpipeline.cpp:581 CreateDescriptor() Pipeline[RealTimeFeatureZSLPreviewRaw] Pipeline pointer 0xb40000792483e000 Selected sensor Mode W=4096, H=3072 Mode=1 14.973573 1716 15863 D CHIUSECASE: [DEBUG ] chxpipeline.cpp:590 CreateDescriptor() [OP_EXT] Realtime SelectedMode W=4096, H=3072, FPS:30, NumBatchedFrames:1, modeIndex:1 14.973732 1716 15863 D CHIUSECASE: ZoomTranslatorProxy::ZoomTranslatorProxy() init 14.973778 1716 15863 I CHIUSECASE: [CORE_CFG ] chimcxroitranslator.h:647 ConfigurePhysicalCamIndexMappingFromROITranslatorToLinearMapper() LinearMapper Physical Camera info, LineraMapperIndex:0, physicalCameraIndex:0, subModeIndex:0, adjustratio:1.000000 14.973976 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:1191 FinalizeFeatureInstances() RealTime_0: Forward walk... 14.974490 1716 15863 I CamX : [CORE ] camxresourcemanager.cpp:1229 RegisterClient() Add client {RealTimeFeatureZSLPreviewRaw_0, 0xb400007927aae000, 0, 0}, clients size: 1 14.983437 1716 15863 I CamX : [CORE ] camxpipeline.h:3497 SetPipelineStatus() RealTimeFeatureZSLPreviewRaw_0_cam_0 status is now PipelineStatus::BUFFER_PROPERTIES_FINALIZED 14.983456 1716 15863 I CamX : [CORE ] camxpipeline.h:3497 SetPipelineStatus() RealTimeFeatureZSLPreviewRaw_0_cam_0 status is now PipelineStatus::PRE_FINALIZATION_INPROGRESS 14.983522 1716 15863 I CamX : [CORE ] camxsession.cpp:2842 Initialize() Session (0xb4000079d5e0d000) Initialized RealTimeFeatureZSLPreviewRaw 14.986338 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:12304 BuildLinkedPortListForPort() RealTime_0 LinkedPort:pPort_Raw_Out:(0,0,1)->rPort_Raw_Callback[4]:(0,0,4) 14.986350 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:12304 BuildLinkedPortListForPort() RealTime_0 LinkedPort:pPort_Raw_Callback:(0,0,4)->rPort_Raw_Out[1]:(0,0,1) 14.986403 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:977 UpdateConfigStreams() [RealTime:0] Port {0, 0, 0} influences Config Stream {0xb4000079279f2ba8} - (Usage: 0x20103 MaxBuffers: 8 HALStream: 0xb4000079d7116888) 14.986418 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:1303 FinalizeFeatureInstances() [RealTime:0] Output Port {0, 0, 1} influences [Bayer2Yuv:0] Input Port {0, 0, 0} - (Fmt: 0x20 Dimensions: [4096 x 3072] Usage: 0x20003) 14.986426 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:1303 FinalizeFeatureInstances() [RealTime:0] Output Port {0, 0, 1} influences [AnchorSync:0] Input Port {0, 0, 0} - (Fmt: 0x20 Dimensions: [4096 x 3072] Usage: 0x20003) 14.986431 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:1303 FinalizeFeatureInstances() [RealTime:0] Output Port {0, 0, 1} influences [FormatConvertor:0] Input Port {0, 0, 0} - (Fmt: 0x20 Dimensions: [4096 x 3072] Usage: 0x20003) 14.986435 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:977 UpdateConfigStreams() [RealTime:0] Port {0, 0, 1} influences Config Stream {0xb400007941114228} - (Usage: 0x20003 MaxBuffers: 8 HALStream: 0xb4000079d7116708) 14.986438 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:1303 FinalizeFeatureInstances() [RealTime:0] Output Port {0, 0, 2} influences [AnchorSync:0] Input Port {0, 0, 1} - (Fmt: 0x23 Dimensions: [640 x 480] Usage: 0x20000) 14.986442 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:977 UpdateConfigStreams() [RealTime:0] Port {0, 0, 4} influences Config Stream {0xb400007941114228} - (Usage: 0x20003 MaxBuffers: 8 HALStream: 0xb4000079d7116708) 14.986445 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:977 UpdateConfigStreams() [RealTime:0] Port {0, 0, 6} influences Config Stream {0xb4000079da2ff028} - (Usage: 0x20003 MaxBuffers: 8 HALStream: 0xb4000079dab23e88) 14.986448 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:977 UpdateConfigStreams() [RealTime:0] Port {0, 0, 14} influences Config Stream {0xb400007941114228} - (Usage: 0x20003 MaxBuffers: 8 HALStream: 0xb4000079d7116a08) 14.986452 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:1191 FinalizeFeatureInstances() AnchorSync_0: Forward walk... 14.986476 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:12043 FinalizeInputPorts() AnchorSync_0 AnchorSync_RDIIn0 format mismatch for stream 0xb4000079d65f9b00 - 0x20 vs 0x20 14.986480 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:12058 FinalizeInputPorts() AnchorSync_0 AnchorSync_RDIIn0 update format/bpp for stream 0xb4000079d65f9b00 - from [0x20, 0] to [0x20, 10] 14.986693 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:1303 FinalizeFeatureInstances() [AnchorSync:0] Output Port {0, 0, 0} influences [MMF:0] Input Port {0, 0, 0} - (Fmt: 0x20 Dimensions: [4096 x 3072] Usage: 0x20000) 14.986701 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:1191 FinalizeFeatureInstances() Bayer2Yuv_4: Forward walk... 14.986707 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:1191 FinalizeFeatureInstances() MMF_4: Forward walk... 14.986712 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:1191 FinalizeFeatureInstances() MMF_0: Forward walk... 14.986785 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2hwmultiframe.cpp:3867 OnFinalizePipelineData() MMF:0 Prefilter_UBWC_OUT updating stream(0xb4000079db4f1700) dims from [4096 x 3072] to [4096 x 3072], 14.986792 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2hwmultiframe.cpp:3867 OnFinalizePipelineData() MMF:0 Prefilter_PD10DS4_OUT updating stream(0xb4000079db4f1780) dims from [4096 x 3072] to [1024 x 768], 14.986796 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2hwmultiframe.cpp:3867 OnFinalizePipelineData() MMF:0 Prefilter_PD10DS16_OUT updating stream(0xb4000079db4f1800) dims from [4096 x 3072] to [256 x 192], 14.986799 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2hwmultiframe.cpp:3867 OnFinalizePipelineData() MMF:0 Prefilter_PD10DS64_OUT updating stream(0xb4000079db4f1880) dims from [4096 x 3072] to [64 x 48], 14.986813 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:12101 FinalizeInputPorts() MMF_0 Blend_PD10DS4_In updating stream(0xb4000079dcd7dc00) dims from [4096 x 3072] to [1024 x 768] 14.986817 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:12101 FinalizeInputPorts() MMF_0 Blend_PD10DS16_In updating stream(0xb4000079dcd7dc80) dims from [4096 x 3072] to [256 x 192] 14.986820 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:12101 FinalizeInputPorts() MMF_0 Blend_PD10DS64_In updating stream(0xb4000079dcd7dd00) dims from [4096 x 3072] to [64 x 48] 14.986824 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:12101 FinalizeInputPorts() MMF_0 Blend_UBWCNV12-4R_IN updating stream(0xb4000079dcd7da00) dims from [0 x 0] to [1920 x 1440] 14.986831 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:12101 FinalizeInputPorts() MMF_0 BlendInit_BPS_ANC_REG_IN updating stream(0xb4000079dcd7db00) dims from [4096 x 3072] to [1920 x 1440] 14.986874 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2hwmultiframe.cpp:3867 OnFinalizePipelineData() MMF:0 Blend_UBWC_OUT updating stream(0xb4000079db4f1b00) dims from [4096 x 3072] to [4096 x 3072], 14.986878 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2hwmultiframe.cpp:3867 OnFinalizePipelineData() MMF:0 Blend_PD10DS4_OUT updating stream(0xb4000079db4f1c00) dims from [4096 x 3072] to [1024 x 768], 14.986882 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2hwmultiframe.cpp:3867 OnFinalizePipelineData() MMF:0 Blend_ALGM_PLAIN8_Out updating stream(0xb4000079dcd7d800) dims from [4096 x 3072] to [4096 x 3072], 14.986885 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2hwmultiframe.cpp:3867 OnFinalizePipelineData() MMF:0 Blend_ALGM_PLAIN16_Out updating stream(0xb4000079dcd7d880) dims from [4096 x 3072] to [4096 x 3072], 14.986893 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:12101 FinalizeInputPorts() MMF_0 Equalization_PD10DS4_In updating stream(0xb4000079d5fee000) dims from [4096 x 3072] to [1024 x 768] 14.986929 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2hwmultiframe.cpp:3867 OnFinalizePipelineData() MMF:0 MFSR_Equalization_UBWC_OUT updating stream(0xb4000079dcd7de80) dims from [4096 x 3072] to [4096 x 3072], 14.986933 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2hwmultiframe.cpp:3867 OnFinalizePipelineData() MMF:0 MFSR_Equalization_PD10_OUT updating stream(0xb4000079dcd7df00) dims from [4096 x 3072] to [1024 x 768], 14.986941 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:12101 FinalizeInputPorts() MMF_0 Postfilter_PD10DS4_In updating stream(0xb4000079d5fee280) dims from [4096 x 3072] to [1024 x 768] 14.987067 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:977 UpdateConfigStreams() [MMF:0] Port {0, 3, 2} influences Config Stream {0xb4000079da2ff028} - (Usage: 0x20003 MaxBuffers: 8 HALStream: 0xb4000079dab23108) 14.987076 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:1191 FinalizeFeatureInstances() Bayer2Yuv_0: Forward walk... 14.987105 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:977 UpdateConfigStreams() [Bayer2Yuv:0] Port {0, 0, 0} influences Config Stream {0xb4000079da2ff028} - (Usage: 0x20003 MaxBuffers: 8 HALStream: 0xb4000079dab21a88) 14.987111 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:977 UpdateConfigStreams() [Bayer2Yuv:0] Port {0, 0, 2} influences Config Stream {0xb4000079da2ff028} - (Usage: 0x20003 MaxBuffers: 8 HALStream: 0xb4000079dab21c08) 14.987115 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:1191 FinalizeFeatureInstances() FormatConvertor_0: Forward walk... 14.987125 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:12043 FinalizeInputPorts() FormatConvertor_0 Input format mismatch for stream 0xb4000079dabd4f00 - 0x20 vs 0x20 14.987130 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:12058 FinalizeInputPorts() FormatConvertor_0 Input update format/bpp for stream 0xb4000079dabd4f00 - from [0x20, 0] to [0x20, 10] 14.987154 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2featurepool.cpp:977 UpdateConfigStreams() [FormatConvertor:0] Port {0, 0, 0} influences Config Stream {0xb400007941114228} - (Usage: 0x20003 MaxBuffers: 8 HALStream: 0xb400007a09079808) 14.987186 1716 12426 I CHIUSECASE: [CORE_CFG ] chxpipeline.cpp:356 CreateDescriptor() Pipeline[MfsrPrefilter] pipeline pointer 0xb400007993116240 numInputs=1, numOutputs=7 stream w x h: 4096 x 3072 format: 2141391881, numBatchedFrames: 1, HALOutputBufferCombined: 0 maxFPSValue: 30 cameraId: 0 logicalCameraId:0 14.987223 1716 12426 I CamX : [ INFO][HAL ] camxchicontext.cpp:4731 CreatePipelineDescriptor() numBatchedFrames:1 HALOutputBufferCombined:0 maxFPSValue:30 14.987364 1716 15863 I CHIUSECASE: [CORE_CFG ] chxstreambuffermanager.cpp:342 ConfigureStreams() Add policy for stream 0xb4000079279f2ba8 opmode 8001 (min,max,batch):(3,6,1) stream max_buffer 8 isPreview 1 isSnapshot 0 isVideo 0 isEIS2 0 isEIS3 0 isHDR10Plus:0 m_mode 2 14.987374 1716 15863 I CHIUSECASE: [CORE_CFG ] chxstreambuffermanager.cpp:342 ConfigureStreams() Add policy for stream 0xb400007941114228 opmode 8001 (min,max,batch):(0,8,1) stream max_buffer 8 isPreview 0 isSnapshot 1 isVideo 0 isEIS2 0 isEIS3 0 isHDR10Plus:0 m_mode 2 14.987380 1716 15863 I CHIUSECASE: [CORE_CFG ] chxstreambuffermanager.cpp:342 ConfigureStreams() Add policy for stream 0xb4000079da2ff028 opmode 8001 (min,max,batch):(0,8,1) stream max_buffer 8 isPreview 0 isSnapshot 1 isVideo 0 isEIS2 0 isEIS3 0 isHDR10Plus:0 m_mode 2 14.987562 1716 12426 I CamX : [CORE ] camxpipeline.cpp:2414 CreateNodes() Topology: Creating Pipeline MfsrPrefilter_0_cam_0, numNodes 3 isSensorInput 0 isRealTime 0 14.987683 1716 12426 I CamX : [CORE ] camxnode.cpp:839 InitializeSinkPortBufferProperties() Topology: Node::MfsrPrefilter_IPE0_cam0 has a sink port id 10 using format 12 dim 4096x3072, stream 0xb4000079db4f1700 14.987689 1716 12426 I CamX : [CORE ] camxnode.cpp:839 InitializeSinkPortBufferProperties() Topology: Node::MfsrPrefilter_IPE0_cam0 has a sink port id 11 using format 18 dim 1024x768, stream 0xb4000079db4f1780 14.987692 1716 12426 I CamX : [CORE ] camxnode.cpp:839 InitializeSinkPortBufferProperties() Topology: Node::MfsrPrefilter_IPE0_cam0 has a sink port id 12 using format 18 dim 256x192, stream 0xb4000079db4f1800 14.987696 1716 12426 I CamX : [CORE ] camxnode.cpp:839 InitializeSinkPortBufferProperties() Topology: Node::MfsrPrefilter_IPE0_cam0 has a sink port id 13 using format 18 dim 64x48, stream 0xb4000079db4f1880 14.987773 1716 12426 I CamX : [CORE ] camxpipeline.cpp:2505 CreateNodes() Topology::MfsrPrefilter_0_cam_0 Node::MfsrPrefilter_IPE0_cam0 Type 65538 numInputPorts 4 numOutputPorts 4 Sensor: Real 14.987848 1716 12426 I CamX : [CORE ] camxnode.cpp:839 InitializeSinkPortBufferProperties() Topology: Node::MfsrPrefilter_BPS0_cam0 has a sink port id 7 using format 3 dim 1920x1440, stream 0xb4000079db4f1900 14.987926 1716 12426 I CamX : [CORE ] camxpipeline.cpp:2505 CreateNodes() Topology::MfsrPrefilter_0_cam_0 Node::MfsrPrefilter_BPS0_cam0 Type 65539 numInputPorts 1 numOutputPorts 5 Sensor: Real 14.987965 1716 12426 I CamX : [CORE ] camxnode.cpp:839 InitializeSinkPortBufferProperties() Topology: Node::MfsrPrefilter_EVA0_cam0 has a sink port id 1 using format 6 dim 45000x1, stream 0xb4000079db4f1980 14.987970 1716 12426 I CamX : [CORE ] camxnode.cpp:839 InitializeSinkPortBufferProperties() Topology: Node::MfsrPrefilter_EVA0_cam0 has a sink port id 2 using format 14 dim 1920x1440, stream 0xb4000079db4f1a00 14.988000 1716 12426 I CamX : [CORE ] camxpipeline.cpp:2505 CreateNodes() Topology::MfsrPrefilter_0_cam_0 Node::MfsrPrefilter_EVA0_cam0 Type 65543 numInputPorts 2 numOutputPorts 2 Sensor: Real 14.988006 1716 12426 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[MfsrPrefilter_0_cam_0] Link: Node::MfsrPrefilter_BPS0_cam0(outPort 1) --> (inPort 0) (1 / 4) Node::MfsrPrefilter_IPE0_cam0 using format 12 14.988010 1716 12426 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[MfsrPrefilter_0_cam_0] Link: Node::MfsrPrefilter_BPS0_cam0(outPort 2) --> (inPort 1) (2 / 4) Node::MfsrPrefilter_IPE0_cam0 using format 18 14.988016 1716 12426 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[MfsrPrefilter_0_cam_0] Link: Node::MfsrPrefilter_BPS0_cam0(outPort 3) --> (inPort 2) (3 / 4) Node::MfsrPrefilter_IPE0_cam0 using format 18 14.988019 1716 12426 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[MfsrPrefilter_0_cam_0] Link: Node::MfsrPrefilter_BPS0_cam0(outPort 4) --> (inPort 3) (4 / 4) Node::MfsrPrefilter_IPE0_cam0 using format 18 14.988022 1716 12426 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[MfsrPrefilter_0_cam_0] Link: Node::MfsrPrefilter_BPS0_cam0(outPort 1) --> (inPort 3) (1 / 2) Node::MfsrPrefilter_EVA0_cam0 using format 12 14.988024 1716 12426 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[MfsrPrefilter_0_cam_0] Link: Node::MfsrPrefilter_BPS0_cam0(outPort 7) --> (inPort 5) (2 / 2) Node::MfsrPrefilter_EVA0_cam0 using format 3 14.988440 1716 15863 I CamX : [HAL ] camxhal3.cpp:1568 configure_streams() FINAL stream[0] = 0xb4000079411142e8 - info: 14.988451 1716 15863 I CamX : [HAL ] camxhal3.cpp:1571 configure_streams() format : 32, HAL_PIXEL_FORMAT_RAW16 14.988456 1716 15863 I CamX : [HAL ] camxhal3.cpp:1573 configure_streams() width : 4096 14.988460 1716 15863 I CamX : [HAL ] camxhal3.cpp:1575 configure_streams() height : 3072 14.988464 1716 15863 I CamX : [HAL ] camxhal3.cpp:1578 configure_streams() stream_type : 00000001, CAMERA3_STREAM_INPUT 14.988466 1716 15863 I CamX : [HAL ] camxhal3.cpp:1580 configure_streams() usage : 00060000 14.988469 1716 15863 I CamX : [HAL ] camxhal3.cpp:1584 configure_streams() max_buffers : 8 14.988471 1716 15863 I CamX : [HAL ] camxhal3.cpp:1594 configure_streams() rotation : 00000000, CAMERA3_STREAM_ROTATION_0 14.988475 1716 15863 I CamX : [HAL ] camxhal3.cpp:1597 configure_streams() data_space : 00000000, HAL_DATASPACE_UNKNOWN 14.988477 1716 15863 I CamX : [HAL ] camxhal3.cpp:1599 configure_streams() priv : 0x0 14.988480 1716 15863 I CamX : [HAL ] camxhal3.cpp:1601 configure_streams() reserved[0] : 0x0 14.988482 1716 15863 I CamX : [HAL ] camxhal3.cpp:1603 configure_streams() reserved[1] : 0x0 14.988484 1716 15863 I CamX : [HAL ] camxhal3.cpp:1568 configure_streams() FINAL stream[1] = 0xb4000079279f2ba8 - info: 14.988487 1716 15863 I CamX : [HAL ] camxhal3.cpp:1571 configure_streams() format : 35, HAL_PIXEL_FORMAT_YCbCr_420_888 14.988489 1716 15863 I CamX : [HAL ] camxhal3.cpp:1573 configure_streams() width : 1440 14.988491 1716 15863 I CamX : [HAL ] camxhal3.cpp:1575 configure_streams() height : 1080 14.988494 1716 15863 I CamX : [HAL ] camxhal3.cpp:1578 configure_streams() stream_type : 00000000, CAMERA3_STREAM_OUTPUT 14.988496 1716 15863 I CamX : [HAL ] camxhal3.cpp:1580 configure_streams() usage : 00020103 14.988499 1716 15863 I CamX : [HAL ] camxhal3.cpp:1584 configure_streams() max_buffers : 8 14.988502 1716 15863 I CamX : [HAL ] camxhal3.cpp:1594 configure_streams() rotation : 00000000, CAMERA3_STREAM_ROTATION_0 14.988505 1716 15863 I CamX : [HAL ] camxhal3.cpp:1597 configure_streams() data_space : 08c20000, HAL_DATASPACE_V0_JFIF 14.988507 1716 15863 I CamX : [HAL ] camxhal3.cpp:1599 configure_streams() priv : 0x0 14.988510 1716 15863 I CamX : [HAL ] camxhal3.cpp:1601 configure_streams() reserved[0] : 0xb4000079d7116888 14.988513 1716 15863 I CamX : [HAL ] camxhal3.cpp:1603 configure_streams() reserved[1] : 0x0 14.988516 1716 15863 I CamX : [HAL ] camxhal3.cpp:1618 configure_streams() pHalStream: 0xb4000079d7116888 format : 0x23, overrideFormat : 0x23 consumer usage: 0, producer usage: 20103 14.988518 1716 15863 I CamX : [HAL ] camxhal3.cpp:1568 configure_streams() FINAL stream[2] = 0xb400007941114228 - info: 14.988521 1716 15863 I CamX : [HAL ] camxhal3.cpp:1571 configure_streams() format : 32, HAL_PIXEL_FORMAT_RAW16 14.988523 1716 15863 I CamX : [HAL ] camxhal3.cpp:1573 configure_streams() width : 4096 14.988525 1716 15863 I CamX : [HAL ] camxhal3.cpp:1575 configure_streams() height : 3072 14.988528 1716 15863 I CamX : [HAL ] camxhal3.cpp:1578 configure_streams() stream_type : 00000000, CAMERA3_STREAM_OUTPUT 14.988531 1716 15863 I CamX : [HAL ] camxhal3.cpp:1580 configure_streams() usage : 00020003 14.988533 1716 15863 I CamX : [HAL ] camxhal3.cpp:1584 configure_streams() max_buffers : 8 14.988536 1716 15863 I CamX : [HAL ] camxhal3.cpp:1594 configure_streams() rotation : 00000000, CAMERA3_STREAM_ROTATION_0 14.988539 1716 15863 I CamX : [HAL ] camxhal3.cpp:1597 configure_streams() data_space : 00000001, HAL_DATASPACE_ARBITRARY 14.988541 1716 15863 I CamX : [HAL ] camxhal3.cpp:1599 configure_streams() priv : 0x0 14.988543 1716 15863 I CamX : [HAL ] camxhal3.cpp:1601 configure_streams() reserved[0] : 0xb400007a09079808 14.988545 1716 15863 I CamX : [HAL ] camxhal3.cpp:1603 configure_streams() reserved[1] : 0x0 14.988548 1716 15863 I CamX : [HAL ] camxhal3.cpp:1618 configure_streams() pHalStream: 0xb400007a09079808 format : 0x20, overrideFormat : 0x20 consumer usage: 0, producer usage: 20003 14.988550 1716 15863 I CamX : [HAL ] camxhal3.cpp:1568 configure_streams() FINAL stream[3] = 0xb4000079da2ff028 - info: 14.988553 1716 15863 I CamX : [HAL ] camxhal3.cpp:1571 configure_streams() format : 35, HAL_PIXEL_FORMAT_YCbCr_420_888 14.988555 1716 15863 I CamX : [HAL ] camxhal3.cpp:1573 configure_streams() width : 4096 14.988557 1716 15863 I CamX : [HAL ] camxhal3.cpp:1575 configure_streams() height : 3072 14.988560 1716 15863 I CamX : [HAL ] camxhal3.cpp:1578 configure_streams() stream_type : 00000000, CAMERA3_STREAM_OUTPUT 14.988562 1716 15863 I CamX : [HAL ] camxhal3.cpp:1580 configure_streams() usage : 00020003 14.988565 1716 15863 I CamX : [HAL ] camxhal3.cpp:1584 configure_streams() max_buffers : 8 14.988567 1716 15863 I CamX : [HAL ] camxhal3.cpp:1594 configure_streams() rotation : 00000000, CAMERA3_STREAM_ROTATION_0 14.988570 1716 15863 I CamX : [HAL ] camxhal3.cpp:1597 configure_streams() data_space : 08c20000, HAL_DATASPACE_V0_JFIF 14.988573 1716 15863 I CamX : [HAL ] camxhal3.cpp:1599 configure_streams() priv : 0x0 14.988575 1716 15863 I CamX : [HAL ] camxhal3.cpp:1601 configure_streams() reserved[0] : 0xb4000079dab21c08 14.988577 1716 15863 I CamX : [HAL ] camxhal3.cpp:1603 configure_streams() reserved[1] : 0x0 14.988581 1716 15863 I CamX : [HAL ] camxhal3.cpp:1618 configure_streams() pHalStream: 0xb4000079dab21c08 format : 0x23, overrideFormat : 0x23 consumer usage: 0, producer usage: 20003 14.988689 1716 15863 I CamX : [HAL ] camxhal3.cpp:1635 configure_streams() HalOp: End CONFIG, logicalCameraId: 0, cameraId: 0 14.988866 1716 12426 I CHIUSECASE: [CORE_CFG ] chxpipeline.cpp:356 CreateDescriptor() Pipeline[MfsrBlend] pipeline pointer 0xb4000079930d2040 numInputs=10, numOutputs=6 stream w x h: 4096 x 3072 format: 2141391881, numBatchedFrames: 1, HALOutputBufferCombined: 0 maxFPSValue: 30 cameraId: 0 logicalCameraId:0 14.988893 1716 12426 I CamX : [ INFO][HAL ] camxchicontext.cpp:4731 CreatePipelineDescriptor() numBatchedFrames:1 HALOutputBufferCombined:0 maxFPSValue:30 14.989137 1716 12426 I CamX : [CORE ] camxpipeline.cpp:2414 CreateNodes() Topology: Creating Pipeline MfsrBlend_0_cam_0, numNodes 3 isSensorInput 0 isRealTime 0 14.989232 1716 12426 I CamX : [CORE ] camxnode.cpp:839 InitializeSinkPortBufferProperties() Topology: Node::MfsrBlend_IPE1_cam0 has a sink port id 10 using format 12 dim 4096x3072, stream 0xb4000079db4f1b00 14.989238 1716 12426 I CamX : [CORE ] camxnode.cpp:839 InitializeSinkPortBufferProperties() Topology: Node::MfsrBlend_IPE1_cam0 has a sink port id 11 using format 18 dim 1024x768, stream 0xb4000079db4f1c00 14.989244 1716 12426 I CamX : [CORE ] camxnode.cpp:839 InitializeSinkPortBufferProperties() Topology: Node::MfsrBlend_IPE1_cam0 has a sink port id 10070 using format 1 dim 4096x3072, stream 0xb4000079dcd7d800 14.989248 1716 12426 I CamX : [CORE ] camxnode.cpp:839 InitializeSinkPortBufferProperties() Topology: Node::MfsrBlend_IPE1_cam0 has a sink port id 10071 using format 1 dim 4096x3072, stream 0xb4000079dcd7d880 14.989510 1716 12426 I CamX : [CORE ] camxpipeline.cpp:2505 CreateNodes() Topology::MfsrBlend_0_cam_0 Node::MfsrBlend_IPE1_cam0 Type 65538 numInputPorts 14 numOutputPorts 4 Sensor: Real 14.989637 1716 12426 I CamX : [CORE ] camxpipeline.cpp:2505 CreateNodes() Topology::MfsrBlend_0_cam_0 Node::MfsrBlend_BPS1_cam0 Type 65539 numInputPorts 1 numOutputPorts 5 Sensor: Real 14.989685 1716 12426 I CamX : [CORE ] camxnode.cpp:839 InitializeSinkPortBufferProperties() Topology: Node::MfsrBlend_EVA1_cam0 has a sink port id 1 using format 6 dim 45000x1, stream 0xb4000079dcd7d900 14.989690 1716 12426 I CamX : [CORE ] camxnode.cpp:839 InitializeSinkPortBufferProperties() Topology: Node::MfsrBlend_EVA1_cam0 has a sink port id 2 using format 14 dim 1920x1440, stream 0xb4000079dcd7d980 14.989954 1716 12426 I CamX : [CORE ] camxpipeline.cpp:2505 CreateNodes() Topology::MfsrBlend_0_cam_0 Node::MfsrBlend_EVA1_cam0 Type 65543 numInputPorts 7 numOutputPorts 8 Sensor: Real 14.989964 1716 12426 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[MfsrBlend_0_cam_0] Link: Node::MfsrBlend_BPS1_cam0(outPort 1) --> (inPort 0) (1 / 14) Node::MfsrBlend_IPE1_cam0 using format 12 14.989968 1716 12426 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[MfsrBlend_0_cam_0] Link: Node::MfsrBlend_BPS1_cam0(outPort 2) --> (inPort 1) (2 / 14) Node::MfsrBlend_IPE1_cam0 using format 18 14.989972 1716 12426 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[MfsrBlend_0_cam_0] Link: Node::MfsrBlend_BPS1_cam0(outPort 3) --> (inPort 2) (3 / 14) Node::MfsrBlend_IPE1_cam0 using format 18 14.989975 1716 12426 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[MfsrBlend_0_cam_0] Link: Node::MfsrBlend_BPS1_cam0(outPort 4) --> (inPort 3) (4 / 14) Node::MfsrBlend_IPE1_cam0 using format 18 14.989978 1716 12426 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[MfsrBlend_0_cam_0] Link: Node::MfsrBlend_EVA1_cam0(outPort 39) --> (inPort 35) (5 / 14) Node::MfsrBlend_IPE1_cam0 using format 32 14.989980 1716 12426 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[MfsrBlend_0_cam_0] Link: Node::MfsrBlend_EVA1_cam0(outPort 40) --> (inPort 36) (6 / 14) Node::MfsrBlend_IPE1_cam0 using format 32 14.989982 1716 12426 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[MfsrBlend_0_cam_0] Link: Node::MfsrBlend_EVA1_cam0(outPort 41) --> (inPort 37) (7 / 14) Node::MfsrBlend_IPE1_cam0 using format 32 14.989985 1716 12426 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[MfsrBlend_0_cam_0] Link: Node::MfsrBlend_EVA1_cam0(outPort 42) --> (inPort 38) (8 / 14) Node::MfsrBlend_IPE1_cam0 using format 32 14.989988 1716 12426 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[MfsrBlend_0_cam_0] Link: Node::MfsrBlend_BPS1_cam0(outPort 1) --> (inPort 3) (1 / 7) Node::MfsrBlend_EVA1_cam0 using format 12 14.989990 1716 12426 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[MfsrBlend_0_cam_0] Link: Node::MfsrBlend_BPS1_cam0(outPort 7) --> (inPort 5) (2 / 7) Node::MfsrBlend_EVA1_cam0 using format 3 14.989993 1716 12426 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[MfsrBlend_0_cam_0] Link: Node::MfsrBlend_EVA1_cam0(outPort 36) --> (inPort 34) (3 / 7) Node::MfsrBlend_EVA1_cam0 using format 6 14.989995 1716 12426 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[MfsrBlend_0_cam_0] Link: Node::MfsrBlend_EVA1_cam0(outPort 37) --> (inPort 35) (4 / 7) Node::MfsrBlend_EVA1_cam0 using format 6 14.990241 1716 12426 I CHIUSECASE: [CORE_CFG ] chxpipeline.cpp:356 CreateDescriptor() Pipeline[MfsrEqualization] pipeline pointer 0xb40000794d9eb880 numInputs=3, numOutputs=2 stream w x h: 4096 x 3072 format: 2141391881, numBatchedFrames: 1, HALOutputBufferCombined: 0 maxFPSValue: 30 cameraId: 0 logicalCameraId:0 14.990263 1716 12426 I CamX : [ INFO][HAL ] camxchicontext.cpp:4731 CreatePipelineDescriptor() numBatchedFrames:1 HALOutputBufferCombined:0 maxFPSValue:30 14.990922 1716 12426 I CamX : [CORE ] camxpipeline.cpp:2414 CreateNodes() Topology: Creating Pipeline MfsrEqualization_0_cam_0, numNodes 2 isSensorInput 0 isRealTime 0 14.991072 1716 12426 I CamX : [ INFO][HAL ] camxchicontext.cpp:4468 InitializeStaticMetadata() Enabled multi camera 1 Logical with front 0 14.991539 1716 12426 I CamX : [CORE ] camxpipeline.cpp:2505 CreateNodes() Topology::MfsrEqualization_0_cam_0 Node::MfsrEqualization_com.qti.node.memcpy4_cam0 Type 255 numInputPorts 1 numOutputPorts 1 Sensor: Real 14.991633 1716 12426 I CamX : [CORE ] camxnode.cpp:839 InitializeSinkPortBufferProperties() Topology: Node::MfsrEqualization_IPE4_cam0 has a sink port id 9 using format 12 dim 4096x3072, stream 0xb4000079dcd7de80 14.991640 1716 12426 I CamX : [CORE ] camxnode.cpp:839 InitializeSinkPortBufferProperties() Topology: Node::MfsrEqualization_IPE4_cam0 has a sink port id 11 using format 18 dim 1024x768, stream 0xb4000079dcd7df00 14.991758 1716 12426 I CamX : [CORE ] camxpipeline.cpp:2505 CreateNodes() Topology::MfsrEqualization_0_cam_0 Node::MfsrEqualization_IPE4_cam0 Type 65538 numInputPorts 4 numOutputPorts 2 Sensor: Real 14.991764 1716 12426 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[MfsrEqualization_0_cam_0] Link: Node::MfsrEqualization_com.qti.node.memcpy4_cam0(outPort 0) --> (inPort 0) (1 / 4) Node::MfsrEqualization_IPE4_cam0 using format 12 14.991768 1716 12426 I CamX : [CORE ] camxpipeline.cpp:2616 CreateNodes() Topology: Pipeline[MfsrEqualization_0_cam_0] Link: Node::MfsrEqualization_com.qti.node.memcpy4_cam0(outPort 0) --> (inPort 27) (2 / 4) Node::MfsrEqualization_IPE4_cam0 using format 12 15.001533 1716 15825 I CamX : [HAL ] camxhal3.cpp:1784 process_capture_request() frame_number 0, settings 0xb40000798b1e0000, logicalCameraId: 0, cameraId: 0 num_output_buffers 1, num_input_buffers 0 15.001549 1716 15825 I CamX : [CONFIG][HAL ] camxhal3.cpp:1810 process_capture_request() output_buffers[0] : 0xb40000794ef648c0, buffer: 0x7a9fb65b40, status: 00000000, stream: 0xb4000079279f2ba8 15.001586 1716 15825 I CamX : [ INFO][HAL ] camxhaldevice.cpp:2355 ProcessCaptureRequest() CHIModule: Original framework framenumber 0 contains 1 output buffers 15.009708 1716 3215 D CHIUSECASE: [DEBUG ] pluginbase.cpp:539 UpdateCameraInfo() update meta ainight.snapshot.size width:4096 height:3072 15.019353 1716 12426 I CamX : [CORE ] camxnode.cpp:1003 InitializeSourcePortBufferFormat() Topology: Node::MfsrBlend_IPE1_cam0 has a source port id 4 using format 12 dim 4096x3072, stream 0xb4000079dcd7db80 15.019367 1716 12426 I CamX : [CORE ] camxnode.cpp:1003 InitializeSourcePortBufferFormat() Topology: Node::MfsrBlend_IPE1_cam0 has a source port id 5 using format 18 dim 1024x768, stream 0xb4000079dcd7dc00 15.019373 1716 12426 I CamX : [CORE ] camxnode.cpp:1003 InitializeSourcePortBufferFormat() Topology: Node::MfsrBlend_IPE1_cam0 has a source port id 6 using format 18 dim 256x192, stream 0xb4000079dcd7dc80 15.019377 1716 12426 I CamX : [CORE ] camxnode.cpp:1003 InitializeSourcePortBufferFormat() Topology: Node::MfsrBlend_IPE1_cam0 has a source port id 7 using format 18 dim 64x48, stream 0xb4000079dcd7dd00 15.025358 1716 15863 I CamX : [HAL ] camxhal3.cpp:1784 process_capture_request() frame_number 3, settings 0xb40000791d9fa000, logicalCameraId: 0, cameraId: 0 num_output_buffers 1, num_input_buffers 0 15.025407 1716 15863 I CamX : [CONFIG][HAL ] camxhal3.cpp:1810 process_capture_request() output_buffers[0] : 0xb4000079da21ad80, buffer: 0x7a9fb65b40, status: 00000000, stream: 0xb4000079279f2ba8 15.025456 1716 15863 I CamX : [ INFO][HAL ] camxhaldevice.cpp:2355 ProcessCaptureRequest() CHIModule: Original framework framenumber 3 contains 1 output buffers 15.025816 1716 15863 D CHIUSECASE: [DEBUG ] pluginbase.cpp:669 ExecuteProcessRequest() [OP_EXT] frameIndex 3 enableZSL 0 15.027817 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:7332 SetInSensorZoomInfo() [InSensorZoom] cameraId:0 bEnableInSensorZoomMode: 0zoomStatusChanged = 0 requested zoomState: 1 m_inSensorZoomInfo.zoomState 1 appFrameIndex 3 size 1 15.028391 1716 15863 D CHIUSECASE: [DEBUG ] pluginbase.cpp:539 UpdateCameraInfo() update meta ainight.snapshot.size width:4096 height:3072 15.030547 1716 15825 I CamX : [HAL ] camxhal3.cpp:1784 process_capture_request() frame_number 4, settings 0xb40000798b1e0000, logicalCameraId: 0, cameraId: 0 num_output_buffers 1, num_input_buffers 0 15.030577 1716 15825 I CamX : [CONFIG][HAL ] camxhal3.cpp:1810 process_capture_request() output_buffers[0] : 0xb40000794ef648c0, buffer: 0x7a9fb65b40, status: 00000000, stream: 0xb4000079279f2ba8 15.030623 1716 15825 I CamX : [ INFO][HAL ] camxhaldevice.cpp:2355 ProcessCaptureRequest() CHIModule: Original framework framenumber 4 contains 1 output buffers 15.030931 1716 15825 D CHIUSECASE: [DEBUG ] pluginbase.cpp:669 ExecuteProcessRequest() [OP_EXT] frameIndex 4 enableZSL 0 15.032718 1716 15825 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:7332 SetInSensorZoomInfo() [InSensorZoom] cameraId:0 bEnableInSensorZoomMode: 0zoomStatusChanged = 0 requested zoomState: 1 m_inSensorZoomInfo.zoomState 1 appFrameIndex 4 size 1 15.033183 1716 15825 D CHIUSECASE: [DEBUG ] pluginbase.cpp:539 UpdateCameraInfo() update meta ainight.snapshot.size width:4096 height:3072 15.035304 1716 3215 I CamX : [HAL ] camxhal3.cpp:1784 process_capture_request() frame_number 5, settings 0xb4000079411e8000, logicalCameraId: 0, cameraId: 0 num_output_buffers 1, num_input_buffers 0 15.035338 1716 3215 I CamX : [CONFIG][HAL ] camxhal3.cpp:1810 process_capture_request() output_buffers[0] : 0xb40000794a9ff260, buffer: 0x7a9fb65b40, status: 00000000, stream: 0xb4000079279f2ba8 15.035564 1716 3215 I CamX : [ INFO][HAL ] camxhaldevice.cpp:2355 ProcessCaptureRequest() CHIModule: Original framework framenumber 5 contains 1 output buffers 15.035987 1716 3215 D CHIUSECASE: [DEBUG ] pluginbase.cpp:669 ExecuteProcessRequest() [OP_EXT] frameIndex 5 enableZSL 0 15.037726 1716 3215 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:7332 SetInSensorZoomInfo() [InSensorZoom] cameraId:0 bEnableInSensorZoomMode: 0zoomStatusChanged = 0 requested zoomState: 1 m_inSensorZoomInfo.zoomState 1 appFrameIndex 5 size 1 15.038366 1716 3215 D CHIUSECASE: [DEBUG ] pluginbase.cpp:539 UpdateCameraInfo() update meta ainight.snapshot.size width:4096 height:3072 15.038709 1716 3215 D CHIUSECASE: [DEBUG ] chifeature2base.cpp:4712 GetRequestTimeout() waitTime:3600, exposureTimeUseBySensor 0, additionalExposureTime 0, totalLongExp 0, maxLivePendingRequests 6 15.058508 1716 12426 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:12304 BuildLinkedPortListForPort() MMF_0 LinkedPort:pPort_Blend_ALGM_PLAIN8_Out:(0,1,5)->rPort_Blend_EXT_ALGM_PLAIN8_Out[6]:(0,1,6) 15.058513 1716 12426 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:12304 BuildLinkedPortListForPort() MMF_0 LinkedPort:pPort_Blend_EXT_ALGM_PLAIN8_Out:(0,1,6)->rPort_Blend_ALGM_PLAIN8_Out[5]:(0,1,5) 15.087702 1716 3222 I CamX : [CORE ] camxpipeline.h:3497 SetPipelineStatus() RealTimeFeatureZSLPreviewRaw_0_cam_0 status is now PipelineStatus::PRE_FINALIZED 15.099794 1716 12433 I CamX : [CORE ] camxpipeline.h:3497 SetPipelineStatus() RealTimeFeatureZSLPreviewRaw_0_cam_0 status is now PipelineStatus::FINALIZED 15.099962 1716 12433 I CHIUSECASE: [CORE_CFG ] chifeature2realtime.cpp:5479 ActivatePipeline() RealTime ActivatePipeline name RealTimeFeatureZSLPreviewRaw HDRExposureType: 0 15.100185 1716 3220 I CamX : [REQMAP][CORE ] camxsession.cpp:5517 ProcessRequest() chiFrameNum: 0 <==> requestId: 1 <==> sequenceId: 0 <==> CSLSyncId: 1 -- RealTimeFeatureZSLPreviewRaw_0_cam_0 isMaster 0 15.101486 1716 12433 I CamX : [CORE ] camxpipeline.h:3497 SetPipelineStatus() RealTimeFeatureZSLPreviewRaw_0_cam_0 status is now PipelineStatus::RESOURCES_ACQUIRED 15.104236 1716 3225 I CamX : [ INFO][HAL ] camxsession.cpp:6825 InjectResult() Session 0xb4000079d5e0d000 [RealTimeFeatureZSLPreviewRaw] Inject result added early metadata in result holder for sequence ID : 0 15.107627 1716 12433 I CamX : [CORE ] camxpipeline.cpp:1261 StreamOn() [OP_EXT][RealTimeFeatureZSLPreviewRaw_0_cam_0] StreamingOn for pipeline: 0xb400007920d0f000 with ExposureTimeMs:3200 ExposureTimeStreamOn:3200 hasFlushOccurred: 0 camId=0 15.107642 1716 12433 I CamX : [CORE ] camxpipeline.cpp:1270 StreamOn() WaitExplorerStreamOn for node RealTimeFeatureZSLPreviewRaw_Sensor0_cam0 15.107654 1716 12433 I CamX : [CORE ] camxpipeline.cpp:1270 StreamOn() WaitExplorerStreamOn for node RealTimeFeatureZSLPreviewRaw_Stats0_cam0 15.107661 1716 12433 I CamX : [CORE ] camxpipeline.cpp:1270 StreamOn() WaitExplorerStreamOn for node RealTimeFeatureZSLPreviewRaw_AWB0_cam0 15.107665 1716 12433 I CamX : [CORE ] camxpipeline.cpp:1270 StreamOn() WaitExplorerStreamOn for node RealTimeFeatureZSLPreviewRaw_Tracker0_cam0 15.107668 1716 12433 I CamX : [CORE ] camxpipeline.cpp:1270 StreamOn() WaitExplorerStreamOn for node RealTimeFeatureZSLPreviewRaw_SALINet0_cam0 15.107670 1716 12433 I CamX : [CORE ] camxpipeline.cpp:1270 StreamOn() WaitExplorerStreamOn for node RealTimeFeatureZSLPreviewRaw_com.qti.node.gme0_cam0 15.107676 1716 12433 I CamX : [CORE ] camxpipeline.cpp:1270 StreamOn() WaitExplorerStreamOn for node RealTimeFeatureZSLPreviewRaw_AutoFocus0_cam0 15.107679 1716 12433 I CamX : [CORE ] camxpipeline.cpp:1270 StreamOn() WaitExplorerStreamOn for node RealTimeFeatureZSLPreviewRaw_IFE0_cam0 15.107682 1716 12433 I CamX : [CORE ] camxpipeline.cpp:1270 StreamOn() WaitExplorerStreamOn for node RealTimeFeatureZSLPreviewRaw_IPE0_cam0 15.107685 1716 12433 I CamX : [CORE ] camxpipeline.cpp:1270 StreamOn() WaitExplorerStreamOn for node RealTimeFeatureZSLPreviewRaw_IPE1_cam0 15.107688 1716 12433 I CamX : [CORE ] camxpipeline.cpp:1270 StreamOn() WaitExplorerStreamOn for node RealTimeFeatureZSLPreviewRaw_IPE19_cam0 15.107691 1716 12433 I CamX : [CORE ] camxpipeline.cpp:1270 StreamOn() WaitExplorerStreamOn for node RealTimeFeatureZSLPreviewRaw_IPE2_cam0 15.107694 1716 12433 I CamX : [CORE ] camxpipeline.cpp:1270 StreamOn() WaitExplorerStreamOn for node RealTimeFeatureZSLPreviewRaw_FDHw0_cam0 15.107697 1716 12433 I CamX : [CORE ] camxpipeline.cpp:1270 StreamOn() WaitExplorerStreamOn for node RealTimeFeatureZSLPreviewRaw_EVA0_cam0 15.107700 1716 12433 I CamX : [CORE ] camxpipeline.cpp:1270 StreamOn() WaitExplorerStreamOn for node RealTimeFeatureZSLPreviewRaw_FDManager0_cam0 15.107703 1716 12433 I CamX : [CORE ] camxpipeline.cpp:1270 StreamOn() WaitExplorerStreamOn for node RealTimeFeatureZSLPreviewRaw_StatsParse0_cam0 15.107705 1716 12433 I CamX : [CORE ] camxpipeline.cpp:1270 StreamOn() WaitExplorerStreamOn for node RealTimeFeatureZSLPreviewRaw_StatsParse1_cam0 15.115808 1716 12433 I CamX : [CORE ] camxpipeline.h:3497 SetPipelineStatus() RealTimeFeatureZSLPreviewRaw_0_cam_0 status is now PipelineStatus::STREAM_ON 15.118087 1716 3221 I CamX : [REQMAP][CORE ] camxsession.cpp:5517 ProcessRequest() chiFrameNum: 1 <==> requestId: 2 <==> sequenceId: 1 <==> CSLSyncId: 2 -- RealTimeFeatureZSLPreviewRaw_0_cam_0 isMaster 0 15.120038 1716 3225 I CamX : [ INFO][HAL ] camxsession.cpp:6825 InjectResult() Session 0xb4000079d5e0d000 [RealTimeFeatureZSLPreviewRaw] Inject result added early metadata in result holder for sequence ID : 1 15.120332 1716 3225 I CamX : [REQMAP][CORE ] camxsession.cpp:5517 ProcessRequest() chiFrameNum: 2 <==> requestId: 3 <==> sequenceId: 2 <==> CSLSyncId: 3 -- RealTimeFeatureZSLPreviewRaw_0_cam_0 isMaster 0 15.121043 1716 3225 I CamX : [REQMAP][CORE ] camxsession.cpp:5517 ProcessRequest() chiFrameNum: 3 <==> requestId: 4 <==> sequenceId: 3 <==> CSLSyncId: 4 -- RealTimeFeatureZSLPreviewRaw_0_cam_0 isMaster 0 15.122377 1716 3222 I CamX : [ INFO][HAL ] camxsession.cpp:6825 InjectResult() Session 0xb4000079d5e0d000 [RealTimeFeatureZSLPreviewRaw] Inject result added early metadata in result holder for sequence ID : 2 15.123346 1716 3225 I CamX : [REQMAP][CORE ] camxsession.cpp:5517 ProcessRequest() chiFrameNum: 4 <==> requestId: 5 <==> sequenceId: 4 <==> CSLSyncId: 5 -- RealTimeFeatureZSLPreviewRaw_0_cam_0 isMaster 0 15.174165 1716 2031 I CamX : [ INFO][HAL ] camxpipeline.cpp:4512 SendShutterNotification() requestID 1, HDRFeatureModeInfo 0 m_lastSubmittedShutterRequestId: 0 15.174263 1716 2031 I CamX : [CONFIG][HAL ] camxhaldevice.cpp:839 Notify() type 00000002, frame_number 0, timestamp 126723324933909 15.197014 1716 3223 D CHIUSECASE: [DEBUG ] BackseatDriver.cpp:1467 ProcessResult() [OP_EXT] FIRST_FRAME_RESULT_CALLBACK 15.197157 1716 3223 I CamX : [ INFO][HAL ] camxhaldevice.cpp:359 ProcessCaptureResult() Returning framework result metadata only for frame: 0, Metadata: 0xb4000079d540d5c0 15.197260 1716 3223 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 0, partial_result 1, result 0xb4000079d540d5c0, num_physcam_metadata 0, num_output_buffers 0 15.209735 1716 3224 I CamX : [ INFO][HAL ] camxsession.cpp:5029 ProcessResultMetadata() Finalized metadata result for session RealTimeFeatureZSLPreviewRaw Sequence ID 0 mapped to framework id 0 pipeline 0 reqId 1 15.211195 1716 3224 I CamX : [ INFO][HAL ] camxhaldevice.cpp:359 ProcessCaptureResult() Returning framework result metadata only for frame: 0, Metadata: 0xb4000079d540d5c0 15.211248 1716 3224 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 0, partial_result 2, result 0xb4000079d540d5c0, num_physcam_metadata 0, num_output_buffers 0 15.212950 1716 3224 I CamX : [ INFO][HAL ] camxhaldevice.cpp:342 ProcessCaptureResult() Returning framework result Frame: 0, Metadata: 0x0, Stream 0xb4000079279f2ba8, Fmt: 35 Width: 1440 Height: 1080 Fence: -1 Status: 0 15.212966 1716 3224 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 0, partial_result 0, result 0x0, num_physcam_metadata 0, num_output_buffers 1 15.212973 1716 3224 I CamX : [CONFIG][HAL ] camxhal3.cpp:2106 process_capture_result() output_buffers[0] : 0xb4000079a7368680, buffer: 0xb400007940d314d8, status: 00000000, stream: 0xb4000079279f2ba8 15.214645 1716 1716 I CamX : [HAL ] camxhal3.cpp:1784 process_capture_request() frame_number 6, settings 0xb4000079d4618800, logicalCameraId: 0, cameraId: 0 num_output_buffers 1, num_input_buffers 0 15.214669 1716 1716 I CamX : [CONFIG][HAL ] camxhal3.cpp:1810 process_capture_request() output_buffers[0] : 0xb400007909abe000, buffer: 0x7a9fb65b40, status: 00000000, stream: 0xb4000079279f2ba8 15.214716 1716 1716 I CamX : [ INFO][HAL ] camxhaldevice.cpp:2355 ProcessCaptureRequest() CHIModule: Original framework framenumber 6 contains 1 output buffers 15.215189 1716 1716 D CHIUSECASE: [DEBUG ] pluginbase.cpp:669 ExecuteProcessRequest() [OP_EXT] frameIndex 6 enableZSL 0 15.215758 1716 3222 I CamX : [REQMAP][CORE ] camxsession.cpp:5517 ProcessRequest() chiFrameNum: 5 <==> requestId: 6 <==> sequenceId: 5 <==> CSLSyncId: 6 -- RealTimeFeatureZSLPreviewRaw_0_cam_0 isMaster 0 15.217959 1716 1716 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:7332 SetInSensorZoomInfo() [InSensorZoom] cameraId:0 bEnableInSensorZoomMode: 0zoomStatusChanged = 0 requested zoomState: 1 m_inSensorZoomInfo.zoomState 1 appFrameIndex 6 size 1 15.218593 1716 1716 D CHIUSECASE: [DEBUG ] pluginbase.cpp:539 UpdateCameraInfo() update meta ainight.snapshot.size width:4096 height:3072 15.219047 1716 1716 D CHIUSECASE: [DEBUG ] chifeature2base.cpp:4712 GetRequestTimeout() waitTime:3717, exposureTimeUseBySensor 39, additionalExposureTime 117, totalLongExp 0, maxLivePendingRequests 6 15.254944 1716 2031 I CamX : [ INFO][HAL ] camxpipeline.cpp:4512 SendShutterNotification() requestID 2, HDRFeatureModeInfo 0 m_lastSubmittedShutterRequestId: 1 15.254997 1716 2031 I CamX : [CONFIG][HAL ] camxhaldevice.cpp:839 Notify() type 00000002, frame_number 1, timestamp 126723405777294 15.255322 1716 2031 I CamX : [ INFO][HAL ] camxpipeline.cpp:4659 SendShutterNotification() Shutter for sequence 1 requestID: 2 15.271041 1716 3225 I CamX : [ INFO][HAL ] camxsession.cpp:6825 InjectResult() Session 0xb4000079d5e0d000 [RealTimeFeatureZSLPreviewRaw] Inject result added early metadata in result holder for sequence ID : 4 15.277377 1716 3223 I CamX : [ INFO][HAL ] camxhaldevice.cpp:359 ProcessCaptureResult() Returning framework result metadata only for frame: 1, Metadata: 0xb4000079d540d5c0 15.277418 1716 3223 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 1, partial_result 1, result 0xb4000079d540d5c0, num_physcam_metadata 0, num_output_buffers 0 15.288423 1716 3223 I CamX : [ INFO][HAL ] camxsession.cpp:5029 ProcessResultMetadata() Finalized metadata result for session RealTimeFeatureZSLPreviewRaw Sequence ID 1 mapped to framework id 1 pipeline 0 reqId 2 15.289133 1716 3223 I CamX : [ INFO][HAL ] camxhaldevice.cpp:359 ProcessCaptureResult() Returning framework result metadata only for frame: 1, Metadata: 0xb4000079d540d5c0 15.289178 1716 3223 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 1, partial_result 2, result 0xb4000079d540d5c0, num_physcam_metadata 0, num_output_buffers 0 15.290705 1716 3223 I CamX : [ INFO][HAL ] camxhaldevice.cpp:342 ProcessCaptureResult() Returning framework result Frame: 1, Metadata: 0x0, Stream 0xb4000079279f2ba8, Fmt: 35 Width: 1440 Height: 1080 Fence: -1 Status: 0 15.290717 1716 3223 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 1, partial_result 0, result 0x0, num_physcam_metadata 0, num_output_buffers 1 15.290723 1716 3223 I CamX : [CONFIG][HAL ] camxhal3.cpp:2106 process_capture_result() output_buffers[0] : 0xb4000079a7368680, buffer: 0xb400007940d31518, status: 00000000, stream: 0xb4000079279f2ba8 15.291763 1716 3221 I CamX : [REQMAP][CORE ] camxsession.cpp:5517 ProcessRequest() chiFrameNum: 6 <==> requestId: 7 <==> sequenceId: 6 <==> CSLSyncId: 7 -- RealTimeFeatureZSLPreviewRaw_0_cam_0 isMaster 0 15.292244 1716 15825 I CamX : [HAL ] camxhal3.cpp:1784 process_capture_request() frame_number 7, settings 0xb40000798b1e0000, logicalCameraId: 0, cameraId: 0 num_output_buffers 1, num_input_buffers 0 15.292273 1716 15825 I CamX : [CONFIG][HAL ] camxhal3.cpp:1810 process_capture_request() output_buffers[0] : 0xb40000794ef648c0, buffer: 0x7a9fb65b40, status: 00000000, stream: 0xb4000079279f2ba8 15.292305 1716 15825 I CamX : [ INFO][HAL ] camxhaldevice.cpp:2355 ProcessCaptureRequest() CHIModule: Original framework framenumber 7 contains 1 output buffers 15.292620 1716 15825 D CHIUSECASE: [DEBUG ] pluginbase.cpp:669 ExecuteProcessRequest() [OP_EXT] frameIndex 7 enableZSL 0 15.294386 1716 15825 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:7332 SetInSensorZoomInfo() [InSensorZoom] cameraId:0 bEnableInSensorZoomMode: 0zoomStatusChanged = 0 requested zoomState: 1 m_inSensorZoomInfo.zoomState 1 appFrameIndex 7 size 1 15.294823 1716 15825 D CHIUSECASE: [DEBUG ] pluginbase.cpp:539 UpdateCameraInfo() update meta ainight.snapshot.size width:4096 height:3072 15.295463 1716 15825 D CHIUSECASE: [DEBUG ] chifeature2base.cpp:4712 GetRequestTimeout() waitTime:3834, exposureTimeUseBySensor 78, additionalExposureTime 234, totalLongExp 0, maxLivePendingRequests 6 15.295473 1716 2031 I CamX : [ INFO][HAL ] camxpipeline.cpp:4512 SendShutterNotification() requestID 3, HDRFeatureModeInfo 0 m_lastSubmittedShutterRequestId: 2 15.295525 1716 2031 I CamX : [CONFIG][HAL ] camxhaldevice.cpp:839 Notify() type 00000002, frame_number 2, timestamp 126723446199013 15.295837 1716 2031 I CamX : [ INFO][HAL ] camxpipeline.cpp:4659 SendShutterNotification() Shutter for sequence 2 requestID: 3 15.306509 1716 5188 D CHIUSECASE: [DEBUG ] cameraextcmd.cpp:698 readSmapsRollup() Pss=346117 15.306543 1716 5188 D CHIUSECASE: [DEBUG ] cameraextcmd.cpp:707 readSmapsRollup() Pss+swap=444021 15.306565 1716 5188 D CHIUSECASE: [DEBUG ] cameraextcmd.cpp:726 getPss() smapsPss=444021 total=444021kb 15.311774 1716 3223 I CamX : [ INFO][HAL ] camxsession.cpp:6825 InjectResult() Session 0xb4000079d5e0d000 [RealTimeFeatureZSLPreviewRaw] Inject result added early metadata in result holder for sequence ID : 5 15.317471 1716 3225 I CamX : [ INFO][HAL ] camxhaldevice.cpp:359 ProcessCaptureResult() Returning framework result metadata only for frame: 2, Metadata: 0xb4000079d540d5c0 15.317529 1716 3225 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 2, partial_result 1, result 0xb4000079d540d5c0, num_physcam_metadata 0, num_output_buffers 0 15.329405 1716 3220 I CamX : [ INFO][HAL ] camxsession.cpp:5029 ProcessResultMetadata() Finalized metadata result for session RealTimeFeatureZSLPreviewRaw Sequence ID 2 mapped to framework id 2 pipeline 0 reqId 3 15.330145 1716 3220 I CamX : [ INFO][HAL ] camxhaldevice.cpp:359 ProcessCaptureResult() Returning framework result metadata only for frame: 2, Metadata: 0xb4000079d540d5c0 15.330209 1716 3220 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 2, partial_result 2, result 0xb4000079d540d5c0, num_physcam_metadata 0, num_output_buffers 0 15.331692 1716 3220 I CamX : [ INFO][HAL ] camxhaldevice.cpp:342 ProcessCaptureResult() Returning framework result Frame: 2, Metadata: 0x0, Stream 0xb4000079279f2ba8, Fmt: 35 Width: 1440 Height: 1080 Fence: -1 Status: 0 15.331704 1716 3220 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 2, partial_result 0, result 0x0, num_physcam_metadata 0, num_output_buffers 1 15.331710 1716 3220 I CamX : [CONFIG][HAL ] camxhal3.cpp:2106 process_capture_result() output_buffers[0] : 0xb4000079a7368680, buffer: 0xb400007940d31818, status: 00000000, stream: 0xb4000079279f2ba8 15.332735 1716 15863 I CamX : [HAL ] camxhal3.cpp:1784 process_capture_request() frame_number 8, settings 0xb40000791d9fa000, logicalCameraId: 0, cameraId: 0 num_output_buffers 1, num_input_buffers 0 15.332759 1716 15863 I CamX : [CONFIG][HAL ] camxhal3.cpp:1810 process_capture_request() output_buffers[0] : 0xb4000079da21ad80, buffer: 0x7a9fb65b40, status: 00000000, stream: 0xb4000079279f2ba8 15.332774 1716 15863 I CamX : [ INFO][HAL ] camxhaldevice.cpp:2355 ProcessCaptureRequest() CHIModule: Original framework framenumber 8 contains 1 output buffers 15.332930 1716 15863 D CHIUSECASE: [DEBUG ] pluginbase.cpp:669 ExecuteProcessRequest() [OP_EXT] frameIndex 8 enableZSL 0 15.333501 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:7332 SetInSensorZoomInfo() [InSensorZoom] cameraId:0 bEnableInSensorZoomMode: 0zoomStatusChanged = 0 requested zoomState: 1 m_inSensorZoomInfo.zoomState 1 appFrameIndex 8 size 1 15.333760 1716 15863 D CHIUSECASE: [DEBUG ] pluginbase.cpp:539 UpdateCameraInfo() update meta ainight.snapshot.size width:4096 height:3072 15.334020 1716 15863 D CHIUSECASE: [DEBUG ] chifeature2base.cpp:4712 GetRequestTimeout() waitTime:3834, exposureTimeUseBySensor 78, additionalExposureTime 234, totalLongExp 0, maxLivePendingRequests 6 15.335976 1716 2031 I CamX : [ INFO][HAL ] camxpipeline.cpp:4512 SendShutterNotification() requestID 4, HDRFeatureModeInfo 0 m_lastSubmittedShutterRequestId: 3 15.336056 1716 2031 I CamX : [CONFIG][HAL ] camxhaldevice.cpp:839 Notify() type 00000002, frame_number 3, timestamp 126723486620680 15.336379 1716 2031 I CamX : [ INFO][HAL ] camxpipeline.cpp:4659 SendShutterNotification() Shutter for sequence 3 requestID: 4 15.337139 1716 3222 I CamX : [REQMAP][CORE ] camxsession.cpp:5517 ProcessRequest() chiFrameNum: 7 <==> requestId: 8 <==> sequenceId: 7 <==> CSLSyncId: 8 -- RealTimeFeatureZSLPreviewRaw_0_cam_0 isMaster 0 15.352587 1716 3225 I CamX : [ INFO][HAL ] camxsession.cpp:6825 InjectResult() Session 0xb4000079d5e0d000 [RealTimeFeatureZSLPreviewRaw] Inject result added early metadata in result holder for sequence ID : 6 15.357651 1716 3224 I CamX : [ INFO][HAL ] camxhaldevice.cpp:359 ProcessCaptureResult() Returning framework result metadata only for frame: 3, Metadata: 0xb4000079d540d5c0 15.357744 1716 3224 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 3, partial_result 1, result 0xb4000079d540d5c0, num_physcam_metadata 0, num_output_buffers 0 15.368746 1716 3221 I CamX : [ INFO][HAL ] camxsession.cpp:5029 ProcessResultMetadata() Finalized metadata result for session RealTimeFeatureZSLPreviewRaw Sequence ID 3 mapped to framework id 3 pipeline 0 reqId 4 15.369612 1716 3221 I CamX : [ INFO][HAL ] camxhaldevice.cpp:359 ProcessCaptureResult() Returning framework result metadata only for frame: 3, Metadata: 0xb4000079d540d5c0 15.369686 1716 3221 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 3, partial_result 2, result 0xb4000079d540d5c0, num_physcam_metadata 0, num_output_buffers 0 15.371762 1716 3221 I CamX : [ INFO][HAL ] camxhaldevice.cpp:342 ProcessCaptureResult() Returning framework result Frame: 3, Metadata: 0x0, Stream 0xb4000079279f2ba8, Fmt: 35 Width: 1440 Height: 1080 Fence: -1 Status: 0 15.371780 1716 3221 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 3, partial_result 0, result 0x0, num_physcam_metadata 0, num_output_buffers 1 15.371786 1716 3221 I CamX : [CONFIG][HAL ] camxhal3.cpp:2106 process_capture_result() output_buffers[0] : 0xb4000079a7368680, buffer: 0xb400007940d317f8, status: 00000000, stream: 0xb4000079279f2ba8 15.372797 1716 15825 I CamX : [HAL ] camxhal3.cpp:1784 process_capture_request() frame_number 9, settings 0xb40000798b1e0000, logicalCameraId: 0, cameraId: 0 num_output_buffers 1, num_input_buffers 0 15.372845 1716 15825 I CamX : [CONFIG][HAL ] camxhal3.cpp:1810 process_capture_request() output_buffers[0] : 0xb40000794ef648c0, buffer: 0x7a9fb65b40, status: 00000000, stream: 0xb4000079279f2ba8 15.372883 1716 15825 I CamX : [ INFO][HAL ] camxhaldevice.cpp:2355 ProcessCaptureRequest() CHIModule: Original framework framenumber 9 contains 1 output buffers 15.373146 1716 15825 D CHIUSECASE: [DEBUG ] pluginbase.cpp:669 ExecuteProcessRequest() [OP_EXT] frameIndex 9 enableZSL 0 15.373216 1716 3220 I CamX : [REQMAP][CORE ] camxsession.cpp:5517 ProcessRequest() chiFrameNum: 8 <==> requestId: 9 <==> sequenceId: 8 <==> CSLSyncId: 9 -- RealTimeFeatureZSLPreviewRaw_0_cam_0 isMaster 0 15.375048 1716 15825 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:7332 SetInSensorZoomInfo() [InSensorZoom] cameraId:0 bEnableInSensorZoomMode: 0zoomStatusChanged = 0 requested zoomState: 1 m_inSensorZoomInfo.zoomState 1 appFrameIndex 9 size 1 15.375750 1716 15825 D CHIUSECASE: [DEBUG ] pluginbase.cpp:539 UpdateCameraInfo() update meta ainight.snapshot.size width:4096 height:3072 15.376182 1716 2031 I CamX : [ INFO][HAL ] camxpipeline.cpp:4512 SendShutterNotification() requestID 5, HDRFeatureModeInfo 0 m_lastSubmittedShutterRequestId: 4 15.376222 1716 2031 I CamX : [CONFIG][HAL ] camxhaldevice.cpp:839 Notify() type 00000002, frame_number 4, timestamp 126723527042346 15.376441 1716 15825 D CHIUSECASE: [DEBUG ] chifeature2base.cpp:4712 GetRequestTimeout() waitTime:3834, exposureTimeUseBySensor 78, additionalExposureTime 234, totalLongExp 0, maxLivePendingRequests 6 15.376502 1716 2031 I CamX : [ INFO][HAL ] camxpipeline.cpp:4659 SendShutterNotification() Shutter for sequence 4 requestID: 5 15.392080 1716 3222 I CamX : [ INFO][HAL ] camxsession.cpp:6825 InjectResult() Session 0xb4000079d5e0d000 [RealTimeFeatureZSLPreviewRaw] Inject result added early metadata in result holder for sequence ID : 7 15.407911 1716 3223 I CamX : [ INFO][HAL ] camxhaldevice.cpp:359 ProcessCaptureResult() Returning framework result metadata only for frame: 4, Metadata: 0xb4000079d540d5c0 15.407960 1716 3223 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 4, partial_result 1, result 0xb4000079d540d5c0, num_physcam_metadata 0, num_output_buffers 0 15.416601 1716 2031 I CamX : [ INFO][HAL ] camxpipeline.cpp:4512 SendShutterNotification() requestID 6, HDRFeatureModeInfo 0 m_lastSubmittedShutterRequestId: 5 15.416678 1716 2031 I CamX : [CONFIG][HAL ] camxhaldevice.cpp:839 Notify() type 00000002, frame_number 5, timestamp 126723567464065 15.417513 1716 2031 I CamX : [ INFO][HAL ] camxpipeline.cpp:4659 SendShutterNotification() Shutter for sequence 5 requestID: 6 15.419017 1716 3222 I CamX : [ INFO][HAL ] camxsession.cpp:5029 ProcessResultMetadata() Finalized metadata result for session RealTimeFeatureZSLPreviewRaw Sequence ID 4 mapped to framework id 4 pipeline 0 reqId 5 15.419893 1716 3222 I CamX : [ INFO][HAL ] camxhaldevice.cpp:359 ProcessCaptureResult() Returning framework result metadata only for frame: 4, Metadata: 0xb4000079d540d5c0 15.419984 1716 3222 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 4, partial_result 2, result 0xb4000079d540d5c0, num_physcam_metadata 0, num_output_buffers 0 15.421395 1716 3222 I CamX : [ INFO][HAL ] camxhaldevice.cpp:342 ProcessCaptureResult() Returning framework result Frame: 4, Metadata: 0x0, Stream 0xb4000079279f2ba8, Fmt: 35 Width: 1440 Height: 1080 Fence: -1 Status: 0 15.421407 1716 3222 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 4, partial_result 0, result 0x0, num_physcam_metadata 0, num_output_buffers 1 15.421414 1716 3222 I CamX : [CONFIG][HAL ] camxhal3.cpp:2106 process_capture_result() output_buffers[0] : 0xb4000079a7368680, buffer: 0xb400007940d318f8, status: 00000000, stream: 0xb4000079279f2ba8 15.422532 1716 3221 I CamX : [REQMAP][CORE ] camxsession.cpp:5517 ProcessRequest() chiFrameNum: 9 <==> requestId: 10 <==> sequenceId: 9 <==> CSLSyncId: 10 -- RealTimeFeatureZSLPreviewRaw_0_cam_0 isMaster 0 15.422878 1716 1716 I CamX : [HAL ] camxhal3.cpp:1784 process_capture_request() frame_number 10, settings 0xb4000079d4618800, logicalCameraId: 0, cameraId: 0 num_output_buffers 1, num_input_buffers 0 15.422910 1716 1716 I CamX : [CONFIG][HAL ] camxhal3.cpp:1810 process_capture_request() output_buffers[0] : 0xb400007909abe000, buffer: 0x7a9fb65b40, status: 00000000, stream: 0xb4000079279f2ba8 15.422956 1716 1716 I CamX : [ INFO][HAL ] camxhaldevice.cpp:2355 ProcessCaptureRequest() CHIModule: Original framework framenumber 10 contains 1 output buffers 15.423310 1716 1716 D CHIUSECASE: [DEBUG ] pluginbase.cpp:669 ExecuteProcessRequest() [OP_EXT] frameIndex 10 enableZSL 0 15.425576 1716 1716 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:7332 SetInSensorZoomInfo() [InSensorZoom] cameraId:0 bEnableInSensorZoomMode: 0zoomStatusChanged = 0 requested zoomState: 1 m_inSensorZoomInfo.zoomState 1 appFrameIndex 10 size 1 15.426366 1716 1716 D CHIUSECASE: [DEBUG ] pluginbase.cpp:539 UpdateCameraInfo() update meta ainight.snapshot.size width:4096 height:3072 15.426976 1716 1716 D CHIUSECASE: [DEBUG ] chifeature2base.cpp:4712 GetRequestTimeout() waitTime:3834, exposureTimeUseBySensor 78, additionalExposureTime 234, totalLongExp 0, maxLivePendingRequests 6 15.433241 1716 3223 I CamX : [ INFO][HAL ] camxsession.cpp:6825 InjectResult() Session 0xb4000079d5e0d000 [RealTimeFeatureZSLPreviewRaw] Inject result added early metadata in result holder for sequence ID : 8 15.447097 1716 3225 I CamX : [ INFO][HAL ] camxhaldevice.cpp:359 ProcessCaptureResult() Returning framework result metadata only for frame: 5, Metadata: 0xb4000079d540d5c0 15.447199 1716 3225 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 5, partial_result 1, result 0xb4000079d540d5c0, num_physcam_metadata 0, num_output_buffers 0 15.457059 1716 2031 I CamX : [ INFO][HAL ] camxpipeline.cpp:4512 SendShutterNotification() requestID 7, HDRFeatureModeInfo 0 m_lastSubmittedShutterRequestId: 6 15.457146 1716 2031 I CamX : [CONFIG][HAL ] camxhaldevice.cpp:839 Notify() type 00000002, frame_number 6, timestamp 126723607885732 15.457490 1716 2031 I CamX : [ INFO][HAL ] camxpipeline.cpp:4659 SendShutterNotification() Shutter for sequence 6 requestID: 7 15.459554 1716 3222 I CamX : [ INFO][HAL ] camxsession.cpp:5029 ProcessResultMetadata() Finalized metadata result for session RealTimeFeatureZSLPreviewRaw Sequence ID 5 mapped to framework id 5 pipeline 0 reqId 6 15.460482 1716 3222 I CamX : [ INFO][HAL ] camxhaldevice.cpp:359 ProcessCaptureResult() Returning framework result metadata only for frame: 5, Metadata: 0xb4000079d540d5c0 15.460565 1716 3222 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 5, partial_result 2, result 0xb4000079d540d5c0, num_physcam_metadata 0, num_output_buffers 0 15.462224 1716 3222 I CamX : [ INFO][HAL ] camxhaldevice.cpp:342 ProcessCaptureResult() Returning framework result Frame: 5, Metadata: 0x0, Stream 0xb4000079279f2ba8, Fmt: 35 Width: 1440 Height: 1080 Fence: -1 Status: 0 15.462241 1716 3222 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 5, partial_result 0, result 0x0, num_physcam_metadata 0, num_output_buffers 1 15.462248 1716 3222 I CamX : [CONFIG][HAL ] camxhal3.cpp:2106 process_capture_result() output_buffers[0] : 0xb4000079a7368680, buffer: 0xb400007940d31958, status: 00000000, stream: 0xb4000079279f2ba8 15.463796 1716 3224 I CamX : [REQMAP][CORE ] camxsession.cpp:5517 ProcessRequest() chiFrameNum: 10 <==> requestId: 11 <==> sequenceId: 10 <==> CSLSyncId: 11 -- RealTimeFeatureZSLPreviewRaw_0_cam_0 isMaster 0 15.463791 1716 1716 I CamX : [HAL ] camxhal3.cpp:1784 process_capture_request() frame_number 11, settings 0xb4000079d4618800, logicalCameraId: 0, cameraId: 0 num_output_buffers 1, num_input_buffers 0 15.463826 1716 1716 I CamX : [CONFIG][HAL ] camxhal3.cpp:1810 process_capture_request() output_buffers[0] : 0xb400007909abe000, buffer: 0x7a9fb65b40, status: 00000000, stream: 0xb4000079279f2ba8 15.463864 1716 1716 I CamX : [ INFO][HAL ] camxhaldevice.cpp:2355 ProcessCaptureRequest() CHIModule: Original framework framenumber 11 contains 1 output buffers 15.464227 1716 1716 D CHIUSECASE: [DEBUG ] pluginbase.cpp:669 ExecuteProcessRequest() [OP_EXT] frameIndex 11 enableZSL 0 15.466357 1716 1716 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:7332 SetInSensorZoomInfo() [InSensorZoom] cameraId:0 bEnableInSensorZoomMode: 0zoomStatusChanged = 0 requested zoomState: 1 m_inSensorZoomInfo.zoomState 1 appFrameIndex 11 size 1 15.467129 1716 1716 D CHIUSECASE: [DEBUG ] pluginbase.cpp:539 UpdateCameraInfo() update meta ainight.snapshot.size width:4096 height:3072 15.467720 1716 1716 D CHIUSECASE: [DEBUG ] chifeature2base.cpp:4712 GetRequestTimeout() waitTime:3834, exposureTimeUseBySensor 78, additionalExposureTime 234, totalLongExp 0, maxLivePendingRequests 6 15.473996 1716 3221 I CamX : [ INFO][HAL ] camxsession.cpp:6825 InjectResult() Session 0xb4000079d5e0d000 [RealTimeFeatureZSLPreviewRaw] Inject result added early metadata in result holder for sequence ID : 9 15.486806 1716 3224 I CamX : [ INFO][HAL ] camxhaldevice.cpp:359 ProcessCaptureResult() Returning framework result metadata only for frame: 6, Metadata: 0xb4000079d540d5c0 15.486848 1716 3224 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 6, partial_result 1, result 0xb4000079d540d5c0, num_physcam_metadata 0, num_output_buffers 0 15.497524 1716 2031 I CamX : [ INFO][HAL ] camxpipeline.cpp:4512 SendShutterNotification() requestID 8, HDRFeatureModeInfo 0 m_lastSubmittedShutterRequestId: 7 15.497598 1716 2031 I CamX : [CONFIG][HAL ] camxhaldevice.cpp:839 Notify() type 00000002, frame_number 7, timestamp 126723648307451 15.498069 1716 2031 I CamX : [ INFO][HAL ] camxpipeline.cpp:4659 SendShutterNotification() Shutter for sequence 7 requestID: 8 15.498087 1716 3220 I CamX : [ INFO][HAL ] camxsession.cpp:5029 ProcessResultMetadata() Finalized metadata result for session RealTimeFeatureZSLPreviewRaw Sequence ID 6 mapped to framework id 6 pipeline 0 reqId 7 15.499221 1716 3220 I CamX : [ INFO][HAL ] camxhaldevice.cpp:359 ProcessCaptureResult() Returning framework result metadata only for frame: 6, Metadata: 0xb4000079d540d5c0 15.499282 1716 3220 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 6, partial_result 2, result 0xb4000079d540d5c0, num_physcam_metadata 0, num_output_buffers 0 15.500844 1716 3220 I CamX : [ INFO][HAL ] camxhaldevice.cpp:342 ProcessCaptureResult() Returning framework result Frame: 6, Metadata: 0x0, Stream 0xb4000079279f2ba8, Fmt: 35 Width: 1440 Height: 1080 Fence: -1 Status: 0 15.500861 1716 3220 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 6, partial_result 0, result 0x0, num_physcam_metadata 0, num_output_buffers 1 15.500868 1716 3220 I CamX : [CONFIG][HAL ] camxhal3.cpp:2106 process_capture_result() output_buffers[0] : 0xb4000079a7368680, buffer: 0xb400007940d314d8, status: 00000000, stream: 0xb4000079279f2ba8 15.502470 1716 3223 I CamX : [REQMAP][CORE ] camxsession.cpp:5517 ProcessRequest() chiFrameNum: 11 <==> requestId: 12 <==> sequenceId: 11 <==> CSLSyncId: 12 -- RealTimeFeatureZSLPreviewRaw_0_cam_0 isMaster 0 15.503318 1716 15863 I CamX : [HAL ] camxhal3.cpp:1784 process_capture_request() frame_number 12, settings 0xb40000791d9fa000, logicalCameraId: 0, cameraId: 0 num_output_buffers 1, num_input_buffers 0 15.503412 1716 15863 I CamX : [CONFIG][HAL ] camxhal3.cpp:1810 process_capture_request() output_buffers[0] : 0xb4000079da21ad80, buffer: 0x7a9fb65b40, status: 00000000, stream: 0xb4000079279f2ba8 15.503490 1716 15863 I CamX : [ INFO][HAL ] camxhaldevice.cpp:2355 ProcessCaptureRequest() CHIModule: Original framework framenumber 12 contains 1 output buffers 15.504026 1716 15863 D CHIUSECASE: [DEBUG ] pluginbase.cpp:669 ExecuteProcessRequest() [OP_EXT] frameIndex 12 enableZSL 0 15.506910 1716 15863 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:7332 SetInSensorZoomInfo() [InSensorZoom] cameraId:0 bEnableInSensorZoomMode: 0zoomStatusChanged = 0 requested zoomState: 1 m_inSensorZoomInfo.zoomState 1 appFrameIndex 12 size 1 15.507847 1716 15863 D CHIUSECASE: [DEBUG ] pluginbase.cpp:539 UpdateCameraInfo() update meta ainight.snapshot.size width:4096 height:3072 15.508631 1716 15863 D CHIUSECASE: [DEBUG ] chifeature2base.cpp:4712 GetRequestTimeout() waitTime:3234, exposureTimeUseBySensor 78, additionalExposureTime 234, totalLongExp 0, maxLivePendingRequests 6 15.514206 1716 3225 I CamX : [ INFO][HAL ] camxsession.cpp:6825 InjectResult() Session 0xb4000079d5e0d000 [RealTimeFeatureZSLPreviewRaw] Inject result added early metadata in result holder for sequence ID : 10 15.527534 1716 3221 I CamX : [ INFO][HAL ] camxhaldevice.cpp:359 ProcessCaptureResult() Returning framework result metadata only for frame: 7, Metadata: 0xb4000079d540d5c0 15.527648 1716 3221 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 7, partial_result 1, result 0xb4000079d540d5c0, num_physcam_metadata 0, num_output_buffers 0 15.536756 1716 2031 I CamX : [ INFO][HAL ] camxpipeline.cpp:4512 SendShutterNotification() requestID 9, HDRFeatureModeInfo 0 m_lastSubmittedShutterRequestId: 8 15.536827 1716 2031 I CamX : [CONFIG][HAL ] camxhaldevice.cpp:839 Notify() type 00000002, frame_number 8, timestamp 126723688729248 15.537556 1716 2031 I CamX : [ INFO][HAL ] camxpipeline.cpp:4659 SendShutterNotification() Shutter for sequence 8 requestID: 9 15.539110 1716 3222 I CamX : [ INFO][HAL ] camxsession.cpp:5029 ProcessResultMetadata() Finalized metadata result for session RealTimeFeatureZSLPreviewRaw Sequence ID 7 mapped to framework id 7 pipeline 0 reqId 8 15.540015 1716 3222 I CamX : [ INFO][HAL ] camxhaldevice.cpp:359 ProcessCaptureResult() Returning framework result metadata only for frame: 7, Metadata: 0xb4000079d540d5c0 15.540071 1716 3222 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 7, partial_result 2, result 0xb4000079d540d5c0, num_physcam_metadata 0, num_output_buffers 0 15.541659 1716 3222 I CamX : [ INFO][HAL ] camxhaldevice.cpp:342 ProcessCaptureResult() Returning framework result Frame: 7, Metadata: 0x0, Stream 0xb4000079279f2ba8, Fmt: 35 Width: 1440 Height: 1080 Fence: -1 Status: 0 15.541674 1716 3222 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 7, partial_result 0, result 0x0, num_physcam_metadata 0, num_output_buffers 1 15.541682 1716 3222 I CamX : [CONFIG][HAL ] camxhal3.cpp:2106 process_capture_result() output_buffers[0] : 0xb4000079a7368680, buffer: 0xb400007940d31998, status: 00000000, stream: 0xb4000079279f2ba8 15.542968 1716 3223 I CamX : [REQMAP][CORE ] camxsession.cpp:5517 ProcessRequest() chiFrameNum: 12 <==> requestId: 13 <==> sequenceId: 12 <==> CSLSyncId: 13 -- RealTimeFeatureZSLPreviewRaw_0_cam_0 isMaster 0 15.543528 1716 3215 I CamX : [HAL ] camxhal3.cpp:1784 process_capture_request() frame_number 13, settings 0xb4000079411e8000, logicalCameraId: 0, cameraId: 0 num_output_buffers 1, num_input_buffers 0 15.543557 1716 3215 I CamX : [CONFIG][HAL ] camxhal3.cpp:1810 process_capture_request() output_buffers[0] : 0xb40000794a9ff260, buffer: 0x7a9fb65b40, status: 00000000, stream: 0xb4000079279f2ba8 15.543599 1716 3215 I CamX : [ INFO][HAL ] camxhaldevice.cpp:2355 ProcessCaptureRequest() CHIModule: Original framework framenumber 13 contains 1 output buffers 15.543886 1716 3215 D CHIUSECASE: [DEBUG ] pluginbase.cpp:669 ExecuteProcessRequest() [OP_EXT] frameIndex 13 enableZSL 0 15.546507 1716 3215 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:7332 SetInSensorZoomInfo() [InSensorZoom] cameraId:0 bEnableInSensorZoomMode: 0zoomStatusChanged = 0 requested zoomState: 1 m_inSensorZoomInfo.zoomState 1 appFrameIndex 13 size 1 15.547416 1716 3215 D CHIUSECASE: [DEBUG ] pluginbase.cpp:539 UpdateCameraInfo() update meta ainight.snapshot.size width:4096 height:3072 15.548218 1716 3215 D CHIUSECASE: [DEBUG ] chifeature2base.cpp:4712 GetRequestTimeout() waitTime:3231, exposureTimeUseBySensor 77, additionalExposureTime 231, totalLongExp 0, maxLivePendingRequests 6 15.553513 1716 3223 I CamX : [ INFO][HAL ] camxsession.cpp:6825 InjectResult() Session 0xb4000079d5e0d000 [RealTimeFeatureZSLPreviewRaw] Inject result added early metadata in result holder for sequence ID : 11 15.567472 1716 3225 I CamX : [ INFO][HAL ] camxhaldevice.cpp:359 ProcessCaptureResult() Returning framework result metadata only for frame: 8, Metadata: 0xb4000079d540d5c0 15.567546 1716 3225 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 8, partial_result 1, result 0xb4000079d540d5c0, num_physcam_metadata 0, num_output_buffers 0 15.576078 1716 2031 I CamX : [ INFO][HAL ] camxpipeline.cpp:4512 SendShutterNotification() requestID 10, HDRFeatureModeInfo 0 m_lastSubmittedShutterRequestId: 9 15.576166 1716 2031 I CamX : [CONFIG][HAL ] camxhaldevice.cpp:839 Notify() type 00000002, frame_number 9, timestamp 126723728030133 15.576527 1716 2031 I CamX : [ INFO][HAL ] camxpipeline.cpp:4659 SendShutterNotification() Shutter for sequence 9 requestID: 10 15.578882 1716 3222 I CamX : [ INFO][HAL ] camxsession.cpp:5029 ProcessResultMetadata() Finalized metadata result for session RealTimeFeatureZSLPreviewRaw Sequence ID 8 mapped to framework id 8 pipeline 0 reqId 9 15.579857 1716 3222 I CamX : [ INFO][HAL ] camxhaldevice.cpp:359 ProcessCaptureResult() Returning framework result metadata only for frame: 8, Metadata: 0xb4000079d540d5c0 15.579917 1716 3222 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 8, partial_result 2, result 0xb4000079d540d5c0, num_physcam_metadata 0, num_output_buffers 0 15.581611 1716 3222 I CamX : [ INFO][HAL ] camxhaldevice.cpp:342 ProcessCaptureResult() Returning framework result Frame: 8, Metadata: 0x0, Stream 0xb4000079279f2ba8, Fmt: 35 Width: 1440 Height: 1080 Fence: -1 Status: 0 15.581627 1716 3222 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 8, partial_result 0, result 0x0, num_physcam_metadata 0, num_output_buffers 1 15.581634 1716 3222 I CamX : [CONFIG][HAL ] camxhal3.cpp:2106 process_capture_result() output_buffers[0] : 0xb4000079a7368680, buffer: 0xb40000798bdfc4f8, status: 00000000, stream: 0xb4000079279f2ba8 15.583558 1716 15825 I CamX : [HAL ] camxhal3.cpp:1784 process_capture_request() frame_number 14, settings 0xb40000798b1e0000, logicalCameraId: 0, cameraId: 0 num_output_buffers 1, num_input_buffers 0 15.583602 1716 15825 I CamX : [CONFIG][HAL ] camxhal3.cpp:1810 process_capture_request() output_buffers[0] : 0xb40000794ef648c0, buffer: 0x7a9fb65b40, status: 00000000, stream: 0xb4000079279f2ba8 15.583712 1716 15825 I CamX : [ INFO][HAL ] camxhaldevice.cpp:2355 ProcessCaptureRequest() CHIModule: Original framework framenumber 14 contains 1 output buffers 15.584447 1716 15825 D CHIUSECASE: [DEBUG ] pluginbase.cpp:669 ExecuteProcessRequest() [OP_EXT] frameIndex 14 enableZSL 0 15.584831 1716 3225 I CamX : [REQMAP][CORE ] camxsession.cpp:5517 ProcessRequest() chiFrameNum: 13 <==> requestId: 14 <==> sequenceId: 13 <==> CSLSyncId: 14 -- RealTimeFeatureZSLPreviewRaw_0_cam_0 isMaster 0 15.587055 1716 15825 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:7332 SetInSensorZoomInfo() [InSensorZoom] cameraId:0 bEnableInSensorZoomMode: 0zoomStatusChanged = 0 requested zoomState: 1 m_inSensorZoomInfo.zoomState 1 appFrameIndex 14 size 1 15.588214 1716 15825 D CHIUSECASE: [DEBUG ] pluginbase.cpp:539 UpdateCameraInfo() update meta ainight.snapshot.size width:4096 height:3072 15.589066 1716 15825 D CHIUSECASE: [DEBUG ] chifeature2base.cpp:4712 GetRequestTimeout() waitTime:3228, exposureTimeUseBySensor 76, additionalExposureTime 228, totalLongExp 0, maxLivePendingRequests 6 15.593002 1716 3222 I CamX : [ INFO][HAL ] camxsession.cpp:6825 InjectResult() Session 0xb4000079d5e0d000 [RealTimeFeatureZSLPreviewRaw] Inject result added early metadata in result holder for sequence ID : 12 15.607018 1716 3224 I CamX : [ INFO][HAL ] camxhaldevice.cpp:359 ProcessCaptureResult() Returning framework result metadata only for frame: 9, Metadata: 0xb4000079d540d5c0 15.607090 1716 3224 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 9, partial_result 1, result 0xb4000079d540d5c0, num_physcam_metadata 0, num_output_buffers 0 15.615354 1716 2031 I CamX : [ INFO][HAL ] camxpipeline.cpp:4512 SendShutterNotification() requestID 11, HDRFeatureModeInfo 0 m_lastSubmittedShutterRequestId: 10 15.615420 1716 2031 I CamX : [CONFIG][HAL ] camxhaldevice.cpp:839 Notify() type 00000002, frame_number 10, timestamp 126723767331071 15.615688 1716 2031 I CamX : [ INFO][HAL ] camxpipeline.cpp:4659 SendShutterNotification() Shutter for sequence 10 requestID: 11 15.618277 1716 3223 I CamX : [ INFO][HAL ] camxsession.cpp:5029 ProcessResultMetadata() Finalized metadata result for session RealTimeFeatureZSLPreviewRaw Sequence ID 9 mapped to framework id 9 pipeline 0 reqId 10 15.619087 1716 3223 I CamX : [ INFO][HAL ] camxhaldevice.cpp:359 ProcessCaptureResult() Returning framework result metadata only for frame: 9, Metadata: 0xb4000079d540d5c0 15.619161 1716 3223 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 9, partial_result 2, result 0xb4000079d540d5c0, num_physcam_metadata 0, num_output_buffers 0 15.620450 1716 3223 I CamX : [ INFO][HAL ] camxhaldevice.cpp:342 ProcessCaptureResult() Returning framework result Frame: 9, Metadata: 0x0, Stream 0xb4000079279f2ba8, Fmt: 35 Width: 1440 Height: 1080 Fence: -1 Status: 0 15.620462 1716 3223 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 9, partial_result 0, result 0x0, num_physcam_metadata 0, num_output_buffers 1 15.620469 1716 3223 I CamX : [CONFIG][HAL ] camxhal3.cpp:2106 process_capture_result() output_buffers[0] : 0xb4000079a7368680, buffer: 0xb400007940d319d8, status: 00000000, stream: 0xb4000079279f2ba8 15.621558 1716 3221 I CamX : [REQMAP][CORE ] camxsession.cpp:5517 ProcessRequest() chiFrameNum: 14 <==> requestId: 15 <==> sequenceId: 14 <==> CSLSyncId: 15 -- RealTimeFeatureZSLPreviewRaw_0_cam_0 isMaster 0 15.621976 1716 3215 I CamX : [HAL ] camxhal3.cpp:1784 process_capture_request() frame_number 15, settings 0xb4000079411e8000, logicalCameraId: 0, cameraId: 0 num_output_buffers 1, num_input_buffers 0 15.622008 1716 3215 I CamX : [CONFIG][HAL ] camxhal3.cpp:1810 process_capture_request() output_buffers[0] : 0xb40000794a9ff260, buffer: 0x7a9fb65b40, status: 00000000, stream: 0xb4000079279f2ba8 15.622043 1716 3215 I CamX : [ INFO][HAL ] camxhaldevice.cpp:2355 ProcessCaptureRequest() CHIModule: Original framework framenumber 15 contains 1 output buffers 15.622344 1716 3215 D CHIUSECASE: [DEBUG ] pluginbase.cpp:669 ExecuteProcessRequest() [OP_EXT] frameIndex 15 enableZSL 0 15.624509 1716 3215 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:7332 SetInSensorZoomInfo() [InSensorZoom] cameraId:0 bEnableInSensorZoomMode: 0zoomStatusChanged = 0 requested zoomState: 1 m_inSensorZoomInfo.zoomState 1 appFrameIndex 15 size 1 15.625456 1716 3215 D CHIUSECASE: [DEBUG ] pluginbase.cpp:539 UpdateCameraInfo() update meta ainight.snapshot.size width:4096 height:3072 15.626949 1716 3215 D CHIUSECASE: [DEBUG ] chifeature2base.cpp:4712 GetRequestTimeout() waitTime:3228, exposureTimeUseBySensor 76, additionalExposureTime 228, totalLongExp 0, maxLivePendingRequests 6 15.632234 1716 3223 I CamX : [ INFO][HAL ] camxsession.cpp:6825 InjectResult() Session 0xb4000079d5e0d000 [RealTimeFeatureZSLPreviewRaw] Inject result added early metadata in result holder for sequence ID : 13 15.637706 1716 3223 I CamX : [ INFO][HAL ] camxhaldevice.cpp:359 ProcessCaptureResult() Returning framework result metadata only for frame: 10, Metadata: 0xb4000079d540d5c0 15.637748 1716 3223 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 10, partial_result 1, result 0xb4000079d540d5c0, num_physcam_metadata 0, num_output_buffers 0 15.648952 1716 3220 I CamX : [ INFO][HAL ] camxsession.cpp:5029 ProcessResultMetadata() Finalized metadata result for session RealTimeFeatureZSLPreviewRaw Sequence ID 10 mapped to framework id 10 pipeline 0 reqId 11 15.649693 1716 3220 I CamX : [ INFO][HAL ] camxhaldevice.cpp:359 ProcessCaptureResult() Returning framework result metadata only for frame: 10, Metadata: 0xb4000079d540d5c0 15.649741 1716 3220 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 10, partial_result 2, result 0xb4000079d540d5c0, num_physcam_metadata 0, num_output_buffers 0 15.650892 1716 3220 I CamX : [ INFO][HAL ] camxhaldevice.cpp:342 ProcessCaptureResult() Returning framework result Frame: 10, Metadata: 0x0, Stream 0xb4000079279f2ba8, Fmt: 35 Width: 1440 Height: 1080 Fence: -1 Status: 0 15.650902 1716 3220 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 10, partial_result 0, result 0x0, num_physcam_metadata 0, num_output_buffers 1 15.650907 1716 3220 I CamX : [CONFIG][HAL ] camxhal3.cpp:2106 process_capture_result() output_buffers[0] : 0xb4000079a7368680, buffer: 0xb40000798bdfc558, status: 00000000, stream: 0xb4000079279f2ba8 15.652138 1716 1716 I CamX : [HAL ] camxhal3.cpp:1784 process_capture_request() frame_number 16, settings 0xb4000079d4618800, logicalCameraId: 0, cameraId: 0 num_output_buffers 1, num_input_buffers 0 15.652181 1716 1716 I CamX : [CONFIG][HAL ] camxhal3.cpp:1810 process_capture_request() output_buffers[0] : 0xb400007909abe000, buffer: 0x7a9fb65b40, status: 00000000, stream: 0xb4000079279f2ba8 15.652227 1716 1716 I CamX : [ INFO][HAL ] camxhaldevice.cpp:2355 ProcessCaptureRequest() CHIModule: Original framework framenumber 16 contains 1 output buffers 15.652321 1716 3222 I CamX : [REQMAP][CORE ] camxsession.cpp:5517 ProcessRequest() chiFrameNum: 15 <==> requestId: 16 <==> sequenceId: 15 <==> CSLSyncId: 16 -- RealTimeFeatureZSLPreviewRaw_0_cam_0 isMaster 0 15.652517 1716 1716 D CHIUSECASE: [DEBUG ] pluginbase.cpp:669 ExecuteProcessRequest() [OP_EXT] frameIndex 16 enableZSL 0 15.654690 1716 2031 I CamX : [ INFO][HAL ] camxpipeline.cpp:4512 SendShutterNotification() requestID 12, HDRFeatureModeInfo 0 m_lastSubmittedShutterRequestId: 11 15.654746 1716 2031 I CamX : [CONFIG][HAL ] camxhaldevice.cpp:839 Notify() type 00000002, frame_number 11, timestamp 126723806631956 15.654923 1716 1716 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:7332 SetInSensorZoomInfo() [InSensorZoom] cameraId:0 bEnableInSensorZoomMode: 0zoomStatusChanged = 0 requested zoomState: 1 m_inSensorZoomInfo.zoomState 1 appFrameIndex 16 size 1 15.655065 1716 2031 I CamX : [ INFO][HAL ] camxpipeline.cpp:4659 SendShutterNotification() Shutter for sequence 11 requestID: 12 15.655821 1716 1716 D CHIUSECASE: [DEBUG ] pluginbase.cpp:539 UpdateCameraInfo() update meta ainight.snapshot.size width:4096 height:3072 15.656342 1716 1716 D CHIUSECASE: [DEBUG ] chifeature2base.cpp:4712 GetRequestTimeout() waitTime:3228, exposureTimeUseBySensor 76, additionalExposureTime 228, totalLongExp 0, maxLivePendingRequests 6 15.671484 1716 3220 I CamX : [ INFO][HAL ] camxsession.cpp:6825 InjectResult() Session 0xb4000079d5e0d000 [RealTimeFeatureZSLPreviewRaw] Inject result added early metadata in result holder for sequence ID : 14 15.676904 1716 3224 I CamX : [ INFO][HAL ] camxhaldevice.cpp:359 ProcessCaptureResult() Returning framework result metadata only for frame: 11, Metadata: 0xb4000079d540d5c0 15.676955 1716 3224 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 11, partial_result 1, result 0xb4000079d540d5c0, num_physcam_metadata 0, num_output_buffers 0 15.689545 1716 3223 I CamX : [ INFO][HAL ] camxsession.cpp:5029 ProcessResultMetadata() Finalized metadata result for session RealTimeFeatureZSLPreviewRaw Sequence ID 11 mapped to framework id 11 pipeline 0 reqId 12 15.690493 1716 3223 I CamX : [ INFO][HAL ] camxhaldevice.cpp:359 ProcessCaptureResult() Returning framework result metadata only for frame: 11, Metadata: 0xb4000079d540d5c0 15.690575 1716 3223 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 11, partial_result 2, result 0xb4000079d540d5c0, num_physcam_metadata 0, num_output_buffers 0 15.692160 1716 3223 I CamX : [ INFO][HAL ] camxhaldevice.cpp:342 ProcessCaptureResult() Returning framework result Frame: 11, Metadata: 0x0, Stream 0xb4000079279f2ba8, Fmt: 35 Width: 1440 Height: 1080 Fence: -1 Status: 0 15.692178 1716 3223 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 11, partial_result 0, result 0x0, num_physcam_metadata 0, num_output_buffers 1 15.692186 1716 3223 I CamX : [CONFIG][HAL ] camxhal3.cpp:2106 process_capture_result() output_buffers[0] : 0xb4000079a7368680, buffer: 0xb400007909969e98, status: 00000000, stream: 0xb4000079279f2ba8 15.694009 1716 1716 I CamX : [HAL ] camxhal3.cpp:1784 process_capture_request() frame_number 17, settings 0xb4000079d4618800, logicalCameraId: 0, cameraId: 0 num_output_buffers 1, num_input_buffers 0 15.694039 1716 1716 I CamX : [CONFIG][HAL ] camxhal3.cpp:1810 process_capture_request() output_buffers[0] : 0xb400007909abe000, buffer: 0x7a9fb65b40, status: 00000000, stream: 0xb4000079279f2ba8 15.694081 1716 1716 I CamX : [ INFO][HAL ] camxhaldevice.cpp:2355 ProcessCaptureRequest() CHIModule: Original framework framenumber 17 contains 1 output buffers 15.694111 1716 3221 I CamX : [REQMAP][CORE ] camxsession.cpp:5517 ProcessRequest() chiFrameNum: 16 <==> requestId: 17 <==> sequenceId: 16 <==> CSLSyncId: 17 -- RealTimeFeatureZSLPreviewRaw_0_cam_0 isMaster 0 15.694296 1716 2031 I CamX : [ INFO][HAL ] camxpipeline.cpp:4512 SendShutterNotification() requestID 13, HDRFeatureModeInfo 0 m_lastSubmittedShutterRequestId: 12 15.694333 1716 2031 I CamX : [CONFIG][HAL ] camxhaldevice.cpp:839 Notify() type 00000002, frame_number 12, timestamp 126723845932842 15.694611 1716 1716 D CHIUSECASE: [DEBUG ] pluginbase.cpp:669 ExecuteProcessRequest() [OP_EXT] frameIndex 17 enableZSL 0 15.694685 1716 2031 I CamX : [ INFO][HAL ] camxpipeline.cpp:4659 SendShutterNotification() Shutter for sequence 12 requestID: 13 15.696890 1716 1716 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:7332 SetInSensorZoomInfo() [InSensorZoom] cameraId:0 bEnableInSensorZoomMode: 0zoomStatusChanged = 0 requested zoomState: 1 m_inSensorZoomInfo.zoomState 1 appFrameIndex 17 size 1 15.697465 1716 1716 D CHIUSECASE: [DEBUG ] pluginbase.cpp:539 UpdateCameraInfo() update meta ainight.snapshot.size width:4096 height:3072 15.698217 1716 1716 D CHIUSECASE: [DEBUG ] chifeature2base.cpp:4712 GetRequestTimeout() waitTime:3228, exposureTimeUseBySensor 76, additionalExposureTime 228, totalLongExp 0, maxLivePendingRequests 6 15.710490 1716 3220 I CamX : [ INFO][HAL ] camxsession.cpp:6825 InjectResult() Session 0xb4000079d5e0d000 [RealTimeFeatureZSLPreviewRaw] Inject result added early metadata in result holder for sequence ID : 15 15.717049 1716 3222 I CamX : [ INFO][HAL ] camxhaldevice.cpp:359 ProcessCaptureResult() Returning framework result metadata only for frame: 12, Metadata: 0xb4000079d540d5c0 15.717092 1716 3222 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 12, partial_result 1, result 0xb4000079d540d5c0, num_physcam_metadata 0, num_output_buffers 0 15.728639 1716 3220 I CamX : [ INFO][HAL ] camxsession.cpp:5029 ProcessResultMetadata() Finalized metadata result for session RealTimeFeatureZSLPreviewRaw Sequence ID 12 mapped to framework id 12 pipeline 0 reqId 13 15.729480 1716 3220 I CamX : [ INFO][HAL ] camxhaldevice.cpp:359 ProcessCaptureResult() Returning framework result metadata only for frame: 12, Metadata: 0xb4000079d540d5c0 15.729558 1716 3220 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 12, partial_result 2, result 0xb4000079d540d5c0, num_physcam_metadata 0, num_output_buffers 0 15.731139 1716 3220 I CamX : [ INFO][HAL ] camxhaldevice.cpp:342 ProcessCaptureResult() Returning framework result Frame: 12, Metadata: 0x0, Stream 0xb4000079279f2ba8, Fmt: 35 Width: 1440 Height: 1080 Fence: -1 Status: 0 15.731152 1716 3220 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 12, partial_result 0, result 0x0, num_physcam_metadata 0, num_output_buffers 1 15.731159 1716 3220 I CamX : [CONFIG][HAL ] camxhal3.cpp:2106 process_capture_result() output_buffers[0] : 0xb4000079a7368680, buffer: 0xb400007909969e18, status: 00000000, stream: 0xb4000079279f2ba8 15.732409 1716 3224 I CamX : [REQMAP][CORE ] camxsession.cpp:5517 ProcessRequest() chiFrameNum: 17 <==> requestId: 18 <==> sequenceId: 17 <==> CSLSyncId: 18 -- RealTimeFeatureZSLPreviewRaw_0_cam_0 isMaster 0 15.732744 1716 15825 I CamX : [HAL ] camxhal3.cpp:1784 process_capture_request() frame_number 18, settings 0xb40000798b1e0000, logicalCameraId: 0, cameraId: 0 num_output_buffers 1, num_input_buffers 0 15.732797 1716 15825 I CamX : [CONFIG][HAL ] camxhal3.cpp:1810 process_capture_request() output_buffers[0] : 0xb40000794ef648c0, buffer: 0x7a9fb65b40, status: 00000000, stream: 0xb4000079279f2ba8 15.732838 1716 15825 I CamX : [ INFO][HAL ] camxhaldevice.cpp:2355 ProcessCaptureRequest() CHIModule: Original framework framenumber 18 contains 1 output buffers 15.733115 1716 15825 D CHIUSECASE: [DEBUG ] pluginbase.cpp:669 ExecuteProcessRequest() [OP_EXT] frameIndex 18 enableZSL 0 15.733254 1716 2031 I CamX : [ INFO][HAL ] camxpipeline.cpp:4512 SendShutterNotification() requestID 14, HDRFeatureModeInfo 0 m_lastSubmittedShutterRequestId: 13 15.733292 1716 2031 I CamX : [CONFIG][HAL ] camxhaldevice.cpp:839 Notify() type 00000002, frame_number 13, timestamp 126723885233779 15.733545 1716 2031 I CamX : [ INFO][HAL ] camxpipeline.cpp:4659 SendShutterNotification() Shutter for sequence 13 requestID: 14 15.735584 1716 15825 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:7332 SetInSensorZoomInfo() [InSensorZoom] cameraId:0 bEnableInSensorZoomMode: 0zoomStatusChanged = 0 requested zoomState: 1 m_inSensorZoomInfo.zoomState 1 appFrameIndex 18 size 1 15.736481 1716 15825 D CHIUSECASE: [DEBUG ] pluginbase.cpp:539 UpdateCameraInfo() update meta ainight.snapshot.size width:4096 height:3072 15.736954 1716 15825 D CHIUSECASE: [DEBUG ] chifeature2base.cpp:4712 GetRequestTimeout() waitTime:3228, exposureTimeUseBySensor 76, additionalExposureTime 228, totalLongExp 0, maxLivePendingRequests 6 15.751848 1716 3222 I CamX : [ INFO][HAL ] camxsession.cpp:6825 InjectResult() Session 0xb4000079d5e0d000 [RealTimeFeatureZSLPreviewRaw] Inject result added early metadata in result holder for sequence ID : 16 15.756941 1716 3221 I CamX : [ INFO][HAL ] camxhaldevice.cpp:359 ProcessCaptureResult() Returning framework result metadata only for frame: 13, Metadata: 0xb4000079d540d5c0 15.757013 1716 3221 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 13, partial_result 1, result 0xb4000079d540d5c0, num_physcam_metadata 0, num_output_buffers 0 15.768948 1716 3224 I CamX : [ INFO][HAL ] camxsession.cpp:5029 ProcessResultMetadata() Finalized metadata result for session RealTimeFeatureZSLPreviewRaw Sequence ID 13 mapped to framework id 13 pipeline 0 reqId 14 15.769898 1716 3224 I CamX : [ INFO][HAL ] camxhaldevice.cpp:359 ProcessCaptureResult() Returning framework result metadata only for frame: 13, Metadata: 0xb4000079d540d5c0 15.769993 1716 3224 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 13, partial_result 2, result 0xb4000079d540d5c0, num_physcam_metadata 0, num_output_buffers 0 15.771210 1716 3224 I CamX : [ INFO][HAL ] camxhaldevice.cpp:342 ProcessCaptureResult() Returning framework result Frame: 13, Metadata: 0x0, Stream 0xb4000079279f2ba8, Fmt: 35 Width: 1440 Height: 1080 Fence: -1 Status: 0 15.771222 1716 3224 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 13, partial_result 0, result 0x0, num_physcam_metadata 0, num_output_buffers 1 15.771228 1716 3224 I CamX : [CONFIG][HAL ] camxhal3.cpp:2106 process_capture_result() output_buffers[0] : 0xb4000079a7368680, buffer: 0xb40000798bdfc4d8, status: 00000000, stream: 0xb4000079279f2ba8 15.772257 1716 3223 I CamX : [REQMAP][CORE ] camxsession.cpp:5517 ProcessRequest() chiFrameNum: 18 <==> requestId: 19 <==> sequenceId: 18 <==> CSLSyncId: 19 -- RealTimeFeatureZSLPreviewRaw_0_cam_0 isMaster 0 15.772556 1716 3215 I CamX : [HAL ] camxhal3.cpp:1784 process_capture_request() frame_number 19, settings 0xb4000079411e8000, logicalCameraId: 0, cameraId: 0 num_output_buffers 1, num_input_buffers 0 15.772568 1716 2031 I CamX : [ INFO][HAL ] camxpipeline.cpp:4512 SendShutterNotification() requestID 15, HDRFeatureModeInfo 0 m_lastSubmittedShutterRequestId: 14 15.772584 1716 3215 I CamX : [CONFIG][HAL ] camxhal3.cpp:1810 process_capture_request() output_buffers[0] : 0xb40000794a9ff260, buffer: 0x7a9fb65b40, status: 00000000, stream: 0xb4000079279f2ba8 15.772605 1716 2031 I CamX : [CONFIG][HAL ] camxhaldevice.cpp:839 Notify() type 00000002, frame_number 14, timestamp 126723924534665 15.772624 1716 3215 I CamX : [ INFO][HAL ] camxhaldevice.cpp:2355 ProcessCaptureRequest() CHIModule: Original framework framenumber 19 contains 1 output buffers 15.772767 1716 2031 I CamX : [ INFO][HAL ] camxpipeline.cpp:4659 SendShutterNotification() Shutter for sequence 14 requestID: 15 15.772944 1716 3215 D CHIUSECASE: [DEBUG ] pluginbase.cpp:669 ExecuteProcessRequest() [OP_EXT] frameIndex 19 enableZSL 0 15.775055 1716 3215 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:7332 SetInSensorZoomInfo() [InSensorZoom] cameraId:0 bEnableInSensorZoomMode: 0zoomStatusChanged = 0 requested zoomState: 1 m_inSensorZoomInfo.zoomState 1 appFrameIndex 19 size 1 15.775722 1716 3215 D CHIUSECASE: [DEBUG ] pluginbase.cpp:539 UpdateCameraInfo() update meta ainight.snapshot.size width:4096 height:3072 15.776189 1716 3215 D CHIUSECASE: [DEBUG ] chifeature2base.cpp:4712 GetRequestTimeout() waitTime:3228, exposureTimeUseBySensor 76, additionalExposureTime 228, totalLongExp 0, maxLivePendingRequests 6 15.789228 1716 3225 I CamX : [ INFO][HAL ] camxsession.cpp:6825 InjectResult() Session 0xb4000079d5e0d000 [RealTimeFeatureZSLPreviewRaw] Inject result added early metadata in result holder for sequence ID : 17 15.796981 1716 3225 I CamX : [ INFO][HAL ] camxhaldevice.cpp:359 ProcessCaptureResult() Returning framework result metadata only for frame: 14, Metadata: 0xb4000079d540d5c0 15.797028 1716 3225 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 14, partial_result 1, result 0xb4000079d540d5c0, num_physcam_metadata 0, num_output_buffers 0 15.809113 1716 3220 I CamX : [ INFO][HAL ] camxsession.cpp:5029 ProcessResultMetadata() Finalized metadata result for session RealTimeFeatureZSLPreviewRaw Sequence ID 14 mapped to framework id 14 pipeline 0 reqId 15 15.810047 1716 3220 I CamX : [ INFO][HAL ] camxhaldevice.cpp:359 ProcessCaptureResult() Returning framework result metadata only for frame: 14, Metadata: 0xb4000079d540d5c0 15.810114 1716 3220 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 14, partial_result 2, result 0xb4000079d540d5c0, num_physcam_metadata 0, num_output_buffers 0 15.811639 1716 3220 I CamX : [ INFO][HAL ] camxhaldevice.cpp:342 ProcessCaptureResult() Returning framework result Frame: 14, Metadata: 0x0, Stream 0xb4000079279f2ba8, Fmt: 35 Width: 1440 Height: 1080 Fence: -1 Status: 0 15.811653 1716 3220 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 14, partial_result 0, result 0x0, num_physcam_metadata 0, num_output_buffers 1 15.811661 1716 3220 I CamX : [CONFIG][HAL ] camxhal3.cpp:2106 process_capture_result() output_buffers[0] : 0xb4000079a7368680, buffer: 0xb40000798bdfccd8, status: 00000000, stream: 0xb4000079279f2ba8 15.811925 1716 2031 I CamX : [ INFO][HAL ] camxpipeline.cpp:4512 SendShutterNotification() requestID 16, HDRFeatureModeInfo 0 m_lastSubmittedShutterRequestId: 15 15.812340 1716 2031 I CamX : [CONFIG][HAL ] camxhaldevice.cpp:839 Notify() type 00000002, frame_number 15, timestamp 126723963835550 15.812546 1716 2031 I CamX : [ INFO][HAL ] camxpipeline.cpp:4659 SendShutterNotification() Shutter for sequence 15 requestID: 16 15.813235 1716 3224 I CamX : [REQMAP][CORE ] camxsession.cpp:5517 ProcessRequest() chiFrameNum: 19 <==> requestId: 20 <==> sequenceId: 19 <==> CSLSyncId: 20 -- RealTimeFeatureZSLPreviewRaw_0_cam_0 isMaster 0 15.813509 1716 15825 I CamX : [HAL ] camxhal3.cpp:1784 process_capture_request() frame_number 20, settings 0xb40000798b1e0000, logicalCameraId: 0, cameraId: 0 num_output_buffers 1, num_input_buffers 0 15.813585 1716 15825 I CamX : [CONFIG][HAL ] camxhal3.cpp:1810 process_capture_request() output_buffers[0] : 0xb40000794ef648c0, buffer: 0x7a9fb65b40, status: 00000000, stream: 0xb4000079279f2ba8 15.813634 1716 15825 I CamX : [ INFO][HAL ] camxhaldevice.cpp:2355 ProcessCaptureRequest() CHIModule: Original framework framenumber 20 contains 1 output buffers 15.814151 1716 15825 D CHIUSECASE: [DEBUG ] pluginbase.cpp:669 ExecuteProcessRequest() [OP_EXT] frameIndex 20 enableZSL 0 15.816086 1716 15825 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:7332 SetInSensorZoomInfo() [InSensorZoom] cameraId:0 bEnableInSensorZoomMode: 0zoomStatusChanged = 0 requested zoomState: 1 m_inSensorZoomInfo.zoomState 1 appFrameIndex 20 size 1 15.816623 1716 15825 D CHIUSECASE: [DEBUG ] pluginbase.cpp:539 UpdateCameraInfo() update meta ainight.snapshot.size width:4096 height:3072 15.817087 1716 15825 D CHIUSECASE: [DEBUG ] chifeature2base.cpp:4712 GetRequestTimeout() waitTime:3228, exposureTimeUseBySensor 76, additionalExposureTime 228, totalLongExp 0, maxLivePendingRequests 6 15.828410 1716 3220 I CamX : [ INFO][HAL ] camxsession.cpp:6825 InjectResult() Session 0xb4000079d5e0d000 [RealTimeFeatureZSLPreviewRaw] Inject result added early metadata in result holder for sequence ID : 18 15.837177 1716 3225 I CamX : [ INFO][HAL ] camxhaldevice.cpp:359 ProcessCaptureResult() Returning framework result metadata only for frame: 15, Metadata: 0xb4000079d540d5c0 15.837275 1716 3225 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 15, partial_result 1, result 0xb4000079d540d5c0, num_physcam_metadata 0, num_output_buffers 0 15.848626 1716 3220 I CamX : [ INFO][HAL ] camxsession.cpp:5029 ProcessResultMetadata() Finalized metadata result for session RealTimeFeatureZSLPreviewRaw Sequence ID 15 mapped to framework id 15 pipeline 0 reqId 16 15.850050 1716 3220 I CamX : [ INFO][HAL ] camxhaldevice.cpp:359 ProcessCaptureResult() Returning framework result metadata only for frame: 15, Metadata: 0xb4000079d540d5c0 15.850117 1716 3220 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 15, partial_result 2, result 0xb4000079d540d5c0, num_physcam_metadata 0, num_output_buffers 0 15.851220 1716 2031 I CamX : [ INFO][HAL ] camxpipeline.cpp:4512 SendShutterNotification() requestID 17, HDRFeatureModeInfo 0 m_lastSubmittedShutterRequestId: 16 15.851365 1716 2031 I CamX : [CONFIG][HAL ] camxhaldevice.cpp:839 Notify() type 00000002, frame_number 16, timestamp 126724003136488 15.851614 1716 2031 I CamX : [ INFO][HAL ] camxpipeline.cpp:4659 SendShutterNotification() Shutter for sequence 16 requestID: 17 15.852231 1716 3220 I CamX : [ INFO][HAL ] camxhaldevice.cpp:342 ProcessCaptureResult() Returning framework result Frame: 15, Metadata: 0x0, Stream 0xb4000079279f2ba8, Fmt: 35 Width: 1440 Height: 1080 Fence: -1 Status: 0 15.852247 1716 3220 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 15, partial_result 0, result 0x0, num_physcam_metadata 0, num_output_buffers 1 15.852254 1716 3220 I CamX : [CONFIG][HAL ] camxhal3.cpp:2106 process_capture_result() output_buffers[0] : 0xb4000079a7368680, buffer: 0xb400007940d31518, status: 00000000, stream: 0xb4000079279f2ba8 15.853427 1716 1716 I CamX : [HAL ] camxhal3.cpp:1784 process_capture_request() frame_number 21, settings 0xb4000079d4618800, logicalCameraId: 0, cameraId: 0 num_output_buffers 1, num_input_buffers 0 15.853480 1716 1716 I CamX : [CONFIG][HAL ] camxhal3.cpp:1810 process_capture_request() output_buffers[0] : 0xb400007909abe000, buffer: 0x7a9fb65b40, status: 00000000, stream: 0xb4000079279f2ba8 15.853522 1716 1716 I CamX : [ INFO][HAL ] camxhaldevice.cpp:2355 ProcessCaptureRequest() CHIModule: Original framework framenumber 21 contains 1 output buffers 15.853782 1716 3223 I CamX : [REQMAP][CORE ] camxsession.cpp:5517 ProcessRequest() chiFrameNum: 20 <==> requestId: 21 <==> sequenceId: 20 <==> CSLSyncId: 21 -- RealTimeFeatureZSLPreviewRaw_0_cam_0 isMaster 0 15.853924 1716 1716 D CHIUSECASE: [DEBUG ] pluginbase.cpp:669 ExecuteProcessRequest() [OP_EXT] frameIndex 21 enableZSL 0 15.856220 1716 1716 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:7332 SetInSensorZoomInfo() [InSensorZoom] cameraId:0 bEnableInSensorZoomMode: 0zoomStatusChanged = 0 requested zoomState: 1 m_inSensorZoomInfo.zoomState 1 appFrameIndex 21 size 1 15.856917 1716 1716 D CHIUSECASE: [DEBUG ] pluginbase.cpp:539 UpdateCameraInfo() update meta ainight.snapshot.size width:4096 height:3072 15.857483 1716 1716 D CHIUSECASE: [DEBUG ] chifeature2base.cpp:4712 GetRequestTimeout() waitTime:3228, exposureTimeUseBySensor 76, additionalExposureTime 228, totalLongExp 0, maxLivePendingRequests 6 15.869069 1716 3221 I CamX : [ INFO][HAL ] camxsession.cpp:6825 InjectResult() Session 0xb4000079d5e0d000 [RealTimeFeatureZSLPreviewRaw] Inject result added early metadata in result holder for sequence ID : 19 15.877131 1716 3220 I CamX : [ INFO][HAL ] camxhaldevice.cpp:359 ProcessCaptureResult() Returning framework result metadata only for frame: 16, Metadata: 0xb4000079d540d5c0 15.877180 1716 3220 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 16, partial_result 1, result 0xb4000079d540d5c0, num_physcam_metadata 0, num_output_buffers 0 15.888490 1716 3222 I CamX : [ INFO][HAL ] camxsession.cpp:5029 ProcessResultMetadata() Finalized metadata result for session RealTimeFeatureZSLPreviewRaw Sequence ID 16 mapped to framework id 16 pipeline 0 reqId 17 15.889413 1716 3222 I CamX : [ INFO][HAL ] camxhaldevice.cpp:359 ProcessCaptureResult() Returning framework result metadata only for frame: 16, Metadata: 0xb4000079d540d5c0 15.889485 1716 3222 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 16, partial_result 2, result 0xb4000079d540d5c0, num_physcam_metadata 0, num_output_buffers 0 15.890486 1716 2031 I CamX : [ INFO][HAL ] camxpipeline.cpp:4512 SendShutterNotification() requestID 18, HDRFeatureModeInfo 0 m_lastSubmittedShutterRequestId: 17 15.891064 1716 2031 I CamX : [CONFIG][HAL ] camxhaldevice.cpp:839 Notify() type 00000002, frame_number 17, timestamp 126724042437373 15.891302 1716 2031 I CamX : [ INFO][HAL ] camxpipeline.cpp:4659 SendShutterNotification() Shutter for sequence 17 requestID: 18 15.891378 1716 3222 I CamX : [ INFO][HAL ] camxhaldevice.cpp:342 ProcessCaptureResult() Returning framework result Frame: 16, Metadata: 0x0, Stream 0xb4000079279f2ba8, Fmt: 35 Width: 1440 Height: 1080 Fence: -1 Status: 0 15.891392 1716 3222 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 16, partial_result 0, result 0x0, num_physcam_metadata 0, num_output_buffers 1 15.891399 1716 3222 I CamX : [CONFIG][HAL ] camxhal3.cpp:2106 process_capture_result() output_buffers[0] : 0xb4000079a7368680, buffer: 0xb400007940d31818, status: 00000000, stream: 0xb4000079279f2ba8 15.892605 1716 3225 I CamX : [REQMAP][CORE ] camxsession.cpp:5517 ProcessRequest() chiFrameNum: 21 <==> requestId: 22 <==> sequenceId: 21 <==> CSLSyncId: 22 -- RealTimeFeatureZSLPreviewRaw_0_cam_0 isMaster 0 15.893065 1716 15825 I CamX : [HAL ] camxhal3.cpp:1784 process_capture_request() frame_number 22, settings 0xb40000798b1e0000, logicalCameraId: 0, cameraId: 0 num_output_buffers 1, num_input_buffers 0 15.893121 1716 15825 I CamX : [CONFIG][HAL ] camxhal3.cpp:1810 process_capture_request() output_buffers[0] : 0xb40000794ef648c0, buffer: 0x7a9fb65b40, status: 00000000, stream: 0xb4000079279f2ba8 15.893166 1716 15825 I CamX : [ INFO][HAL ] camxhaldevice.cpp:2355 ProcessCaptureRequest() CHIModule: Original framework framenumber 22 contains 1 output buffers 15.893507 1716 15825 D CHIUSECASE: [DEBUG ] pluginbase.cpp:669 ExecuteProcessRequest() [OP_EXT] frameIndex 22 enableZSL 0 15.895461 1716 15825 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:7332 SetInSensorZoomInfo() [InSensorZoom] cameraId:0 bEnableInSensorZoomMode: 0zoomStatusChanged = 0 requested zoomState: 1 m_inSensorZoomInfo.zoomState 1 appFrameIndex 22 size 1 15.896011 1716 15825 D CHIUSECASE: [DEBUG ] pluginbase.cpp:539 UpdateCameraInfo() update meta ainight.snapshot.size width:4096 height:3072 15.896857 1716 15825 D CHIUSECASE: [DEBUG ] chifeature2base.cpp:4712 GetRequestTimeout() waitTime:3228, exposureTimeUseBySensor 76, additionalExposureTime 228, totalLongExp 0, maxLivePendingRequests 6 15.907234 1716 3224 I CamX : [ INFO][HAL ] camxsession.cpp:6825 InjectResult() Session 0xb4000079d5e0d000 [RealTimeFeatureZSLPreviewRaw] Inject result added early metadata in result holder for sequence ID : 20 15.917300 1716 3221 I CamX : [ INFO][HAL ] camxhaldevice.cpp:359 ProcessCaptureResult() Returning framework result metadata only for frame: 17, Metadata: 0xb4000079d540d5c0 15.917383 1716 3221 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 17, partial_result 1, result 0xb4000079d540d5c0, num_physcam_metadata 0, num_output_buffers 0 15.929598 1716 3223 I CamX : [ INFO][HAL ] camxsession.cpp:5029 ProcessResultMetadata() Finalized metadata result for session RealTimeFeatureZSLPreviewRaw Sequence ID 17 mapped to framework id 17 pipeline 0 reqId 18 15.929758 1716 2031 I CamX : [ INFO][HAL ] camxpipeline.cpp:4512 SendShutterNotification() requestID 19, HDRFeatureModeInfo 0 m_lastSubmittedShutterRequestId: 18 15.929809 1716 2031 I CamX : [CONFIG][HAL ] camxhaldevice.cpp:839 Notify() type 00000002, frame_number 18, timestamp 126724081738310 15.930279 1716 2031 I CamX : [ INFO][HAL ] camxpipeline.cpp:4659 SendShutterNotification() Shutter for sequence 18 requestID: 19 15.930851 1716 3223 I CamX : [ INFO][HAL ] camxhaldevice.cpp:359 ProcessCaptureResult() Returning framework result metadata only for frame: 17, Metadata: 0xb4000079d540d5c0 15.930904 1716 3223 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 17, partial_result 2, result 0xb4000079d540d5c0, num_physcam_metadata 0, num_output_buffers 0 15.932657 1716 3223 I CamX : [ INFO][HAL ] camxhaldevice.cpp:342 ProcessCaptureResult() Returning framework result Frame: 17, Metadata: 0x0, Stream 0xb4000079279f2ba8, Fmt: 35 Width: 1440 Height: 1080 Fence: -1 Status: 0 15.932673 1716 3223 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 17, partial_result 0, result 0x0, num_physcam_metadata 0, num_output_buffers 1 15.932680 1716 3223 I CamX : [CONFIG][HAL ] camxhal3.cpp:2106 process_capture_result() output_buffers[0] : 0xb4000079a7368680, buffer: 0xb40000794abb3138, status: 00000000, stream: 0xb4000079279f2ba8 15.934163 1716 1716 I CamX : [HAL ] camxhal3.cpp:1784 process_capture_request() frame_number 23, settings 0xb4000079d4618800, logicalCameraId: 0, cameraId: 0 num_output_buffers 1, num_input_buffers 0 15.934213 1716 1716 I CamX : [CONFIG][HAL ] camxhal3.cpp:1810 process_capture_request() output_buffers[0] : 0xb400007909abe000, buffer: 0x7a9fb65b40, status: 00000000, stream: 0xb4000079279f2ba8 15.934254 1716 1716 I CamX : [ INFO][HAL ] camxhaldevice.cpp:2355 ProcessCaptureRequest() CHIModule: Original framework framenumber 23 contains 1 output buffers 15.934580 1716 1716 D CHIUSECASE: [DEBUG ] pluginbase.cpp:669 ExecuteProcessRequest() [OP_EXT] frameIndex 23 enableZSL 0 15.935016 1716 3224 I CamX : [REQMAP][CORE ] camxsession.cpp:5517 ProcessRequest() chiFrameNum: 22 <==> requestId: 23 <==> sequenceId: 22 <==> CSLSyncId: 23 -- RealTimeFeatureZSLPreviewRaw_0_cam_0 isMaster 0 15.937018 1716 1716 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:7332 SetInSensorZoomInfo() [InSensorZoom] cameraId:0 bEnableInSensorZoomMode: 0zoomStatusChanged = 0 requested zoomState: 1 m_inSensorZoomInfo.zoomState 1 appFrameIndex 23 size 1 15.937530 1716 1716 D CHIUSECASE: [DEBUG ] pluginbase.cpp:539 UpdateCameraInfo() update meta ainight.snapshot.size width:4096 height:3072 15.938500 1716 1716 D CHIUSECASE: [DEBUG ] chifeature2base.cpp:4712 GetRequestTimeout() waitTime:3228, exposureTimeUseBySensor 76, additionalExposureTime 228, totalLongExp 0, maxLivePendingRequests 6 15.946249 1716 3220 I CamX : [ INFO][HAL ] camxsession.cpp:6825 InjectResult() Session 0xb4000079d5e0d000 [RealTimeFeatureZSLPreviewRaw] Inject result added early metadata in result holder for sequence ID : 21 15.954087 1716 3223 I CamX : [ INFO][HAL ] camxhaldevice.cpp:359 ProcessCaptureResult() Returning framework result metadata only for frame: 18, Metadata: 0xb4000079d540d5c0 15.954131 1716 3223 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 18, partial_result 1, result 0xb4000079d540d5c0, num_physcam_metadata 0, num_output_buffers 0 15.967766 1716 3222 I CamX : [ INFO][HAL ] camxsession.cpp:5029 ProcessResultMetadata() Finalized metadata result for session RealTimeFeatureZSLPreviewRaw Sequence ID 18 mapped to framework id 18 pipeline 0 reqId 19 15.968770 1716 3222 I CamX : [ INFO][HAL ] camxhaldevice.cpp:359 ProcessCaptureResult() Returning framework result metadata only for frame: 18, Metadata: 0xb4000079d540d5c0 15.968837 1716 3222 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 18, partial_result 2, result 0xb4000079d540d5c0, num_physcam_metadata 0, num_output_buffers 0 15.969074 1716 2031 I CamX : [ INFO][HAL ] camxpipeline.cpp:4512 SendShutterNotification() requestID 20, HDRFeatureModeInfo 0 m_lastSubmittedShutterRequestId: 19 15.970249 1716 2031 I CamX : [CONFIG][HAL ] camxhaldevice.cpp:839 Notify() type 00000002, frame_number 19, timestamp 126724121039196 15.970493 1716 2031 I CamX : [ INFO][HAL ] camxpipeline.cpp:4659 SendShutterNotification() Shutter for sequence 19 requestID: 20 15.970551 1716 3222 I CamX : [ INFO][HAL ] camxhaldevice.cpp:342 ProcessCaptureResult() Returning framework result Frame: 18, Metadata: 0x0, Stream 0xb4000079279f2ba8, Fmt: 35 Width: 1440 Height: 1080 Fence: -1 Status: 0 15.970561 1716 3222 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 18, partial_result 0, result 0x0, num_physcam_metadata 0, num_output_buffers 1 15.970566 1716 3222 I CamX : [CONFIG][HAL ] camxhal3.cpp:2106 process_capture_result() output_buffers[0] : 0xb4000079a7368680, buffer: 0xb400007940d317f8, status: 00000000, stream: 0xb4000079279f2ba8 15.971197 1716 15825 I CamX : [HAL ] camxhal3.cpp:1784 process_capture_request() frame_number 24, settings 0xb40000798b1e0000, logicalCameraId: 0, cameraId: 0 num_output_buffers 1, num_input_buffers 0 15.971234 1716 15825 I CamX : [CONFIG][HAL ] camxhal3.cpp:1810 process_capture_request() output_buffers[0] : 0xb40000794ef648c0, buffer: 0x7a9fb65b40, status: 00000000, stream: 0xb4000079279f2ba8 15.971253 1716 15825 I CamX : [ INFO][HAL ] camxhaldevice.cpp:2355 ProcessCaptureRequest() CHIModule: Original framework framenumber 24 contains 1 output buffers 15.971415 1716 15825 D CHIUSECASE: [DEBUG ] pluginbase.cpp:669 ExecuteProcessRequest() [OP_EXT] frameIndex 24 enableZSL 0 15.972094 1716 3225 I CamX : [REQMAP][CORE ] camxsession.cpp:5517 ProcessRequest() chiFrameNum: 23 <==> requestId: 24 <==> sequenceId: 23 <==> CSLSyncId: 24 -- RealTimeFeatureZSLPreviewRaw_0_cam_0 isMaster 0 15.972165 1716 15825 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:7332 SetInSensorZoomInfo() [InSensorZoom] cameraId:0 bEnableInSensorZoomMode: 0zoomStatusChanged = 0 requested zoomState: 1 m_inSensorZoomInfo.zoomState 1 appFrameIndex 24 size 1 15.972410 1716 15825 D CHIUSECASE: [DEBUG ] pluginbase.cpp:539 UpdateCameraInfo() update meta ainight.snapshot.size width:4096 height:3072 15.972649 1716 15825 D CHIUSECASE: [DEBUG ] chifeature2base.cpp:4712 GetRequestTimeout() waitTime:3228, exposureTimeUseBySensor 76, additionalExposureTime 228, totalLongExp 0, maxLivePendingRequests 6 15.986205 1716 3224 I CamX : [ INFO][HAL ] camxsession.cpp:6825 InjectResult() Session 0xb4000079d5e0d000 [RealTimeFeatureZSLPreviewRaw] Inject result added early metadata in result holder for sequence ID : 22 15.997214 1716 3224 I CamX : [ INFO][HAL ] camxhaldevice.cpp:359 ProcessCaptureResult() Returning framework result metadata only for frame: 19, Metadata: 0xb4000079d540d5c0 15.997282 1716 3224 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 19, partial_result 1, result 0xb4000079d540d5c0, num_physcam_metadata 0, num_output_buffers 0 16.008384 1716 2031 I CamX : [ INFO][HAL ] camxpipeline.cpp:4512 SendShutterNotification() requestID 21, HDRFeatureModeInfo 0 m_lastSubmittedShutterRequestId: 20 16.008441 1716 2031 I CamX : [CONFIG][HAL ] camxhaldevice.cpp:839 Notify() type 00000002, frame_number 20, timestamp 126724160340081 16.008679 1716 3222 I CamX : [ INFO][HAL ] camxsession.cpp:5029 ProcessResultMetadata() Finalized metadata result for session RealTimeFeatureZSLPreviewRaw Sequence ID 19 mapped to framework id 19 pipeline 0 reqId 20 16.009314 1716 2031 I CamX : [ INFO][HAL ] camxpipeline.cpp:4659 SendShutterNotification() Shutter for sequence 20 requestID: 21 16.009810 1716 3222 I CamX : [ INFO][HAL ] camxhaldevice.cpp:359 ProcessCaptureResult() Returning framework result metadata only for frame: 19, Metadata: 0xb4000079d540d5c0 16.009960 1716 3222 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 19, partial_result 2, result 0xb4000079d540d5c0, num_physcam_metadata 0, num_output_buffers 0 16.011465 1716 3222 I CamX : [ INFO][HAL ] camxhaldevice.cpp:342 ProcessCaptureResult() Returning framework result Frame: 19, Metadata: 0x0, Stream 0xb4000079279f2ba8, Fmt: 35 Width: 1440 Height: 1080 Fence: -1 Status: 0 16.011480 1716 3222 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 19, partial_result 0, result 0x0, num_physcam_metadata 0, num_output_buffers 1 16.011488 1716 3222 I CamX : [CONFIG][HAL ] camxhal3.cpp:2106 process_capture_result() output_buffers[0] : 0xb4000079a7368680, buffer: 0xb400007940d318f8, status: 00000000, stream: 0xb4000079279f2ba8 16.012722 1716 3220 I CamX : [REQMAP][CORE ] camxsession.cpp:5517 ProcessRequest() chiFrameNum: 24 <==> requestId: 25 <==> sequenceId: 24 <==> CSLSyncId: 25 -- RealTimeFeatureZSLPreviewRaw_0_cam_0 isMaster 0 16.013014 1716 15825 I CamX : [HAL ] camxhal3.cpp:1784 process_capture_request() frame_number 25, settings 0xb40000798b1e0000, logicalCameraId: 0, cameraId: 0 num_output_buffers 1, num_input_buffers 0 16.013044 1716 15825 I CamX : [CONFIG][HAL ] camxhal3.cpp:1810 process_capture_request() output_buffers[0] : 0xb40000794ef648c0, buffer: 0x7a9fb65b40, status: 00000000, stream: 0xb4000079279f2ba8 16.013085 1716 15825 I CamX : [ INFO][HAL ] camxhaldevice.cpp:2355 ProcessCaptureRequest() CHIModule: Original framework framenumber 25 contains 1 output buffers 16.013400 1716 15825 D CHIUSECASE: [DEBUG ] pluginbase.cpp:669 ExecuteProcessRequest() [OP_EXT] frameIndex 25 enableZSL 0 16.015611 1716 15825 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:7332 SetInSensorZoomInfo() [InSensorZoom] cameraId:0 bEnableInSensorZoomMode: 0zoomStatusChanged = 0 requested zoomState: 1 m_inSensorZoomInfo.zoomState 1 appFrameIndex 25 size 1 16.016112 1716 15825 D CHIUSECASE: [DEBUG ] pluginbase.cpp:539 UpdateCameraInfo() update meta ainight.snapshot.size width:4096 height:3072 16.016605 1716 15825 D CHIUSECASE: [DEBUG ] chifeature2base.cpp:4712 GetRequestTimeout() waitTime:3228, exposureTimeUseBySensor 76, additionalExposureTime 228, totalLongExp 0, maxLivePendingRequests 6 16.024840 1716 3223 I CamX : [ INFO][HAL ] camxsession.cpp:6825 InjectResult() Session 0xb4000079d5e0d000 [RealTimeFeatureZSLPreviewRaw] Inject result added early metadata in result holder for sequence ID : 23 16.037322 1716 3223 I CamX : [ INFO][HAL ] camxhaldevice.cpp:359 ProcessCaptureResult() Returning framework result metadata only for frame: 20, Metadata: 0xb4000079d540d5c0 16.037371 1716 3223 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 20, partial_result 1, result 0xb4000079d540d5c0, num_physcam_metadata 0, num_output_buffers 0 16.047684 1716 2031 I CamX : [ INFO][HAL ] camxpipeline.cpp:4512 SendShutterNotification() requestID 22, HDRFeatureModeInfo 0 m_lastSubmittedShutterRequestId: 21 16.047756 1716 2031 I CamX : [CONFIG][HAL ] camxhaldevice.cpp:839 Notify() type 00000002, frame_number 21, timestamp 126724199640967 16.048656 1716 2031 I CamX : [ INFO][HAL ] camxpipeline.cpp:4659 SendShutterNotification() Shutter for sequence 21 requestID: 22 16.048661 1716 3225 I CamX : [ INFO][HAL ] camxsession.cpp:5029 ProcessResultMetadata() Finalized metadata result for session RealTimeFeatureZSLPreviewRaw Sequence ID 20 mapped to framework id 20 pipeline 0 reqId 21 16.049551 1716 3225 I CamX : [ INFO][HAL ] camxhaldevice.cpp:359 ProcessCaptureResult() Returning framework result metadata only for frame: 20, Metadata: 0xb4000079d540d5c0 16.049603 1716 3225 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 20, partial_result 2, result 0xb4000079d540d5c0, num_physcam_metadata 0, num_output_buffers 0 16.051186 1716 3225 I CamX : [ INFO][HAL ] camxhaldevice.cpp:342 ProcessCaptureResult() Returning framework result Frame: 20, Metadata: 0x0, Stream 0xb4000079279f2ba8, Fmt: 35 Width: 1440 Height: 1080 Fence: -1 Status: 0 16.051202 1716 3225 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 20, partial_result 0, result 0x0, num_physcam_metadata 0, num_output_buffers 1 16.051211 1716 3225 I CamX : [CONFIG][HAL ] camxhal3.cpp:2106 process_capture_result() output_buffers[0] : 0xb4000079a7368680, buffer: 0xb400007940d31958, status: 00000000, stream: 0xb4000079279f2ba8 16.052665 1716 1716 I CamX : [HAL ] camxhal3.cpp:1784 process_capture_request() frame_number 26, settings 0xb4000079d4618800, logicalCameraId: 0, cameraId: 0 num_output_buffers 1, num_input_buffers 0 16.052732 1716 1716 I CamX : [CONFIG][HAL ] camxhal3.cpp:1810 process_capture_request() output_buffers[0] : 0xb400007909abe000, buffer: 0x7a9fb65b40, status: 00000000, stream: 0xb4000079279f2ba8 16.052779 1716 1716 I CamX : [ INFO][HAL ] camxhaldevice.cpp:2355 ProcessCaptureRequest() CHIModule: Original framework framenumber 26 contains 1 output buffers 16.053103 1716 1716 D CHIUSECASE: [DEBUG ] pluginbase.cpp:669 ExecuteProcessRequest() [OP_EXT] frameIndex 26 enableZSL 0 16.053275 1716 3221 I CamX : [REQMAP][CORE ] camxsession.cpp:5517 ProcessRequest() chiFrameNum: 25 <==> requestId: 26 <==> sequenceId: 25 <==> CSLSyncId: 26 -- RealTimeFeatureZSLPreviewRaw_0_cam_0 isMaster 0 16.055474 1716 1716 I CHIUSECASE: [CORE_CFG ] chifeature2graphselector.cpp:7332 SetInSensorZoomInfo() [InSensorZoom] cameraId:0 bEnableInSensorZoomMode: 0zoomStatusChanged = 0 requested zoomState: 1 m_inSensorZoomInfo.zoomState 1 appFrameIndex 26 size 116.492774 1716 15825 I CamX : [HAL ] camxhal3.cpp:1938 flush() HalOp: Begin FLUSH: 0xb4000079d4637010, logicalCameraId: 0, cameraId: 0 16.492824 1716 15825 I CamX : [ INFO][HAL ] camxhaldevice.cpp:3361 LogFrameworkRequests() m_frameworkRequests is empty latestFrameworkRequestIndex: -1 16.494013 1716 15825 I CamX : [CORE ] camxsession.cpp:1283 Pause() Pause:0 session 0xb4000079d5e0d000 RealTimeFeatureZSLPreviewRaw 16.494408 1716 3223 I CamX : [CORE ] camxnode.cpp:13522 Flush() Flushing Node AutoFocus:0 for requestId 37 on pipeline RealTimeFeatureZSLPreviewRaw:0 numSequencesLeft 0 16.494462 1716 3221 I CamX : [CORE ] camxnode.cpp:13522 Flush() Flushing Node com.qti.node.gme:0 for requestId 37 on pipeline RealTimeFeatureZSLPreviewRaw:0 numSequencesLeft 0 16.494578 1716 3225 I CamX : [CORE ] camxnode.cpp:13522 Flush() Flushing Node Tracker:0 for requestId 37 on pipeline RealTimeFeatureZSLPreviewRaw:0 numSequencesLeft 0 16.494620 1716 3220 I CamX : [CORE ] camxnode.cpp:13522 Flush() Flushing Node Stats:0 for requestId 37 on pipeline RealTimeFeatureZSLPreviewRaw:0 numSequencesLeft 0 16.494716 1716 3221 I CamX : [CORE ] camxnode.cpp:13522 Flush() Flushing Node AWB:0 for requestId 37 on pipeline RealTimeFeatureZSLPreviewRaw:0 numSequencesLeft 0 16.494761 1716 3225 I CamX : [CORE ] camxnode.cpp:13522 Flush() Flushing Node IPE:19 for requestId 33 on pipeline RealTimeFeatureZSLPreviewRaw:0 numSequencesLeft 0 16.495639 1716 3225 I CamX : [CORE ] camxnode.cpp:13522 Flush() Flushing Node com.qti.node.gme:0 for requestId 33 on pipeline RealTimeFeatureZSLPreviewRaw:0 numSequencesLeft 0 16.495831 1716 3220 I CamX : [CORE ] camxnode.cpp:13522 Flush() Flushing Node AutoFocus:0 for requestId 36 on pipeline RealTimeFeatureZSLPreviewRaw:0 numSequencesLeft 0 16.496004 1716 3220 I CamX : [CORE ] camxnode.cpp:13522 Flush() Flushing Node Sensor:0 for requestId 36 on pipeline RealTimeFeatureZSLPreviewRaw:0 numSequencesLeft 0 16.496012 1716 3224 I CamX : [CORE ] camxnode.cpp:13522 Flush() Flushing Node IPE:0 for requestId 37 on pipeline RealTimeFeatureZSLPreviewRaw:0 numSequencesLeft 0 16.496039 1716 3220 I CamX : [CORE ] camxnode.cpp:13522 Flush() Flushing Node IFE:0 for requestId 36 on pipeline RealTimeFeatureZSLPreviewRaw:0 numSequencesLeft 0 16.496062 1716 3224 I CamX : [CORE ] camxnode.cpp:13522 Flush() Flushing Node AWB:0 for requestId 36 on pipeline RealTimeFeatureZSLPreviewRaw:0 numSequencesLeft 0 16.496079 1716 3220 I CamX : [CORE ] camxnode.cpp:13522 Flush() Flushing Node Stats:0 for requestId 36 on pipeline RealTimeFeatureZSLPreviewRaw:0 numSequencesLeft 0 16.496091 1716 3224 I CamX : [CORE ] camxnode.cpp:13522 Flush() Flushing Node Sensor:0 for requestId 37 on pipeline RealTimeFeatureZSLPreviewRaw:0 numSequencesLeft 0 16.496101 1716 3220 I CamX : [CORE ] camxnode.cpp:13522 Flush() Flushing Node IFE:0 for requestId 37 on pipeline RealTimeFeatureZSLPreviewRaw:0 numSequencesLeft 0 16.496126 1716 3225 I CamX : [CORE ] camxnode.cpp:13522 Flush() Flushing Node StatsParse:0 for requestId 36 on pipeline RealTimeFeatureZSLPreviewRaw:0 numSequencesLeft 0 16.496384 1716 3225 I CamX : [CORE ] camxnode.cpp:13522 Flush() Flushing Node com.qti.node.gme:0 for requestId 35 on pipeline RealTimeFeatureZSLPreviewRaw:0 numSequencesLeft 0 16.496468 1716 3225 I CamX : [CORE ] camxnode.cpp:13522 Flush() Flushing Node StatsParse:0 for requestId 37 on pipeline RealTimeFeatureZSLPreviewRaw:0 numSequencesLeft 0 16.496466 1716 3220 I CamX : [CORE ] camxnode.cpp:13522 Flush() Flushing Node com.qti.node.gme:0 for requestId 34 on pipeline RealTimeFeatureZSLPreviewRaw:0 numSequencesLeft 0 16.496514 1716 3224 I CamX : [CORE ] camxnode.cpp:13522 Flush() Flushing Node IPE:19 for requestId 35 on pipeline RealTimeFeatureZSLPreviewRaw:0 numSequencesLeft 0 16.496571 1716 3224 I CamX : [CORE ] camxnode.cpp:13522 Flush() Flushing Node EVA:0 for requestId 33 on pipeline RealTimeFeatureZSLPreviewRaw:0 numSequencesLeft 0 16.496599 1716 3224 I CamX : [CORE ] camxnode.cpp:13522 Flush() Flushing Node IPE:0 for requestId 33 on pipeline RealTimeFeatureZSLPreviewRaw:0 numSequencesLeft 0 16.496699 1716 3220 I CamX : [CORE ] camxnode.cpp:13522 Flush() Flushing Node com.qti.node.gme:0 for requestId 36 on pipeline RealTimeFeatureZSLPreviewRaw:0 numSequencesLeft 0 16.496726 1716 3225 I CamX : [CORE ] camxnode.cpp:13522 Flush() Flushing Node IPE:19 for requestId 34 on pipeline RealTimeFeatureZSLPreviewRaw:0 numSequencesLeft 0 16.496788 1716 3224 I CamX : [CORE ] camxnode.cpp:13522 Flush() Flushing Node IPE:19 for requestId 36 on pipeline RealTimeFeatureZSLPreviewRaw:0 numSequencesLeft 0 16.496933 1716 3220 I CamX : [CORE ] camxnode.cpp:13522 Flush() Flushing Node IPE:0 for requestId 35 on pipeline RealTimeFeatureZSLPreviewRaw:0 numSequencesLeft 0 16.496973 1716 3224 I CamX : [CORE ] camxnode.cpp:13522 Flush() Flushing Node EVA:0 for requestId 34 on pipeline RealTimeFeatureZSLPreviewRaw:0 numSequencesLeft 0 16.497093 1716 3223 I CamX : [CORE ] camxnode.cpp:13522 Flush() Flushing Node EVA:0 for requestId 35 on pipeline RealTimeFeatureZSLPreviewRaw:0 numSequencesLeft 0 16.497154 1716 3225 I CamX : [CORE ] camxnode.cpp:13522 Flush() Flushing Node IPE:19 for requestId 37 on pipeline RealTimeFeatureZSLPreviewRaw:0 numSequencesLeft 0 16.497751 1716 3220 I CamX : [CORE ] camxnode.cpp:13522 Flush() Flushing Node FDManager:0 for requestId 34 on pipeline RealTimeFeatureZSLPreviewRaw:0 numSequencesLeft 0 16.497801 1716 3220 I CamX : [CORE ] camxnode.cpp:13522 Flush() Flushing Node FDManager:0 for requestId 36 on pipeline RealTimeFeatureZSLPreviewRaw:0 numSequencesLeft 0 16.497804 1716 3224 I CamX : [CORE ] camxnode.cpp:13522 Flush() Flushing Node IPE:0 for requestId 34 on pipeline RealTimeFeatureZSLPreviewRaw:0 numSequencesLeft 0 16.497919 1716 3220 I CamX : [CORE ] camxnode.cpp:13522 Flush() Flushing Node EVA:0 for requestId 36 on pipeline RealTimeFeatureZSLPreviewRaw:0 numSequencesLeft 0 16.497946 1716 3220 I CamX : [CORE ] camxnode.cpp:13522 Flush() Flushing Node IPE:0 for requestId 36 on pipeline RealTimeFeatureZSLPreviewRaw:0 numSequencesLeft 0 16.497959 1716 3224 I CamX : [CORE ] camxnode.cpp:13522 Flush() Flushing Node EVA:0 for requestId 37 on pipeline RealTimeFeatureZSLPreviewRaw:0 numSequencesLeft 0 16.497976 1716 3221 I CamX : [CORE ] camxnode.cpp:13522 Flush() Flushing Node FDManager:0 for requestId 33 on pipeline RealTimeFeatureZSLPreviewRaw:0 numSequencesLeft 0 16.498140 1716 3221 I CamX : [ INFO][HAL ] camxsession.cpp:4894 ProcessResultMetadata() Metadata NULL during flush for sequenceId: 32 16.498389 1716 3223 I CamX : [CORE ] camxnode.cpp:13522 Flush() Flushing Node FDManager:0 for requestId 35 on pipeline RealTimeFeatureZSLPreviewRaw:0 numSequencesLeft 0 16.498733 1716 3221 I CamX : [ INFO][HAL ] camxhaldevice.cpp:342 ProcessCaptureResult() Returning framework result Frame: 32, Metadata: 0x0, Stream 0xb4000079279f2ba8, Fmt: 35 Width: 1440 Height: 1080 Fence: -1 Status: 1 16.498747 1716 3221 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 32, partial_result 0, result 0x0, num_physcam_metadata 0, num_output_buffers 1 16.498753 1716 3221 I CamX : [CONFIG][HAL ] camxhal3.cpp:2106 process_capture_result() output_buffers[0] : 0xb4000079a7368680, buffer: 0x7a9fb65b40, status: 00000001, stream: 0xb4000079279f2ba8 16.499123 1716 3221 I CamX : [ INFO][HAL ] camxsession.cpp:4894 ProcessResultMetadata() Metadata NULL during flush for sequenceId: 33 16.499339 1716 3220 I CamX : [ INFO][HAL ] camxsession.cpp:4894 ProcessResultMetadata() Metadata NULL during flush for sequenceId: 34 16.499427 1716 3222 I CamX : [CORE ] camxnode.cpp:13522 Flush() Flushing Node FDManager:0 for requestId 37 on pipeline RealTimeFeatureZSLPreviewRaw:0 numSequencesLeft 0 16.499590 1716 3225 I CamX : [ INFO][HAL ] camxsession.cpp:4894 ProcessResultMetadata() Metadata NULL during flush for sequenceId: 35 16.500338 1716 3224 I CamX : [ INFO][HAL ] camxhaldevice.cpp:342 ProcessCaptureResult() Returning framework result Frame: 33, Metadata: 0x0, Stream 0xb4000079279f2ba8, Fmt: 35 Width: 1440 Height: 1080 Fence: -1 Status: 1 16.500351 1716 3224 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 33, partial_result 0, result 0x0, num_physcam_metadata 0, num_output_buffers 1 16.500357 1716 3224 I CamX : [CONFIG][HAL ] camxhal3.cpp:2106 process_capture_result() output_buffers[0] : 0xb4000079a7368680, buffer: 0x7a9fb65b40, status: 00000001, stream: 0xb4000079279f2ba8 16.500764 1716 3224 I CamX : [ INFO][HAL ] camxhaldevice.cpp:342 ProcessCaptureResult() Returning framework result Frame: 34, Metadata: 0x0, Stream 0xb4000079279f2ba8, Fmt: 35 Width: 1440 Height: 1080 Fence: -1 Status: 1 16.500773 1716 3224 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 34, partial_result 0, result 0x0, num_physcam_metadata 0, num_output_buffers 1 16.500780 1716 3224 I CamX : [CONFIG][HAL ] camxhal3.cpp:2106 process_capture_result() output_buffers[0] : 0xb4000079a7368680, buffer: 0x7a9fb65b40, status: 00000001, stream: 0xb4000079279f2ba8 16.501275 1716 3221 I CamX : [ INFO][HAL ] camxhaldevice.cpp:342 ProcessCaptureResult() Returning framework result Frame: 35, Metadata: 0x0, Stream 0xb4000079279f2ba8, Fmt: 35 Width: 1440 Height: 1080 Fence: -1 Status: 1 16.501285 1716 3221 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 35, partial_result 0, result 0x0, num_physcam_metadata 0, num_output_buffers 1 16.501292 1716 3221 I CamX : [CONFIG][HAL ] camxhal3.cpp:2106 process_capture_result() output_buffers[0] : 0xb4000079a7368680, buffer: 0x7a9fb65b40, status: 00000001, stream: 0xb4000079279f2ba8 16.501807 1716 3221 I CamX : [ INFO][HAL ] camxhaldevice.cpp:342 ProcessCaptureResult() Returning framework result Frame: 36, Metadata: 0x0, Stream 0xb4000079279f2ba8, Fmt: 35 Width: 1440 Height: 1080 Fence: -1 Status: 1 16.501815 1716 3221 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 36, partial_result 0, result 0x0, num_physcam_metadata 0, num_output_buffers 1 16.501891 1716 3221 I CamX : [CONFIG][HAL ] camxhal3.cpp:2106 process_capture_result() output_buffers[0] : 0xb4000079a7368680, buffer: 0x7a9fb65b40, status: 00000001, stream: 0xb4000079279f2ba8 16.502168 1716 3221 I CamX : [ INFO][HAL ] camxhaldevice.cpp:342 ProcessCaptureResult() Returning framework result Frame: 37, Metadata: 0x0, Stream 0xb4000079279f2ba8, Fmt: 35 Width: 1440 Height: 1080 Fence: -1 Status: 1 16.502176 1716 3221 I CamX : [CONFIG][HAL ] camxhal3.cpp:2075 process_capture_result() frame_number 37, partial_result 0, result 0x0, num_physcam_metadata 0, num_output_buffers 1 16.502180 1716 3221 I CamX : [CONFIG][HAL ] camxhal3.cpp:2106 process_capture_result() output_buffers[0] : 0xb4000079a7368680, buffer: 0x7a9fb65b40, status: 00000001, stream: 0xb4000079279f2ba8 16.506255 1716 15825 I CamX : [CORE ] camxpipeline.h:2371 SaveFlushInfo() Pipeline:RealTimeFeatureZSLPreviewRaw Saving lastFlushRequestId: 37 flushType: 0 16.506279 1716 15825 I CamX : [CORE ] camxsession.cpp:1266 Flush() Flush took 12 ms. Session (0xb4000079d5e0d000) RealTimeFeatureZSLPreviewRaw 16.506288 1716 15825 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:1072 ExecuteFlushHelper() pSessionData isFlushInProgress FALSE Feature RealTime Session RealTime 16.506453 1716 12428 I CamX : [CORE ] camxsession.cpp:1283 Pause() Pause:0 session 0xb4000079a7751000 MfsrPrefilter, MfsrBlend, MfsrEqualization, MfsrPostFilter 16.506463 1716 12428 I CamX : [CORE ] camxdeferredrequestqueue.cpp:91 Pause() DRQ is resuming, session 0xb4000079a7751000 16.506482 1716 12429 I CamX : [CORE ] camxsession.cpp:1283 Pause() Pause:0 session 0xb40000799320d000 ZSLSnapshotYUVHAL 16.506495 1716 12429 I CamX : [CORE ] camxdeferredrequestqueue.cpp:91 Pause() DRQ is resuming, session 0xb40000799320d000 16.506511 1716 12425 I CamX : [CORE ] camxsession.cpp:1283 Pause() Pause:0 session 0xb40000798900d000 ZSLSnapshotFormatConvertor 16.506523 1716 12425 I CamX : [CORE ] camxdeferredrequestqueue.cpp:91 Pause() DRQ is resuming, session 0xb40000798900d000 16.506531 1716 12429 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:15659 DeActivatePipeline() Bayer2Yuv DeActivatePipeline name ZSLSnapshotYUVHAL 16.506538 1716 12428 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:15659 DeActivatePipeline() MMF DeActivatePipeline name MfsrPrefilter 16.506540 1716 12429 I CamX : [CORE ] camxsession.cpp:10744 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to TRUE (Fwk Frame Num: 0, StreamOffPipeline: 0xb40000794f7d2c00) 16.506543 1716 12428 I CamX : [CORE ] camxsession.cpp:10744 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to TRUE (Fwk Frame Num: 0, StreamOffPipeline: 0xb40000792488d300) 16.506546 1716 12429 I CamX : [CORE ] camxsession.cpp:10750 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to FALSE 16.506547 1716 12428 I CamX : [CORE ] camxsession.cpp:10750 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to FALSE 16.506550 1716 12425 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:15659 DeActivatePipeline() FormatConvertor DeActivatePipeline name ZSLSnapshotFormatConvertor 16.506553 1716 12428 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:15659 DeActivatePipeline() MMF DeActivatePipeline name MfsrBlend 16.506556 1716 12425 I CamX : [CORE ] camxsession.cpp:10744 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to TRUE (Fwk Frame Num: 0, StreamOffPipeline: 0xb400007940bebec0) 16.506556 1716 12428 I CamX : [CORE ] camxsession.cpp:10744 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to TRUE (Fwk Frame Num: 0, StreamOffPipeline: 0xb40000792488d300) 16.506558 1716 12429 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:1072 ExecuteFlushHelper() pSessionData isFlushInProgress FALSE Feature Bayer2Yuv Session Bayer2Yuv 16.506560 1716 12428 I CamX : [CORE ] camxsession.cpp:10750 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to FALSE 16.506560 1716 12425 I CamX : [CORE ] camxsession.cpp:10750 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to FALSE 16.506564 1716 12428 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:15659 DeActivatePipeline() MMF DeActivatePipeline name MfsrEqualization 16.506565 1716 12425 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:1072 ExecuteFlushHelper() pSessionData isFlushInProgress FALSE Feature FormatConvertor Session FORMATCONVERTOR 16.506567 1716 12428 I CamX : [CORE ] camxsession.cpp:10744 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to TRUE (Fwk Frame Num: 0, StreamOffPipeline: 0xb40000792488d300) 16.506570 1716 12428 I CamX : [CORE ] camxsession.cpp:10750 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to FALSE 16.506574 1716 12428 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:15659 DeActivatePipeline() MMF DeActivatePipeline name MfsrPostFilter 16.506577 1716 12428 I CamX : [CORE ] camxsession.cpp:10744 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to TRUE (Fwk Frame Num: 0, StreamOffPipeline: 0xb40000792488d300) 16.506579 1716 12428 I CamX : [CORE ] camxsession.cpp:10750 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to FALSE 16.506583 1716 12428 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:1072 ExecuteFlushHelper() pSessionData isFlushInProgress FALSE Feature MMF Session MFSR 16.506652 1716 15825 I CamX : [CORE ] camxsession.cpp:1283 Pause() Pause:0 session 0xb4000079d5e0d000 RealTimeFeatureZSLPreviewRaw 16.506663 1716 15825 I CamX : [CORE ] camxdeferredrequestqueue.cpp:91 Pause() DRQ is resuming, session 0xb4000079d5e0d000 16.506915 1716 15825 I CamX : [CORE ] camxpipeline.h:2371 SaveFlushInfo() Pipeline:RealTimeFeatureZSLPreviewRaw Saving lastFlushRequestId: 37 flushType: 0 16.506931 1716 15825 I CamX : [CORE ] camxsession.cpp:1266 Flush() Flush took 1 ms. Session (0xb4000079d5e0d000) RealTimeFeatureZSLPreviewRaw 16.506938 1716 15825 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:1072 ExecuteFlushHelper() pSessionData isFlushInProgress FALSE Feature RealTime Session RealTime 16.507117 1716 12427 I CamX : [CORE ] camxsession.cpp:1283 Pause() Pause:0 session 0xb4000079a7751000 MfsrPrefilter, MfsrBlend, MfsrEqualization, MfsrPostFilter 16.507126 1716 12427 I CamX : [CORE ] camxdeferredrequestqueue.cpp:91 Pause() DRQ is resuming, session 0xb4000079a7751000 16.507139 1716 12426 I CamX : [CORE ] camxsession.cpp:1283 Pause() Pause:0 session 0xb40000799320d000 ZSLSnapshotYUVHAL 16.507151 1716 12426 I CamX : [CORE ] camxdeferredrequestqueue.cpp:91 Pause() DRQ is resuming, session 0xb40000799320d000 16.507181 1716 12426 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:15659 DeActivatePipeline() Bayer2Yuv DeActivatePipeline name ZSLSnapshotYUVHAL 16.507186 1716 12426 I CamX : [CORE ] camxsession.cpp:10744 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to TRUE (Fwk Frame Num: 0, StreamOffPipeline: 0xb40000794f7d2c00) 16.507190 1716 12426 I CamX : [CORE ] camxsession.cpp:10750 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to FALSE 16.507194 1716 12426 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:1072 ExecuteFlushHelper() pSessionData isFlushInProgress FALSE Feature Bayer2Yuv Session Bayer2Yuv 16.507200 1716 12426 I CamX : [CORE ] camxsession.cpp:1283 Pause() Pause:0 session 0xb40000798900d000 ZSLSnapshotFormatConvertor 16.507204 1716 12426 I CamX : [CORE ] camxdeferredrequestqueue.cpp:91 Pause() DRQ is resuming, session 0xb40000798900d000 16.507204 1716 12427 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:15659 DeActivatePipeline() MMF DeActivatePipeline name MfsrPrefilter 16.507209 1716 12427 I CamX : [CORE ] camxsession.cpp:10744 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to TRUE (Fwk Frame Num: 0, StreamOffPipeline: 0xb40000792488d300) 16.507213 1716 12427 I CamX : [CORE ] camxsession.cpp:10750 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to FALSE 16.507217 1716 12427 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:15659 DeActivatePipeline() MMF DeActivatePipeline name MfsrBlend 16.507218 1716 12426 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:15659 DeActivatePipeline() FormatConvertor DeActivatePipeline name ZSLSnapshotFormatConvertor 16.507222 1716 12427 I CamX : [CORE ] camxsession.cpp:10744 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to TRUE (Fwk Frame Num: 0, StreamOffPipeline: 0xb40000792488d300) 16.507223 1716 12426 I CamX : [CORE ] camxsession.cpp:10744 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to TRUE (Fwk Frame Num: 0, StreamOffPipeline: 0xb400007940bebec0) 16.507226 1716 12427 I CamX : [CORE ] camxsession.cpp:10750 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to FALSE 16.507227 1716 12426 I CamX : [CORE ] camxsession.cpp:10750 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to FALSE 16.507231 1716 12427 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:15659 DeActivatePipeline() MMF DeActivatePipeline name MfsrEqualization 16.507231 1716 12426 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:1072 ExecuteFlushHelper() pSessionData isFlushInProgress FALSE Feature FormatConvertor Session FORMATCONVERTOR 16.507235 1716 12427 I CamX : [CORE ] camxsession.cpp:10744 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to TRUE (Fwk Frame Num: 0, StreamOffPipeline: 0xb40000792488d300) 16.507238 1716 12427 I CamX : [CORE ] camxsession.cpp:10750 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to FALSE 16.507242 1716 12427 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:15659 DeActivatePipeline() MMF DeActivatePipeline name MfsrPostFilter 16.507245 1716 12427 I CamX : [CORE ] camxsession.cpp:10744 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to TRUE (Fwk Frame Num: 0, StreamOffPipeline: 0xb40000792488d300) 16.507248 1716 12427 I CamX : [CORE ] camxsession.cpp:10750 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to FALSE 16.507251 1716 12427 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:1072 ExecuteFlushHelper() pSessionData isFlushInProgress FALSE Feature MMF Session MFSR 16.507323 1716 15825 I CamX : [HAL ] camxhal3.cpp:1950 flush() HalOp: End FLUSH: 0xb4000079d4637010 with result 0, logicalCameraId: 0, cameraId: 0 16.515288 1716 15825 I CamX : [HAL ] camxhal3.cpp:1938 flush() HalOp: Begin FLUSH: 0xb4000079d4637010, logicalCameraId: 0, cameraId: 0 16.515300 1716 15825 I CamX : [ INFO][HAL ] camxhaldevice.cpp:3361 LogFrameworkRequests() m_frameworkRequests is empty latestFrameworkRequestIndex: -1 16.515806 1716 15825 I CamX : [CORE ] camxsession.cpp:1283 Pause() Pause:0 session 0xb4000079d5e0d000 RealTimeFeatureZSLPreviewRaw 16.515813 1716 15825 I CamX : [CORE ] camxdeferredrequestqueue.cpp:91 Pause() DRQ is resuming, session 0xb4000079d5e0d000 16.516131 1716 15825 I CamX : [CORE ] camxpipeline.h:2371 SaveFlushInfo() Pipeline:RealTimeFeatureZSLPreviewRaw Saving lastFlushRequestId: 37 flushType: 0 16.516154 1716 15825 I CamX : [CORE ] camxsession.cpp:1266 Flush() Flush took 0 ms. Session (0xb4000079d5e0d000) RealTimeFeatureZSLPreviewRaw 16.516162 1716 15825 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:1072 ExecuteFlushHelper() pSessionData isFlushInProgress FALSE Feature RealTime Session RealTime 16.516384 1716 12428 I CamX : [CORE ] camxsession.cpp:1283 Pause() Pause:0 session 0xb4000079a7751000 MfsrPrefilter, MfsrBlend, MfsrEqualization, MfsrPostFilter 16.516394 1716 12428 I CamX : [CORE ] camxdeferredrequestqueue.cpp:91 Pause() DRQ is resuming, session 0xb4000079a7751000 16.516464 1716 12428 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:15659 DeActivatePipeline() MMF DeActivatePipeline name MfsrPrefilter 16.516471 1716 12428 I CamX : [CORE ] camxsession.cpp:10744 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to TRUE (Fwk Frame Num: 0, StreamOffPipeline: 0xb40000792488d300) 16.516475 1716 12428 I CamX : [CORE ] camxsession.cpp:10750 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to FALSE 16.516480 1716 12428 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:15659 DeActivatePipeline() MMF DeActivatePipeline name MfsrBlend 16.516484 1716 12428 I CamX : [CORE ] camxsession.cpp:10744 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to TRUE (Fwk Frame Num: 0, StreamOffPipeline: 0xb40000792488d300) 16.516487 1716 12428 I CamX : [CORE ] camxsession.cpp:10750 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to FALSE 16.516490 1716 12428 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:15659 DeActivatePipeline() MMF DeActivatePipeline name MfsrEqualization 16.516493 1716 12428 I CamX : [CORE ] camxsession.cpp:10744 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to TRUE (Fwk Frame Num: 0, StreamOffPipeline: 0xb40000792488d300) 16.516496 1716 12428 I CamX : [CORE ] camxsession.cpp:10750 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to FALSE 16.516500 1716 12428 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:15659 DeActivatePipeline() MMF DeActivatePipeline name MfsrPostFilter 16.516503 1716 12428 I CamX : [CORE ] camxsession.cpp:10744 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to TRUE (Fwk Frame Num: 0, StreamOffPipeline: 0xb40000792488d300) 16.516505 1716 12428 I CamX : [CORE ] camxsession.cpp:10750 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to FALSE 16.516509 1716 12428 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:1072 ExecuteFlushHelper() pSessionData isFlushInProgress FALSE Feature MMF Session MFSR 16.516514 1716 12428 I CamX : [CORE ] camxsession.cpp:1283 Pause() Pause:0 session 0xb40000799320d000 ZSLSnapshotYUVHAL 16.516518 1716 12428 I CamX : [CORE ] camxdeferredrequestqueue.cpp:91 Pause() DRQ is resuming, session 0xb40000799320d000 16.516535 1716 12428 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:15659 DeActivatePipeline() Bayer2Yuv DeActivatePipeline name ZSLSnapshotYUVHAL 16.516538 1716 12428 I CamX : [CORE ] camxsession.cpp:10744 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to TRUE (Fwk Frame Num: 0, StreamOffPipeline: 0xb40000794f7d2c00) 16.516541 1716 12428 I CamX : [CORE ] camxsession.cpp:10750 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to FALSE 16.516544 1716 12428 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:1072 ExecuteFlushHelper() pSessionData isFlushInProgress FALSE Feature Bayer2Yuv Session Bayer2Yuv 16.516549 1716 12428 I CamX : [CORE ] camxsession.cpp:1283 Pause() Pause:0 session 0xb40000798900d000 ZSLSnapshotFormatConvertor 16.516552 1716 12428 I CamX : [CORE ] camxdeferredrequestqueue.cpp:91 Pause() DRQ is resuming, session 0xb40000798900d000 16.516566 1716 12428 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:15659 DeActivatePipeline() FormatConvertor DeActivatePipeline name ZSLSnapshotFormatConvertor 16.516570 1716 12428 I CamX : [CORE ] camxsession.cpp:10744 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to TRUE (Fwk Frame Num: 0, StreamOffPipeline: 0xb400007940bebec0) 16.516573 1716 12428 I CamX : [CORE ] camxsession.cpp:10750 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to FALSE 16.516576 1716 12428 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:1072 ExecuteFlushHelper() pSessionData isFlushInProgress FALSE Feature FormatConvertor Session FORMATCONVERTOR 16.516699 1716 15825 I CamX : [CORE ] camxsession.cpp:1283 Pause() Pause:0 session 0xb4000079d5e0d000 RealTimeFeatureZSLPreviewRaw 16.516705 1716 15825 I CamX : [CORE ] camxdeferredrequestqueue.cpp:91 Pause() DRQ is resuming, session 0xb4000079d5e0d000 16.516866 1716 15825 I CamX : [CORE ] camxpipeline.h:2371 SaveFlushInfo() Pipeline:RealTimeFeatureZSLPreviewRaw Saving lastFlushRequestId: 37 flushType: 0 16.516876 1716 15825 I CamX : [CORE ] camxsession.cpp:1266 Flush() Flush took 1 ms. Session (0xb4000079d5e0d000) RealTimeFeatureZSLPreviewRaw 16.516880 1716 15825 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:1072 ExecuteFlushHelper() pSessionData isFlushInProgress FALSE Feature RealTime Session RealTime 16.517019 1716 12428 I CamX : [CORE ] camxsession.cpp:1283 Pause() Pause:0 session 0xb40000799320d000 ZSLSnapshotYUVHAL 16.517023 1716 12428 I CamX : [CORE ] camxdeferredrequestqueue.cpp:91 Pause() DRQ is resuming, session 0xb40000799320d000 16.517022 1716 12426 I CamX : [CORE ] camxsession.cpp:1283 Pause() Pause:0 session 0xb4000079a7751000 MfsrPrefilter, MfsrBlend, MfsrEqualization, MfsrPostFilter 16.517034 1716 12426 I CamX : [CORE ] camxdeferredrequestqueue.cpp:91 Pause() DRQ is resuming, session 0xb4000079a7751000 16.517043 1716 12428 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:15659 DeActivatePipeline() Bayer2Yuv DeActivatePipeline name ZSLSnapshotYUVHAL 16.517047 1716 12428 I CamX : [CORE ] camxsession.cpp:10744 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to TRUE (Fwk Frame Num: 0, StreamOffPipeline: 0xb40000794f7d2c00) 16.517051 1716 12428 I CamX : [CORE ] camxsession.cpp:10750 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to FALSE 16.517055 1716 12428 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:1072 ExecuteFlushHelper() pSessionData isFlushInProgress FALSE Feature Bayer2Yuv Session Bayer2Yuv 16.517059 1716 12428 I CamX : [CORE ] camxsession.cpp:1283 Pause() Pause:0 session 0xb40000798900d000 ZSLSnapshotFormatConvertor 16.517062 1716 12428 I CamX : [CORE ] camxdeferredrequestqueue.cpp:91 Pause() DRQ is resuming, session 0xb40000798900d000 16.517075 1716 12428 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:15659 DeActivatePipeline() FormatConvertor DeActivatePipeline name ZSLSnapshotFormatConvertor 16.517078 1716 12428 I CamX : [CORE ] camxsession.cpp:10744 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to TRUE (Fwk Frame Num: 0, StreamOffPipeline: 0xb400007940bebec0) 16.517080 1716 12428 I CamX : [CORE ] camxsession.cpp:10750 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to FALSE 16.517083 1716 12428 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:1072 ExecuteFlushHelper() pSessionData isFlushInProgress FALSE Feature FormatConvertor Session FORMATCONVERTOR 16.517119 1716 12426 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:15659 DeActivatePipeline() MMF DeActivatePipeline name MfsrPrefilter 16.517125 1716 12426 I CamX : [CORE ] camxsession.cpp:10744 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to TRUE (Fwk Frame Num: 0, StreamOffPipeline: 0xb40000792488d300) 16.517128 1716 12426 I CamX : [CORE ] camxsession.cpp:10750 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to FALSE 16.517133 1716 12426 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:15659 DeActivatePipeline() MMF DeActivatePipeline name MfsrBlend 16.517137 1716 12426 I CamX : [CORE ] camxsession.cpp:10744 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to TRUE (Fwk Frame Num: 0, StreamOffPipeline: 0xb40000792488d300) 16.517140 1716 12426 I CamX : [CORE ] camxsession.cpp:10750 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to FALSE 16.517143 1716 12426 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:15659 DeActivatePipeline() MMF DeActivatePipeline name MfsrEqualization 16.517147 1716 12426 I CamX : [CORE ] camxsession.cpp:10744 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to TRUE (Fwk Frame Num: 0, StreamOffPipeline: 0xb40000792488d300) 16.517150 1716 12426 I CamX : [CORE ] camxsession.cpp:10750 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to FALSE 16.517153 1716 12426 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:15659 DeActivatePipeline() MMF DeActivatePipeline name MfsrPostFilter 16.517158 1716 12426 I CamX : [CORE ] camxsession.cpp:10744 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to TRUE (Fwk Frame Num: 0, StreamOffPipeline: 0xb40000792488d300) 16.517161 1716 12426 I CamX : [CORE ] camxsession.cpp:10750 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to FALSE 16.517165 1716 12426 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:1072 ExecuteFlushHelper() pSessionData isFlushInProgress FALSE Feature MMF Session MFSR 16.517326 1716 15825 I CamX : [HAL ] camxhal3.cpp:1950 flush() HalOp: End FLUSH: 0xb4000079d4637010 with result 0, logicalCameraId: 0, cameraId: 0 16.518369 1716 15825 I CamX : [ INFO][HAL ] camxhal3.cpp:1136 close() close(): 0xb4000079d4637010 16.518379 1716 15825 I CamX : [HAL ] camxhal3.cpp:1158 close() HalOp: Begin CLOSE, logicalCameraId: 0, cameraId: 0 16.518784 1716 15825 I CamX : 16.525017 1716 15825 I CamX : [ INFO][HAL ] camxhal3.cpp:1169 close() Close: overrideCameraClose is 15 , overrideCameraOpen is 0 16.525039 1716 15825 I CamX : [ INFO][HAL ] camxhaldevice.cpp:3361 LogFrameworkRequests() m_frameworkRequests is empty latestFrameworkRequestIndex: -1 16.525254 1716 15825 I CamX : [CORE ] camxsession.cpp:1283 Pause() Pause:0 session 0xb4000079d5e0d000 RealTimeFeatureZSLPreviewRaw 16.525265 1716 15825 I CamX : [CORE ] camxdeferredrequestqueue.cpp:91 Pause() DRQ is resuming, session 0xb4000079d5e0d000 16.525551 1716 15825 I CamX : [CORE ] camxpipeline.h:2371 SaveFlushInfo() Pipeline:RealTimeFeatureZSLPreviewRaw Saving lastFlushRequestId: 37 flushType: 0 16.525573 1716 15825 I CamX : [CORE ] camxsession.cpp:1266 Flush() Flush took 0 ms. Session (0xb4000079d5e0d000) RealTimeFeatureZSLPreviewRaw 16.525581 1716 15825 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:1072 ExecuteFlushHelper() pSessionData isFlushInProgress FALSE Feature RealTime Session RealTime 16.525719 1716 12425 I CamX : [CORE ] camxsession.cpp:1283 Pause() Pause:0 session 0xb4000079a7751000 MfsrPrefilter, MfsrBlend, MfsrEqualization, MfsrPostFilter 16.525731 1716 12425 I CamX : [CORE ] camxdeferredrequestqueue.cpp:91 Pause() DRQ is resuming, session 0xb4000079a7751000 16.525737 1716 12428 I CamX : [CORE ] camxsession.cpp:1283 Pause() Pause:0 session 0xb40000799320d000 ZSLSnapshotYUVHAL 16.525746 1716 12428 I CamX : [CORE ] camxdeferredrequestqueue.cpp:91 Pause() DRQ is resuming, session 0xb40000799320d000 16.525775 1716 12428 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:15659 DeActivatePipeline() Bayer2Yuv DeActivatePipeline name ZSLSnapshotYUVHAL 16.525781 1716 12428 I CamX : [CORE ] camxsession.cpp:10744 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to TRUE (Fwk Frame Num: 0, StreamOffPipeline: 0xb40000794f7d2c00) 16.525785 1716 12428 I CamX : [CORE ] camxsession.cpp:10750 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to FALSE 16.525790 1716 12428 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:1072 ExecuteFlushHelper() pSessionData isFlushInProgress FALSE Feature Bayer2Yuv Session Bayer2Yuv 16.525798 1716 12428 I CamX : [CORE ] camxsession.cpp:1283 Pause() Pause:0 session 0xb40000798900d000 ZSLSnapshotFormatConvertor 16.525802 1716 12428 I CamX : [CORE ] camxdeferredrequestqueue.cpp:91 Pause() DRQ is resuming, session 0xb40000798900d000 16.525817 1716 12428 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:15659 DeActivatePipeline() FormatConvertor DeActivatePipeline name ZSLSnapshotFormatConvertor 16.525887 1716 12428 I CamX : [CORE ] camxsession.cpp:10744 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to TRUE (Fwk Frame Num: 0, StreamOffPipeline: 0xb400007940bebec0) 16.525885 1716 12425 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:15659 DeActivatePipeline() MMF DeActivatePipeline name MfsrPrefilter 16.525891 1716 12428 I CamX : [CORE ] camxsession.cpp:10750 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to FALSE 16.525894 1716 12425 I CamX : [CORE ] camxsession.cpp:10744 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to TRUE (Fwk Frame Num: 0, StreamOffPipeline: 0xb40000792488d300) 16.525895 1716 12428 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:1072 ExecuteFlushHelper() pSessionData isFlushInProgress FALSE Feature FormatConvertor Session FORMATCONVERTOR 16.525901 1716 12425 I CamX : [CORE ] camxsession.cpp:10750 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to FALSE 16.525908 1716 12425 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:15659 DeActivatePipeline() MMF DeActivatePipeline name MfsrBlend 16.525913 1716 12425 I CamX : [CORE ] camxsession.cpp:10744 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to TRUE (Fwk Frame Num: 0, StreamOffPipeline: 0xb40000792488d300) 16.525917 1716 12425 I CamX : [CORE ] camxsession.cpp:10750 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to FALSE 16.525922 1716 12425 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:15659 DeActivatePipeline() MMF DeActivatePipeline name MfsrEqualization 16.525927 1716 12425 I CamX : [CORE ] camxsession.cpp:10744 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to TRUE (Fwk Frame Num: 0, StreamOffPipeline: 0xb40000792488d300) 16.525930 1716 12425 I CamX : [CORE ] camxsession.cpp:10750 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to FALSE 16.525936 1716 12425 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:15659 DeActivatePipeline() MMF DeActivatePipeline name MfsrPostFilter 16.525940 1716 12425 I CamX : [CORE ] camxsession.cpp:10744 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to TRUE (Fwk Frame Num: 0, StreamOffPipeline: 0xb40000792488d300) 16.525944 1716 12425 I CamX : [CORE ] camxsession.cpp:10750 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to FALSE 16.525949 1716 12425 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:1072 ExecuteFlushHelper() pSessionData isFlushInProgress FALSE Feature MMF Session MFSR 16.526379 1716 15825 I CHIUSECASE: [CORE_CFG ] chifeature2base.cpp:5521 AsyncDestroyJobs() DeActivatePipeline name RealTimeFeatureZSLPreviewRaw 16.526390 1716 15825 I CamX : [CORE ] camxsession.cpp:10744 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to TRUE (Fwk Frame Num: 36, StreamOffPipeline: 0xb400007919890d00) 16.526395 1716 15825 I CamX : [CORE ] camxsession.cpp:10750 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to FALSE 16.529997 1716 15825 I CamX : [CORE ] camxpipeline.cpp:1480 StreamOff() [OP_EXT]RealTimeFeatureZSLPreviewRaw_0_cam_0 Streaming Off successful:0xb400007920d0f000, last request id 37 is real time 1 cam Id: 0 mode : 1 hasFlushOccurred: 0 16.530007 1716 15825 I CamX : [CORE ] camxpipeline.h:3497 SetPipelineStatus() RealTimeFeatureZSLPreviewRaw_0_cam_0 status is now PipelineStatus::STREAM_OFF 16.530231 1716 15825 I CamX : [CORE ] camxpipeline.h:3497 SetPipelineStatus() RealTimeFeatureZSLPreviewRaw_0_cam_0 status is now PipelineStatus::RESOURCES_RELEASED 16.530277 1716 15825 I CamX : 16.530297 1716 15825 I CamX : [CORE ] camxsession.cpp:1283 Pause() Pause:0 session 0xb4000079d5e0d000 RealTimeFeatureZSLPreviewRaw 16.530301 1716 15825 I CamX : [CORE ] camxdeferredrequestqueue.cpp:91 Pause() DRQ is resuming, session 0xb4000079d5e0d000 16.530455 1716 15825 I CamX : [CORE ] camxsession.cpp:1283 Pause() Pause:0 session 0xb4000079d5e0d000 RealTimeFeatureZSLPreviewRaw 16.530461 1716 15825 I CamX : [CORE ] camxdeferredrequestqueue.cpp:91 Pause() DRQ is resuming, session 0xb4000079d5e0d000 16.530698 1716 15825 I CamX : [CORE ] camxsession.cpp:1372 Destroy() exit Bad file descriptor camera 0 thread 2841009328 16.533647 1716 15825 I CamX : [CORE ] camxsession.cpp:1707 Destroy() Session (0xb4000079d5e0d000) Destroy RealTimeFeatureZSLPreviewRaw 16.533867 1716 15825 I CamX : [CORE ] camxsession.cpp:1283 Pause() Pause:0 session 0xb4000079a7751000 MfsrPrefilter, MfsrBlend, MfsrEqualization, MfsrPostFilter 16.533874 1716 15825 I CamX : [CORE ] camxdeferredrequestqueue.cpp:91 Pause() DRQ is resuming, session 0xb4000079a7751000 16.533943 1716 15825 I CamX : [CORE ] camxsession.cpp:1283 Pause() Pause:0 session 0xb4000079a7751000 MfsrPrefilter, MfsrBlend, MfsrEqualization, MfsrPostFilter 16.533945 1716 15825 I CamX : [CORE ] camxdeferredrequestqueue.cpp:91 Pause() DRQ is resuming, session 0xb4000079a7751000 16.533999 1716 12424 I CamX : [CORE ] camxpipeline.cpp:270 Destroy() Destroying RealTimeFeatureZSLPreviewRaw_0 16.536220 1716 15825 I CamX : [CORE ] camxsession.cpp:1707 Destroy() Session (0xb4000079a7751000) Destroy MfsrPrefilter, MfsrBlend, MfsrEqualization, MfsrPostFilter 16.536457 1716 15825 I CamX : [CORE ] camxsession.cpp:1283 Pause() Pause:0 session 0xb40000799320d000 ZSLSnapshotYUVHAL 16.536465 1716 15825 I CamX : [CORE ] camxdeferredrequestqueue.cpp:91 Pause() DRQ is resuming, session 0xb40000799320d000 16.536450 1716 12429 I CamX : [CORE ] camxpipeline.cpp:270 Destroy() Destroying MfsrEqualization_2 16.536499 1716 15825 I CamX : [CORE ] camxsession.cpp:1283 Pause() Pause:0 session 0xb40000799320d000 ZSLSnapshotYUVHAL 16.536501 1716 15825 I CamX : [CORE ] camxdeferredrequestqueue.cpp:91 Pause() DRQ is resuming, session 0xb40000799320d000 16.536490 1716 12426 I CamX : [CORE ] camxpipeline.cpp:270 Destroy() Destroying MfsrPrefilter_0 16.536865 1716 12427 I CamX : [CORE ] camxpipeline.cpp:270 Destroy() Destroying MfsrBlend_1 16.536871 1716 15825 I CamX : [CORE ] camxsession.cpp:1707 Destroy() Session (0xb40000799320d000) Destroy ZSLSnapshotYUVHAL 16.536931 1716 15825 I CamX : [CORE ] camxsession.cpp:1283 Pause() Pause:0 session 0xb40000798900d000 ZSLSnapshotFormatConvertor 16.536939 1716 15825 I CamX : [CORE ] camxdeferredrequestqueue.cpp:91 Pause() DRQ is resuming, session 0xb40000798900d000 16.536965 1716 15825 I CamX : [CORE ] camxsession.cpp:1283 Pause() Pause:0 session 0xb40000798900d000 ZSLSnapshotFormatConvertor 16.536968 1716 15825 I CamX : [CORE ] camxdeferredrequestqueue.cpp:91 Pause() DRQ is resuming, session 0xb40000798900d000 16.537098 1716 12428 I CamX : [CORE ] camxpipeline.cpp:270 Destroy() Destroying MfsrPostFilter_3 16.537307 1716 15825 I CamX : [CORE ] camxsession.cpp:1707 Destroy() Session (0xb40000798900d000) Destroy ZSLSnapshotFormatConvertor 16.537504 1716 12426 I CamX : [CORE ] camxpipeline.cpp:270 Destroy() Destroying ZSLSnapshotYUVHAL_0 16.537531 1716 12425 I CamX : [CORE ] camxpipeline.cpp:270 Destroy() Destroying ZSLSnapshotFormatConvertor_0 16.539674 1716 12429 I CamX : [ INFO][HAL ] camxchicontext.cpp:4372 ReleaseGlobalUsecaseMetadataPool() Invalidate Global usecase pool for id 0 16.540508 1716 15825 D CHIUSECASE: ZoomTranslatorProxy::~ZoomTranslatorProxy() 16.565919 1716 5188 D CHIUSECASE: [DEBUG ] cameraextcmd.cpp:698 readSmapsRollup() Pss=296391 16.565931 1716 5188 D CHIUSECASE: [DEBUG ] cameraextcmd.cpp:707 readSmapsRollup() Pss+swap=394295 16.565948 1716 5188 D CHIUSECASE: [DEBUG ] cameraextcmd.cpp:726 getPss() smapsPss=394295 total=394295kb 16.582730 1716 12424 I CamX : [CONFIG][CORE ] camxpipeline.cpp:3467 DestroyNodes() Trigger restart clients to resource manager 16.592507 1716 15825 I CHIUSECASE: [CORE_CFG ] chxextensionmodule.cpp:5397 TeardownOverrideSession() clear m_logicalCameraInfo[0].m_pCamera3Device=0xb4000079d4637010 16.593149 1716 12417 I CHIUSECASE: [CORE_CFG ] chxextensionmodule.cpp:6277 RequestThreadProcessing() Terminating recovery thread for logical cameraId: 0 16.594665 1716 15825 D CHIUSECASE: [DEBUG ] extensionlayer.cpp:860 TeardownOverrideSession() [OP_EXT] DESTROY_SESSION X 16.594757 1716 15825 D CHIUSECASE: [DEBUG ] chxextensionmodule.cpp:1473 RemapCameraId() logicalCameraId -1, physicalCameraId -1, cameraId 0, pPrimaryCameraIndex 0 16.594769 1716 15825 I CamX : [ INFO][HAL ] camxhal3module.cpp:545 SetTorchModeInternal() Torch notify state is (inReleaseMode = 1, dropCallbacks = 0) 16.595394 1716 15825 I CamX : [ INFO][HAL ] camxhal3module.cpp:545 SetTorchModeInternal() Torch notify state is (inReleaseMode = 1, dropCallbacks = 0) 16.603229 1716 15825 I CamX : [ INFO][HAL ] camxhal3module.cpp:545 SetTorchModeInternal() Torch notify state is (inReleaseMode = 1, dropCallbacks = 0) 16.605645 1716 15825 I CamX : [ INFO][HAL ] camxhal3module.cpp:545 SetTorchModeInternal() Torch notify state is (inReleaseMode = 1, dropCallbacks = 0) 16.608333 1716 15825 I CamX : [HAL ] camxhaldevice.cpp:2306 CloseCachedSensorHandles() Releasing resources for Logical CameraID=0, PhysicalID=0 16.608354 1716 15825 I CamX : [HAL ] camxhal3.cpp:1186 close() HalOp: End CLOSE, logicalCameraId: 0, cameraId: 0 16.608362 1716 15825 I CamX : [HAL ] camxthermalmanager.cpp:214 UnregisterHALDevice() Unregistered pHALDevice=0xb4000079d4637000 CameraId=0 16.851269 1716 15825 I CamX : [CORE ] camxsession.cpp:10744 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to TRUE (Fwk Frame Num: 1, StreamOffPipeline: 0xb4000079097fc540) 16.851326 1716 15825 I CamX : [CORE ] camxsession.cpp:10750 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to FALSE 16.851347 1716 15825 I CamX : [CORE ] camxsession.cpp:1283 Pause() Pause:0 session 0xb40000790ad2f000 OfflineYuv2Yuv 16.851351 1716 15825 I CamX : [CORE ] camxdeferredrequestqueue.cpp:91 Pause() DRQ is resuming, session 0xb40000790ad2f000 16.851370 1716 15825 I CamX : [CORE ] camxsession.cpp:1283 Pause() Pause:0 session 0xb40000790ad2f000 OfflineYuv2Yuv 16.851372 1716 15825 I CamX : [CORE ] camxdeferredrequestqueue.cpp:91 Pause() DRQ is resuming, session 0xb40000790ad2f000 16.851742 1716 15825 I CamX : [CORE ] camxsession.cpp:1707 Destroy() Session (0xb40000790ad2f000) Destroy OfflineYuv2Yuv 16.851851 1716 12226 I CamX : [CORE ] camxpipeline.cpp:270 Destroy() Destroying OfflineYuv2Yuv_0 16.858052 1716 15825 I CamX : [CORE ] camxsession.cpp:10744 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to TRUE (Fwk Frame Num: 1, StreamOffPipeline: 0xb4000079241b4200) 16.858071 1716 15825 I CamX : [CORE ] camxsession.cpp:10750 SetStreamOffPipelineSync() Set Stream Off Pipeline Sync to FALSE 16.858087 1716 15825 I CamX : [CORE ] camxsession.cpp:1283 Pause() Pause:0 session 0xb40000791f80d000 OfflineYuv2Jpeg 16.858094 1716 15825 I CamX : [CORE ] camxdeferredrequestqueue.cpp:91 Pause() DRQ is resuming, session 0xb40000791f80d000 16.858411 1716 15825 I CamX : [CORE ] camxsession.cpp:1283 Pause() Pause:0 session 0xb40000791f80d000 OfflineYuv2Jpeg 16.858428 1716 15825 I CamX : [CORE ] camxdeferredrequestqueue.cpp:91 Pause() DRQ is resuming, session 0xb40000791f80d000 16.858956 1716 15825 I CamX : [CORE ] camxsession.cpp:1707 Destroy() Session (0xb40000791f80d000) Destroy OfflineYuv2Jpeg 16.859067 1716 12238 I CamX : [CORE ] camxpipeline.cpp:270 Destroy() Destroying OfflineYuv2Jpeg_0
【关注我,后续持续新增专题博文,谢谢!!!】
下一篇讲解: