Wednesday, November 28, 2007

Step one

My first challenge will be to actually get some video off of the PSP. I got a new one, so video out is built in. My spiffy new computer should be able to do the video in part gracefully. It's just a question of getting that all to work together.

So for this challenge, my language of choice is C#, and my weapon of choice is Visual Studio 2005, currently installing on said spiffy computer.

I haven't taken any classes on video stuff, but from what I heard around campus when I was on campus, it's a pretty tough problem. I'm hoping to run into all of those problems as I go.

I was initially hoping there would already be some C# magic that I could use to just:

Image i = VideoIn.GetScreen();

I doubt it will be that simple, hopefully someone has already made it so.