A GTK3 camera application that knows how to deal with the media request api
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#include <stdint.h> |
|
|
|
void quick_debayer_bggr8(const uint8_t *source, uint8_t *destination, int width, int height, int skip); |
|
|
|
|