Closed archandanime closed 1 year ago
Emulation mode can be enabled by uncommenting emulate_chip_family_and_fw on main function in init. If it is enabled, dry_run option on configuration file would be overridden to avoid damaging the camera. This would only be used for testing.
emulate_chip_family_and_fw
main
init
dry_run
Emulation mode can be enabled by uncommenting
emulate_chip_family_and_fw
onmain
function ininit
. If it is enabled,dry_run
option on configuration file would be overridden to avoid damaging the camera. This would only be used for testing.