renatobianchini / aforge

Automatically exported from code.google.com/p/aforge
Other
0 stars 0 forks source link

Add ability to use simple video player image transformations #203

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I need to mirror video stream when displaying it. I'm using video source player 
class and the best way would be to use a switch like HorizontalMirror or 
similar. Right now I do not see any hook point I could use to manipulate the 
image and use it as a workaround, is there any?

Original issue reported on code.google.com by krzysztof.blacha on 22 Apr 2011 at 10:59

GoogleCodeExporter commented 8 years ago
It is trivial to do it in your own code. Just use standard .NET's 
Image.RotateFlip() in NewFrame event handler.

Will see if it cab be added as standard feature.

Original comment by andrew.k...@gmail.com on 22 Apr 2011 at 11:04

GoogleCodeExporter commented 8 years ago
You're right. I didn't noticed NewFrame image is passed using ref parameter 
keyword. Please reject this report.

Original comment by krzysztof.blacha on 22 Apr 2011 at 11:21

GoogleCodeExporter commented 8 years ago
Rejecting as requested.

Original comment by andrew.k...@gmail.com on 25 Apr 2011 at 7:35