PSPuht V1.1.0 a PSP homebrew has just been release to the homebrew community . This cool PSP homebrew application known as PSPuht V1.1.0 was develop and release by PSP homebrew Developer mcidclan who decided to release it today on April 25th of 2010 . PSPunt v1.1.0 is a PSP homebrew that’s a head and hand tracker for the PSP . It’s able to identified pixels values in images according to the developer who release it . This is a updated version , So if you are using the older version of PSPuht then is recommended to upgrade to this latest version for more stability and new features included in this version . Remember just like any other PSP Homebrew Application or games, you will need a PSP Custom Firmware or a Homebrew Enable PSP in order to run PSPuht V1.1.0 on your PSP . This is what the developer had to say about PSPuht V1.1.0 - A single allocation is necessary to initialize the buffers. Allocate 0×22240 bytes for a direct rendering (No medium filter applied). Else allocate 0×34E40 bytes if you want to apply the medium filter. myUht-> initBuffer (Bwork, false, false) / / the second parameter indicates if seek to do a direct rendering. The last parameter indicates if the buffer RGB_565 shall be used or not. - Ability to apply a grid of pixelization on the black pixels cloud. (corresponding to the tracked entity.) This grid allows the elimination of parasites. You need to set the size of a grid cell, and give a tolerance relating to the pixels outside the cloud. myUht-> setGrid (8, 32) / / grid cell size = 8; 8 * 8 pixels = 64; 64 / 2 = 32. Tolerance to the pixels outside the cloud is 32. - Ability to define minimum dimensions of the cloud pixels (corresponding to the tracked entity). myUht-> setMinDim (20, 20); xMin = 20 yMin = 20 (width, height)
|