Changeset 132 in pacpussensors for trunk/Vislab


Ignore:
Timestamp:
01/16/17 18:10:17 (7 years ago)
Author:
ldecherf
Message:

Ajout de la doc

Location:
trunk/Vislab
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Vislab/VislabCamera.cpp

    r131 r132  
    2424
    2525//ComponentFactory<VislabCamera> sFactory("VislabComponent");
    26 /*! Constructor */
     26/*! Constructor with 2 instantiations of DiskWriter and 2 instatiations of Display*/
    2727    VislabCamera::VislabCamera(const QString& name)
    2828     :diskwriterVideo(name,lib3dv::image::type::RIGHT_RECTIFIED),
  • trunk/Vislab/VislabImageProcessor.cpp

    r131 r132  
    99    void VislabImageProcessor::image_callback(boost::shared_ptr< const lib3dv::image> image, unsigned int)
    1010    {
    11                 //std::cout << "[II] 3dv-client: Gruyere" << std::endl;
    1211        if(image->m_type == mImageType)
    1312        {
     13            /*! Type picture : Mono 8 */
    1414            if(image->m_format == lib3dv::image::format::MONO8)
    1515            {
     
    2323            }
    2424
     25            /*! Type picture : Mono 16 */
    2526            if(image->m_format == lib3dv::image::format::MONO16)
    2627            {
Note: See TracChangeset for help on using the changeset viewer.