Skip to content

Commit

Permalink
waouuu, useless code make 1.10 not working since alloc a buffer is to…
Browse files Browse the repository at this point in the history
…o early
  • Loading branch information
claustre committed Oct 3, 2024
1 parent af83439 commit 0b9ecde
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/LambdaInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,6 @@ Interface::Interface(Camera& cam) :
m_cap_list.push_back(HwCap(m_det_info));
m_cap_list.push_back(HwCap(m_bufferCtrlObj));
m_cap_list.push_back(HwCap(m_sync));
Size image_size;
m_det_info->getMaxImageSize(image_size);
ImageType image_type;
m_det_info->getDefImageType(image_type);
FrameDim frame_dim(image_size, image_type);
m_bufferCtrlObj->setFrameDim(frame_dim);
m_bufferCtrlObj->setNbConcatFrames(1);
m_bufferCtrlObj->setNbBuffers(2);

}

//-----------------------------------------------------
Expand Down

0 comments on commit 0b9ecde

Please sign in to comment.