AXIS Camera Recorder 0.0.35 (Unreleased)
Up to Product page
This is not a final release. Experimental releases should only be used for testing and development. Do not use these on production sites, and make sure you have proper backups before installing.
This is a completely self-contained section of code which is working live on a customer site
For additional information about this project, please visit the
project page.
Available downloads
Release Notes
| Tested with | Gambas 1.9.49, Gambas 1.9.50 |
|---|---|
| State | Unreleased |
| License | GPL |
| Release Manager | Gareth Bult |
At the moment I'm simply releasing the basic source file which can be copied into an existing project. Nothing else is required apart from a .config file which you will need to create. (see the documentation section)
The database schema is created on-the-fly as follows;
+-------+------------+------+-----+-------------------+----------------+
| Field | Type | Null | Key | Default | Extra |
+-------+------------+------+-----+-------------------+----------------+
| id | int(11) | NO | PRI | NULL | auto_increment |
| stamp | timestamp | NO | MUL | CURRENT_TIMESTAMP | |
| image | mediumblob | YES | | NULL | |
+-------+------------+------+-----+-------------------+----------------+
You can then display the resulting images using whatever code you wish .. or wait until I publish the viewer code.
Change log
Initial release.
