5MP Motion Camera JPEG Image and Movie Catcher
1.1.1.1
A CGI interface to capture and display pictures and movies using OpenCV.
|
#include <magic_mime.hpp>
Static Public Member Functions | |
static string | get_mime_type (const string *input) |
static string | get_mime_type (const uint8_t *input, uint32_t input_size) |
static string | get_mime_type (const char *filename) |
|
static |
Detect the magic number in a string and return the MIME type.
input | The content of a file. |
|
static |
Detect the magic number in a string and return the MIME type.
input | The content of a file. |
|
static |
Detect the magic number in a file and return the MIME type.
input | The path and name of a file. |