Firmware update
80
Bonito PRO Technical Manual V1.0.0
Active Silicon frame grabber
Step 6: Reboot the camera
void close( const std::string & fileName )
{
m_FileSelector->FromString( fileName.c_str() );
m_FileOperationSelector->FromString("Close");
m_FileOperationExecute->Execute();
if( FileStatus() != "Closed")
{
throw RUNTIME_EXCEPTION(fi " could not be closed");
}
Code snippet: Active Silicon code snippet example