- Timestamp:
- May 5, 2014, 12:35:16 PM (11 years ago)
- Location:
- trunk/Flea3
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Flea3/CMakeLists.txt
r46 r47 1 1 project(PtGreyCameras) 2 2 ################################################################################ 3 add_definitions( -DPTGREYCAMERAS_EXPORTS)3 add_definitions(-DPTGREYCAMERAS_EXPORTS) 4 4 5 5 # ======================================== … … 178 178 ${OpenCV_LIBS} 179 179 ${BumbleBeeXB3_PGR_LIBRARIES} 180 ${BumbleBeeXB3_TRICLOPS_LIBRARIES} 181 180 ${BumbleBeeXB3_TRICLOPS_LIBRARIES} 182 181 ) 183 182 -
trunk/Flea3/Flea3Component.cpp
r46 r47 664 664 cv::namedWindow( "Flea3Component - Current Reference Frame", CV_WINDOW_KEEPRATIO ); 665 665 cv::imshow("Flea3Component - Current Reference Frame", Img_BGR); 666 cv::waitKey(1 );666 cv::waitKey(10); 667 667 } 668 668 LOG_TRACE("image no. " << imageCount << " acquired successfully");
Note:
See TracChangeset
for help on using the changeset viewer.