append investigation

This commit is contained in:
Hiro Protagonist 2017-03-23 20:20:09 +13:00
parent da5a0c56ca
commit 1820c38e96

View file

@ -167,7 +167,7 @@ void Recorder::appendFrame( FlyCapture2::Image * image ) {
// save image as frame
if( capture_frames ) {
app_err = image->Save( ( record_dir.path() + "/" + rec_name + "_" + QString::number( frame_n ) + ".tiff" ).toStdString().c_str(), &frame_options );
app_err = image->Save( ( record_dir.path() + "/frames/" + rec_name + "_" + QString::number( frame_n ) + ".tiff" ).toStdString().c_str(), &frame_options );
if( app_err != PGRERROR_OK ) {
write_lock.unlock();
throw app_err;