#include <math.h>
#include <assert.h>
#include <sys/time.h>
#include "canon_vbc50i/libCanon/VideoManager.h"
#include "canon_vbc50i/libCanon/JpegReader.h"
Go to the source code of this file.
Functions | |
static bool | send0x0A (Socket *sock, unsigned char *s) |
double | ts () |
void * | video_reception_thread (void *thrarg) |
void * | video_request_thread (void *thrarg) |
static void | waitZeroAndPrint (Socket *sock, unsigned int verbose=0) |
Definition at line 380 of file VideoManager.cpp.
double ts | ( | ) |
Definition at line 63 of file VideoManager.cpp.
void* video_reception_thread | ( | void * | thrarg | ) |
Definition at line 145 of file VideoManager.cpp.
void* video_request_thread | ( | void * | thrarg | ) |
Definition at line 176 of file VideoManager.cpp.
static void waitZeroAndPrint | ( | Socket * | sock, |
unsigned int | verbose = 0 |
||
) | [static] |
Definition at line 360 of file VideoManager.cpp.