The following warnings occurred: | |||||||||||||||
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.2.26 (Linux)
|
EyePet - UCES01462 - Printable Version +- EmuNewz Network (https://www.emunewz.net/forum) +-- Forum: PSP Emulation (https://www.emunewz.net/forum/forumdisplay.php?fid=191) +--- Forum: JPCSP Official Forum (https://www.emunewz.net/forum/forumdisplay.php?fid=51) +---- Forum: Commercial Game Discussion (https://www.emunewz.net/forum/forumdisplay.php?fid=54) +----- Forum: JPCSP - Intro Games (https://www.emunewz.net/forum/forumdisplay.php?fid=67) +----- Thread: EyePet - UCES01462 (/showthread.php?tid=132646) Pages:
1
2
|
EyePet - UCES01462 - nash67 - 03-03-2013 EyePet - UCES01462 using r 3007 nothing but a black screen EyePet Adventures - UCES01531 has the same problem here is a compiler log RE: EyePet - UCES01462 - Zekro - 03-03-2013 It needs a camera so maybe the black screen is because the game can't find if jpcsp has or not any camera plugged RE: EyePet - UCES01462 - Hykem - 03-10-2013 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 RE: EyePet - UCES01462 - Zekro - 03-10-2013 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 RE: EyePet - UCES01462 - gid15 - 03-10-2013 (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). RE: EyePet - UCES01462 - Zekro - 03-11-2013 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? RE: EyePet - UCES01462 - gid15 - 03-11-2013 Code: 09:49:54 WARN hle.sceUsb - user_main - Unimplemented sceUsbStart driverName=0x08A6F03C('USBAccBaseDriver'), size=0x0, args=0x00000000 RE: EyePet - UCES01462 - nash67 - 03-12-2013 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 RE: EyePet - UCES01462 - Zekro - 03-12-2013 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. RE: EyePet - UCES01462 - Hykem - 03-17-2013 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. |