Project Files ============== BFT4Lin includes several top level project (PRO) files. These are: **BFT4Lin_All.pro** Builds all components of the BFT4Lin package. **BFT4Lin_App_BitFlowPreview.pro** Build ImageView, ZLib, BFGTL, GenTLConsumerInterface, BFGTLUtil, and BitFlow Preview. Use to build the BitFlow Preview application, for a fully featured live preview of frame grabber acquisition. **BFT4Lin_App_BitFlowCapture.pro** Build ImageView, ZLib, BFGTL, GenTLConsumerInterface, BFGTLUtil, and BitFlow Capture. Use to build the BitFlow Capture application, for sequence acquisition and file export. **BFT4Lin_App_CamML.pro** Build ImageView, ZLib, BFGTL, GenTLConsumerInterface, BFGTLUtil, BFML, and CamML. Use to build the CamML application, for advanced graphical editing of BFML camera files. **BFT4Lin_App_BFLog.pro** Build BFLogIO, BFLog and BFLogCollector. Use to build the BFLog and BFLogCollector applications, for collection of debug and error messages sent by other applications and libraries. **BFT4Lin_App_CViewSimple.pro** Build ImageView and the CViewSimple example application, which demonstrates use of the ImageView C API. Use to build the CViewSimple application, for live acquisition preview. **BFT4Lin_App_CppViewSimple.pro** Build ImageView and the CppViewSimple example application, which demonstrates use of the non-Qt ImageView C++ classes. Use to build the CppViewSimple application, for live acquisition preview. **BFT4Lin_App_GenTLInterfaceExample.pro** Build the ImageView, ZLib, BFGTL, and GenTLConsumerInterface libraries, and the GenTLInterfaceExample application. Use to build the GenTLInterfaceExample application. **BFT4Lin_Lib_ImageView.pro** Build just the ImageView library, used for streaming and static display of BitFlow formatted images. **BFT4Lin_Lib_BFGTL.pro** Build ZLib and the BitFlow GenTL (BFGTL) producer library. **BFT4Lin_Lib_BFGTLUtil.pro** Build ZLip, BFGTL, GenTLConsumerInterface, and the BFGTLUtil library. Use to build the BFGTLUtil library, for simplified control of GenCam compatible CoaXPress cameras.