Changeset 47 in pacpussensors


Ignore:
Timestamp:
May 5, 2014, 12:35:16 PM (11 years ago)
Author:
phudelai
Message:

Last update for the camera

Location:
trunk/Flea3
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Flea3/CMakeLists.txt

    r46 r47  
    11project(PtGreyCameras)
    22################################################################################
    3 add_definitions( -DPTGREYCAMERAS_EXPORTS )
     3add_definitions(-DPTGREYCAMERAS_EXPORTS)
    44
    55# ========================================
     
    178178        ${OpenCV_LIBS}
    179179        ${BumbleBeeXB3_PGR_LIBRARIES}
    180         ${BumbleBeeXB3_TRICLOPS_LIBRARIES}
    181        
     180        ${BumbleBeeXB3_TRICLOPS_LIBRARIES}     
    182181)
    183182
  • trunk/Flea3/Flea3Component.cpp

    r46 r47  
    664664                        cv::namedWindow( "Flea3Component - Current Reference Frame", CV_WINDOW_KEEPRATIO );
    665665                        cv::imshow("Flea3Component - Current Reference Frame", Img_BGR);
    666                         cv::waitKey(1);
     666                        cv::waitKey(10);
    667667                }
    668668                LOG_TRACE("image no. " << imageCount << " acquired successfully");
Note: See TracChangeset for help on using the changeset viewer.