Summary
We have used OpenCV to create and show a live camera feed, and to save still images from this feed. We have also seen how to integrate the camera feed's lifecycle into the Android activity lifecycle, and how to share saved images across the boundaries of activities and applications.
The next chapter will expand our Second Sight
app by adding various image filtering options to the menus of CameraActivity
and LabActivity
.