mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-03-10 09:33:43 +00:00
http ping + snapshot
This commit is contained in:
@@ -18,6 +18,7 @@ struct hw_buffer_t {
|
||||
struct picture_t {
|
||||
unsigned char *data;
|
||||
unsigned long size;
|
||||
unsigned long allocated;
|
||||
};
|
||||
|
||||
struct device_runtime_t {
|
||||
@@ -28,7 +29,7 @@ struct device_runtime_t {
|
||||
unsigned n_buffers;
|
||||
struct hw_buffer_t *hw_buffers;
|
||||
struct picture_t *pictures;
|
||||
unsigned max_picture_size;
|
||||
unsigned long max_picture_size;
|
||||
bool capturing;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user