discoverpixy
Functions
pixy_frame.h File Reference
#include <stdbool.h>
#include <stdint.h>
#include "filesystem.h"
Include dependency graph for pixy_frame.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int pixy_render_full_frame (uint16_t x, uint16_t y)
 
int pixy_render_cropped_frame (uint16_t x, uint16_t y, uint16_t xoffset, uint16_t yoffset, uint16_t width, uint16_t height)
 
int pixy_save_full_frame (FILE_HANDLE *handle)
 
int pixy_save_cropped_frame (FILE_HANDLE *handle, uint16_t xoffset, uint16_t yoffset, uint16_t width, uint16_t height)
 
int pixy_cc_set_region (uint8_t signum, uint16_t xoffset, uint16_t yoffset, uint16_t width, uint16_t height)