Replies: 1 comment 1 reply
-
|
Please, add your cam model to the post. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Model-> SONOFF GK-200MP2-B
After connecting to the camera via SSH, run the following commands one by one.
Make sure to enter each command in sequence, and reboot the device at the end.
alias sqlite3='/mnt/mmc/sonoff-hack/bin/sqlite3'
sqlite3 /mnt/mtd/db/ipcsys.db "SELECT * FROM t_record_plan;"
sqlite3 /mnt/mtd/db/ipcsys.db "UPDATE t_record_plan SET c_enabled=1 WHERE c_store_path='/mnt/mmc';"
reboot
After the reboot, you should see that local recording has been enabled and the plan_record folder created.
If you want to disable local recording again, run the following command and then reboot the device:
Beta Was this translation helpful? Give feedback.
All reactions