Files
motion/vloopback_motion.h
Angel Carpintero d8063fb1df - Change default log level to 6 / NTC
- Reviewed log levels to make motion less verbose and move most of them to NTC level.
2010-05-23 00:01:05 +02:00

18 lines
538 B
C

/* vloopback_motion.h
*
* Include file for vloopback_motion.c
* Copyright 2000 by Jeroen Vreeken (pe1rxq@amsat.org)
* Copyright 2008 by Angel Carpintero (motiondevelop@gmail.com)
* This software is distributed under the GNU public license version 2
* See also the file 'COPYING'.
*
*/
#ifndef _INCLUDE_VLOOPBACK_MOTION_H
#define _INCLUDE_VLOOPBACK_MOTION_H
#include "motion.h"
int vid_startpipe(const char *dev_name, int width, int height, int);
int vid_putpipe(int dev, unsigned char *image, int);
#endif