Add heartbeat endpoint message schema

This commit is contained in:
gqc
2026-07-08 18:35:44 +08:00
parent ebc7aaa11c
commit 041c830bfb
5 changed files with 234 additions and 7 deletions
+1
View File
@@ -69,6 +69,7 @@ rknn_t *do_init_model();
rknn_t *reload_rknn(char *model_path);
*/
int process_a_frame(char *buf, int sw, int sh);
void send_inference_heartbeat_if_needed();
/*
int post_process_u8(uint8_t *input0, uint8_t *input1, uint8_t *input2, int model_in_h, int model_in_w,