I've got my CWAC Camera fragment setup, and everything is working nicely. There's a few customizations I'd like to do.
- I'd like to show a ProgressBar as the camera fragment is loading into it's host Activity/Fragment
- After a user has taken a picture, I want to show a ProgressBar again overlay on the picture taking button, so they understand they can't immediately take a picture until the camera is ready again
From looking into the documentation for CWAC Camera, I haven't found anything that supports this sort of callback. Is this sort of thing even possible to listen for? If so, does the library have an easy way to do it that I'm not seeing?
Thanks in advance for all your help.