Thread history

Fragment of a discussion from Talk:RPi-Cam-Web-Interface
Viewing a history listing
Jump to: navigation, search
Time User Activity Comment
No results

Did you see this note in the installation section:

IMPORTANT NOTE: If you need to change any files then you need to do these in the run time version (e.g. in the /var/www/html folder or /etc/raspimjpeg). Changing files in the RPi_Cam_Web_Interface folder has no immediate effect. These are just copies used during the install.

07:00, 20 July 2017

Ok but I do not find in the / var / www / html folder the file that is displayed when you access the interface from the browser

07:19, 21 July 2017

Can't you just use grep to find some text from the page?

Do something like:

$grep -ri "some string from the webpage that's unique" .

That will turn up any files that contain the string "some string from the webpage that's unique".

09:55, 21 July 2017

Thank you, I will try to do as you say

03:24, 22 July 2017