mirror of
https://github.com/vale981/Taevitas
synced 2025-03-05 17:41:42 -05:00
append investigation
This commit is contained in:
parent
da5a0c56ca
commit
1820c38e96
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ void Recorder::appendFrame( FlyCapture2::Image * image ) {
|
||||||
|
|
||||||
// save image as frame
|
// save image as frame
|
||||||
if( capture_frames ) {
|
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 ) {
|
if( app_err != PGRERROR_OK ) {
|
||||||
write_lock.unlock();
|
write_lock.unlock();
|
||||||
throw app_err;
|
throw app_err;
|
||||||
|
|
Loading…
Add table
Reference in a new issue