I'd like to write a Xamarin Forms app that embeds camera capabilities - not just take a photo, but the ability to take multiple photos (much like the native camera app). My app would see and process/save each photo as it was taken.
All I've been able to find are sample apps that branch out, take a single photo, and return. Unfortunately, I'm having trouble getting the Labs sample to work on my emulator (Genymotion).
Any info - and/or link to sample code - is greatly appreciated! TIA!