Loading and saving files as raw data dumps. More...
#include "../Frame.h"
#include <string>
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. |
Loading and saving files as raw data dumps.
Definition in file Dump.h.