Skip to content

Instantly share code, notes, and snippets.

@invisiblek
Created October 30, 2014 03:17
Show Gist options
  • Save invisiblek/d7f349eaf3dab3467927 to your computer and use it in GitHub Desktop.
Save invisiblek/d7f349eaf3dab3467927 to your computer and use it in GitHub Desktop.
HAL/QCameraPostProc.cpp: property_get("persist.camera.longshot.save", prop, "0");
HAL/QCameraPostProc.cpp: property_get("persist.camera.jpeg_burst", prop, "0");
HAL/QCameraParameters.cpp: property_get("persist.debug.sf.showfps", value, "0");
HAL/QCameraParameters.cpp: property_get("persist.camera.thermal.mode", value, "fps");
HAL/QCameraParameters.cpp: property_get("persist.camera.opt.livepic", value, "1");
HAL/QCameraParameters.cpp: property_get("persist.camera.stats.debug.mask", value, "0");
HAL/QCameraParameters.cpp: property_get("persist.camera.auto.hdr.enable", prop, VALUE_DISABLE);
HAL/QCameraParameters.cpp: property_get("persist.capture.burst.exposures", prop, "");
HAL/QCameraParameters.cpp: property_get("persist.camera.zsl.interval", prop, "1");
HAL/QCameraParameters.cpp: property_get("persist.camera.zsl.backlookcnt", prop, "2");
HAL/QCameraParameters.cpp: property_get("persist.camera.zsl.queuedepth", prop, "2");
HAL/QCameraParameters.cpp: property_get("persist.camera.snapshot.number", prop, "0");
HAL/QCameraParameters.cpp: property_get("persist.camera.snapshot.fd", prop, "0");
HAL/QCameraParameters.cpp: property_get("persist.camera.mobicat", value, "0");
HAL/QCameraParameters.cpp: property_get("persist.capture.burst.exposures", prop, "");
HAL/QCameraParameters.cpp: property_get("persist.camera.hdr.outcrop", value, VALUE_DISABLE);
HAL/QCameraParameters.cpp: property_get("persist.debug.set.fixedfps", value, "0");
HAL/QCameraParameters.cpp: property_get("persist.camera.tintless", prop, VALUE_DISABLE);
HAL/QCameraParameters.cpp: property_get("persist.camera.CDS", prop, VALUE_OFF);
HAL/QCameraParameters.cpp: property_get("persist.camera.set.afd", prop, "3");
HAL/QCameraParameters.cpp: property_get("persist.denoise.process.plates", prop, "");
HAL/QCameraParameters.cpp: property_get("persist.camera.snap.format", prop, "0");
HAL/QCamera2HWI.cpp: property_get("persist.camera.4k2k.enable", value, "0");
HAL/QCamera2HWI.cpp: property_get("persist.camera.mem.usecache", value, "1");
HAL/QCamera2HWI.cpp: property_get("persist.camera.is_type", value, "0");
HAL/QCamera2HWI.cpp: property_get("persist.camera.raw_yuv", value, "0");
HAL/QCamera2HWI.cpp: property_get("persist.camera.raw_yuv", value, "0");
HAL/QCamera2HWI.cpp: property_get("persist.camera.raw_yuv", value, "0");
HAL/QCamera2HWI.cpp: property_get("persist.camera.feature.cac", prop, "0");
HAL/QCamera2HWI.cpp: property_get("persist.camera.feature.restart", prop, "0");
HAL/QCamera2HWICallbacks.cpp: property_get("persist.camera.zsl_raw", value, "0");
HAL/QCamera2HWICallbacks.cpp: property_get("persist.camera.zsl_yuv", value, "0");
HAL/QCamera2HWICallbacks.cpp: property_get("persist.camera.dumpmetadata", value, "0");
HAL/QCamera2HWICallbacks.cpp: property_get("persist.camera.dumpmetadata", value, "0");
HAL/QCamera2HWICallbacks.cpp: property_get("persist.camera.dumpmetadata", value, "0");
HAL/QCamera2HWICallbacks.cpp: property_get("persist.camera.preview_raw", value, "0");
HAL/QCamera2HWICallbacks.cpp: property_get("persist.camera.snapshot_raw", value, "0");
HAL/QCamera2HWICallbacks.cpp: property_get("persist.camera.dumpimg", value, "0");
HAL/QCamera2HWICallbacks.cpp: property_get("persist.camera.dumpmetadata", value, "0");
HAL/QCamera2HWICallbacks.cpp: property_get("persist.camera.dumpimg", value, "0");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment