Tag: Express
-
A chart showing recording size of IPCAM using Ajax & Express
The size of IP camera recording can be significantly influenced by various factors, including configuration settings such as encoding method (H264, H265), bit rate, and video size, as well as environmental conditions like lighting, video noise level and the moving speed of recorded objects. To visually represent these variations, I intend to utilize a line… Read more
-
Blog post loading on web page with Ajax & Express
Create a static page called blog.html in the public folder. Content of the server7.js The appropriate file structure should resemble the following: Run the Express application by executing the following command in the Ubuntu terminal: Make sure both Orange Pi and PC have the same subnet and connect to the same router or network switch. On the PC’s web… Read more
-
Rotating Photo gallery on web page with Ajax & Express
Create a static page called gallery.html in the public folder. JavaScript inside sends an AJAX request when the the page is loaded, and every 2s after, to the route for the path /images.json. When the AJAX response is received, use the response data to Content of the server6.js The appropriate file structure should resemble the following: Run the Express… Read more