#include <wge100_camera/mt9v.h>
#include <ros/console.h>
#include <math.h>
#include <values.h>
Go to the source code of this file.
|
| #define | VMODEDEF(width, height, fps, hblank, vblank) { #width"x"#height"x"#fps, width, height, fps, hblank, vblank } |
| |
◆ VMODEDEF
| #define VMODEDEF |
( |
|
width, |
|
|
|
height, |
|
|
|
fps, |
|
|
|
hblank, |
|
|
|
vblank |
|
) |
| { #width"x"#height"x"#fps, width, height, fps, hblank, vblank } |
◆ MT9VModes
Initial value:= {
}
#define VMODEDEF(width, height, fps, hblank, vblank)
Definition at line 41 of file mt9v.cpp.