RPi_Cam_Web_Interface
RPi_Cam_Web_Interface copied to clipboard
How do I remove buttons?
Hi, the program works very well but I have plenty of functions, I need the program to only have the buttons to take photo, record video, download videos and photos, and set up the camera. How could I remove the other buttons? I do not understand the programming very well and it would be very useful if I could help with that, thank you very much
Check the wiki section on User access levels to see if this can help you.
This gives the ability to give different levels of functions depending on the user. So for example, USERLEVEL_MEDIUM 3 allows access to basic image and, video and download controls but without the ability to change settings.
You can set up different user logons so an admin user would have full ability to change all the settings while a regular user gets less functionality.
If this does not work for you then you can just edit the index.php file and remove any buttons you don't want from the html section of that file (line 280 onwards)