Shy
Shy

Reputation: 401

Xamarin.Mobile Camera image stream

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

Answers (1)

Rolf Bjarne Kvinge
Rolf Bjarne Kvinge

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

Related Questions