Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add sensor values or other dynamic info to the image or to the html page #113

Closed
jasza2 opened this issue May 19, 2021 · 1 comment
Closed
Labels
duplicate This issue or pull request already exists

Comments

@jasza2
Copy link

jasza2 commented May 19, 2021

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!!!

@easytarget
Copy link
Owner

Dup of #114

@easytarget easytarget added the duplicate This issue or pull request already exists label May 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants