Full-stack observability with actually useful AI | Grafana Cloud
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
Create free account
Add Two Lines of Code. Get Full APM.
AppSignal installs in minutes and auto-configures dashboards, alerts, and error tracking.
Works out of the box for Rails, Django, Express, Phoenix, and more. Monitoring exceptions and performance in no time.
simple webcam image archive - copies an image into a mysql db
Author: Stephen Phillips - http://www.stephen-phillips.co.uk/webcam.html
Created Date: 11/03/2012
Last Modified Date: 30/04/14
Version: 1.12
Updated to fix some minor bugs and issues in the code.
Description:
This is a simple script I wrote to automatically archive images from my webcam to a MySQL Database for me to view later using PHP and a scheduler such as cron.
It is very simple, and can be included into a page using an iframe, it automatically copies the latest version of an image to the database which can be viewed using gallery.php to view all with sorting options, or using recentListing.php which shows the 10 most recent images archived.
...