Do Snapshot of current screen and save to SD card, need enable LV_USE_SNAPSHOT=1 in cmake\dev_tools.make
Input
[ESP216]<SNAP> json=<no> pwd=<admin/user password>
-
json=no the output format can be in JSON or plain text
-
pwd=
the admin password if authentication is enabled -
SNAP
- if SNAP is set, it will take a snapshot
- if SNAP is not set, it will not take a snapshot
Output
- In json format
cmdId of requested command, should be216statusstatus of command, should beokdatacontent of response, hereok
Additionnaly a raw file named snapshot<timestamp>.raw will be saved in the SD card if the snapshot is enabled
The raw file can be converted to a png file using the script tools/imageconv/conv.py
e.g. python conv.py snapshot<timestamp>.raw will generate a file:
snapshot<timestamp>.raw.png
