//--------------------------------------------------------------------//
// Excelitas PCO GmbH   -     TECHNICAL  INFORMATION  DOCUMENT        //
//--------------------------------------------------------------------//

To use the adaptor for the image acquisition toolbox in matlab, follow these steps:

1.  Open matlab and make sure you have the image acquisition toolbox installed 
    (by typing ver in the matlab command window)

2.  Choose the folder where this readme file is located as current folder of matlab

3.  Register the adaptor in the toolbox by calling pco_imaqregister or pco_imaqregister('register') in the matlab command line
    This will copy the suitable PCOCameraAdaptor Dll (from the appropriate plattform and version subfolder) 
    and necessarray sdk binaries into the current folder and the adaptor will be registered from this location.
    (If an older version of the adaptor has already been registered before, it will automatically be unregistered before)

(Note: By calling pco_imaqregister('unregister') you can unregister the PCOCameraAdaptor (location doesn't matter))

To check if the register was successful, type imaqhwinfo in the command window. 
Here pcocameraadaptor has to appear in the line of InstalledAdaptors

After completing these steps you will be able to access the pco cameras from the image acquisition toolbox.


//--------------------------------------------------------------------//
// Excelitas PCO GmbH                                                 //
// DONAUPARK 11                                                       //
// 93309 KELHEIM / GERMANY                                            //
// PHONE +49 (9441) 20050                                             //
// FAX   +49 (9441) 200520                                            //
// pco@excelitas.com                                                  //
// http://www.pco.de                                                  //
//--------------------------------------------------------------------//
// DISCLAIMER                                                         //
// THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO PCO. //
// PCO MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY THIS INFORMATION.//
// HOWEVER, THE INFORMATION PROVIDED IN THIS DOCUMENT IS FOR YOUR     //
// INFORMATION ONLY. PCO MAKES NO EXPLICIT OR IMPLIED CLAIMS TO THE   //
// VALIDITY OF THIS INFORMATION.                                      //
//--------------------------------------------------------------------//
// Any trademarks referenced in this document are the property of     //
// their respective owners.                                           //
//--------------------------------------------------------------------//
