ps3

PS3 eye alternative and make it less expensive-for Image Processing Project

I am going to use CCV for my image processing project. The input device for that project is PS3 eye web camera and its pretty expensive according to our project budget and also we are looking to create less expensive product to increase its value of creation. So can you guys tell me that there are another way for our project to make less...

Largest representable negative floating-point number

What is a platform-independent way of specifying the largest representable negative floating-point number? We found an algorithm that broke when run on a PS3's SPU, but worked fine when compiled for the PPU: float x = -FLT_MAX; /* stuff */ if (x > 0.0f) { // If x is unchanged, code is executed on SPU } Essentially, is there a wel...

Write an driver for othter HDD format then Fat32 for PS3 (Linux) ?

Hi together, at the moment, Playstation 3 only accept Fat32-formatet HDDs. Since a few weeks a lot about jailbreak and homebrews is doing in the PS3-Szene, so we can execute unsignied code. My goal is to write a driver for Playstation 3 that allows any other formated HDDs then FAT32, because the 4GB limit is very low. Any Idea if its...

PlayStation3 application development

Hi, is it possible to create PS3 applications on the Windows platform, if yes what tools are needed, can you clarify this please. ...

ps3 applications development.

Possible Duplicate: PlayStation3 application development hi everybody,these forums said that the only way to develop ps3 games is through linux,can anyone tell about this elaborately,ie what tools needed for the developement. thanks. ...

ps3 applications development.

Possible Duplicates: PlayStation3 application development ps3 applications development. After we install Linux on a PS3, what tools are needed to develop applications (or) games on Linux? Can someone please clarify this? ...

ps3 applications development.

hi,can anyone tell what to do develop ps3 applications (or) games after we install linux on ps3. and other thing is that can we develop ps3 games on window platform for that what tools needed,its little bit of confusing. can anyone clarify this? ...

ps3 applications development.

Possible Duplicates: PlayStation3 application development ps3 applications development. hi everybody,can anyone tell is there any free ps3 sdk available to develop ps3 applications on windows,if so please tell another requirement besides sdk to develop ps3 applications on windows platform. (or) tell another way to develop p...

Sniffing external(Ps3) Usb port?

Hi, I was interested in seeing how my PS3 synchronised with its sixaxis controller. Whenever you want to use a new controller on the PS3, you have to pair it with the ps3 via USB. So i thought i'd try some usb sniffing to find out what goes on during the process (in the hope i may be able to emulate it with other devices). The only thi...