Reputation: 401
I am trying to use the new http://xamarin.com/mobileapi and (while awesome) I can't find the functionality I need - I need to access the camera stream and sample it. Using the MediaPicker
class I can get video and images but I need to analyze the live video stream.
What am I missing here?
Upvotes: 2
Views: 2225
Reputation: 19335
Currently Xamarin.Mobile does not give you the ability to process the live video stream, you have to use the API provided by each platform to accomplish this.
You can file an enhancement request if you think it should be added to Xamarin.Mobile.
Upvotes: 1