I have been playing around with an example on how to create a grayscale effect from a live videobrush feed from a wp7 camera using the link http://msdn.microsoft.com/en-us/library/hh202982(v=vs.92).aspx . I was wondering if anyone knows how to create other effects as well, just as sepia, polarized, negative etc. If so, could you point me to any sites or code that would allow me to create this? Note, I am fairly new to the camera API in WP7 so any assistance would be very beneficial.
0
votes
1 Answers
0
votes
You should be able to rewrite the ColorToGrey() method to do the effect you want.
A quick google suggests that you could do a sepia effect or negative.
Other tips The sample should be editable directly. Just remember to set the source of the video brush (or it takes a long time to work out what is happening - I did that). The camera is mounted in landscape mode, so you might need to rotate it to get it into the right orientation.