I know that by using a VideoControl object, I can use getSnapshot to take pictures, which I can then analyze and use as I wish.
I would like to go one step better and find a way to work with the data as it streams in from the camera. Since the VideoControl object is capable of displaying a live feed right on the phone's screen, we know that the data is there for the taking. It's just a matter of accessing it, and in an understandable format.
Is this possible? Thank you...

Reply With Quote

