只要一加任何格式信息(颜色,超链接etc.),原文大部分就消失!!!!不懂。。。。
Ok, if you read my previous thread, you would know I went to bed & left RBP lonely and alone doing the dirty work (compling, linking, building etc)....
As some say, 7 hours it is!!!
The work is based on Pierre's seven-part tutorial on OpenCV+Pi Camera Board.
http://thinkrpi.wordpress.com/2013/05/22/opencv-and-camera-board-csi/
see here (http://blog.csdn.net/windtalkersm/article/details/12607587) and here (http://ariandy1.wordpress.com/2013/02/13/raspberry-pi-rasbian-opencv/)
to see how to install OpenCV 2.4.6.1
However, be aware of one error and its fix (worked for me) under comments
mmal: main: Failed to create preview component
mmal: Failed to run camera app. Please check for firmware updates
fix (by Gabriel):
just changed
” else if (!raspipreview_create(&state.preview_parameters)) ” line in main to
remember the same change as in Step 5!!!