You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I intend to use this as a general user interface for other sensors e.g. door open/close sensor, temperature, distance etc. I would like to display this information to the user alongside (or over) the video stream.
I can modify the HTML directly with static information that appears at the top under the buttons but how do I make this dynamic sensor information?
I also tried inserting it onto the image like on line 225 of app_httpd.cpp but it had no effect. rgb_printf(image_matrix, FACE_COLOR_CYAN, "ID[%u] Sample[%u]", this_face, ENROLL_CONFIRM_TIMES - left_sample_face);
Either of these two methods would work for me, some pointers as to how to modify the code would be great thanks!!!
The text was updated successfully, but these errors were encountered:
I intend to use this as a general user interface for other sensors e.g. door open/close sensor, temperature, distance etc. I would like to display this information to the user alongside (or over) the video stream.
I can modify the HTML directly with static information that appears at the top under the buttons but how do I make this dynamic sensor information?
I also tried inserting it onto the image like on line 225 of app_httpd.cpp but it had no effect.
rgb_printf(image_matrix, FACE_COLOR_CYAN, "ID[%u] Sample[%u]", this_face, ENROLL_CONFIRM_TIMES - left_sample_face);
Either of these two methods would work for me, some pointers as to how to modify the code would be great thanks!!!
The text was updated successfully, but these errors were encountered: