Namespaces | Functions

include/FCam/processing/Dump.h File Reference

Loading and saving files as raw data dumps. More...

#include "../Frame.h"
#include <string>
Include dependency graph for Dump.h:

Go to the source code of this file.

Namespaces

namespace  FCam
 

Main namespace for the API.


Functions

void FCam::saveDump (Frame frame, std::string filename)
 Save a UYVY, RGB24, or RAW dump file.
Image FCam::loadDump (std::string filename)
 Load a UYVY, RGB24, or RAW dump file.

Detailed Description

Loading and saving files as raw data dumps.

Definition in file Dump.h.