03-03-2013, 01:52 AM
Pages: 1 2
03-03-2013, 10:43 AM
It needs a camera so maybe the black screen is because the game can't find if jpcsp has or not any camera plugged
03-10-2013, 08:48 AM
virgil94 is right. It seems to be looking for a rather recent syscall which is probably camera related. It should be fairly easy to fake though.
Code:
09:49:55 INFO stdout - user_main - Auth Error 0x00000222
09:49:55 WARN hle - user_main - Unsupported syscall 4A4F $a0=0x00000002 $a1=0x00000001 $a2=0x089BA1D4
03-10-2013, 02:01 PM
Hey gid,is it possible to use the webcam as a psp camera?If so I can test it if there is any homebrew that lets me,also I have the Invizimals game,you know the first one.The camera prx is stored in 6.20 firmware if I recall
03-10-2013, 04:15 PM
(03-10-2013, 02:01 PM)virgil94 Wrote: [ -> ]Hey gid,is it possible to use the webcam as a psp camera?If so I can test it if there is any homebrew that lets me,also I have the Invizimals game,you know the first one.The camera prx is stored in 6.20 firmware if I recallI've already looked into this. It would be possible to access a webcam from Java but you need to install the Java Media Framework additionally to Java.
Currently Jpcsp is only producing a faked image (like when playing a video without the Media Engine).
03-11-2013, 02:20 PM
But then the game wouldn't start.To play this one you need the camera,so unless it can use the webcam the game will be stuck in loading.Also besides the camera it uses a piece of paper with a pattern on it.
Is it something easy to install the java framework?
Is it something easy to install the java framework?
03-11-2013, 06:06 PM
Code:
09:49:54 WARN hle.sceUsb - user_main - Unimplemented sceUsbStart driverName=0x08A6F03C('USBAccBaseDriver'), size=0x0, args=0x00000000
09:49:54 WARN hle.sceUsb - user_main - Unimplemented sceUsbStart driverName=0x08A6F050('USBCamDriver'), size=0x0, args=0x00000000
09:49:54 WARN hle.sceUsb - user_main - Unimplemented sceUsbStart driverName=0x08A6F060('USBCamMicDriver'), size=0x0, args=0x00000000
03-12-2013, 10:18 AM
using r 3032
goes through the intro but then when you have to take a pic of your eyepet is a problem
can be moved to the Intro Games
here is an info log
goes through the intro but then when you have to take a pic of your eyepet is a problem
can be moved to the Intro Games
here is an info log
03-12-2013, 01:43 PM
Moved to intro games
That's what I'm saying,the game won't go on until the camera is implemented,let's see what gid decides to do.
That's what I'm saying,the game won't go on until the camera is implemented,let's see what gid decides to do.
03-17-2013, 10:25 PM
Unfortunately there are no native alternatives to implement the webcam interaction. 
We will have to study a solution that integrates JPCSP either with JMF or JavaCV.

We will have to study a solution that integrates JPCSP either with JMF or JavaCV.
Pages: 1 2