#include "Base.h"
#include <stdio.h>
#include <pthread.h>
#include <string>
Go to the source code of this file.
Classes | |
class | FCam::Image |
A reference-counted Image object. More... | |
Namespaces | |
namespace | FCam |
Main namespace for the API. | |
Defines | |
#define | FCAM_IMAGE_DEBUG(i) (i).debug(#i) |
A debug helper macro that outputs the variable name of the image object at the macro call site along with the image debug information. |
FCam Image objects.
Definition in file Image.h.