Chapter 2. Working with Camera Frames
In this chapter, we focus on building a basic photo capture app, which uses OpenCV to capture frames of camera input. Our app will enable the user to preview, save, edit, and share photos. It will interface with other apps on the device, via Android's MediaStore
and Intent
classes. Thus, we will learn how to build bridges between OpenCV and standard Android. Subsequent chapters will expand our app, using more functionality from OpenCV.
Note
The complete Eclipse project for this chapter can be downloaded from my website, http://nummist.com/opencv/5206_02.zip.