* update rtmp & rtmp demo

This commit is contained in:
lxowalle
2024-05-29 19:30:45 +08:00
parent 5a3ff56692
commit 985900089b
11 changed files with 512 additions and 19 deletions

View File

@@ -129,6 +129,12 @@ namespace maix::sys
*/
std::vector<std::map<std::string, std::string>> disk_partitions(bool only_disk = true);
/**
* register default signal handle
* @maixpy maix.sys.register_default_signal_handle
*/
void register_default_signal_handle();
/**
* Power off device
* @maixpy maix.sys.poweroff