Changeset 47 in flair-dev for trunk/include/FlairSensorActuator
- Timestamp:
- Jan 19, 2017, 3:06:46 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/FlairSensorActuator/Camera.h
r44 r47 92 92 93 93 /*! 94 * \brief Save picture to file94 * \brief Save raw picture to file 95 95 * 96 96 * \param filename filename 97 97 */ 98 void SaveToFile(std::string filename) const; 98 void SaveRawPictureToFile(std::string filename) const; 99 100 /*! 101 * \brief Save picture to file 102 * 103 * \param filename filename; if ommitted, current time is used and file is saved in current directory with jpg compression 104 */ 105 void SavePictureToFile(std::string filename="") const; 99 106 100 107 /*!
Note:
See TracChangeset
for help on using the changeset viewer.