EmuNewz Network
Invizimals Traditional Chinese version -UCAS40280 - 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: Invizimals Traditional Chinese version -UCAS40280 (/showthread.php?tid=149264)



Invizimals Traditional Chinese version -UCAS40280 - sum2012 - 07-30-2013

Report from my freind zcbm999999 (and transate to english)
USB camera connected to the computer to determine the normal playback photography, can load <Invizimals>

See the movie after reading the new game, and began to enter the detection of camera, USB camera pops up a display interface options, select OK to enter it. . Many red error while watching the console occurs.

"Exception ....." It is beginning to enter the select USB camera detects camera determines after an error occurs
   

Piles error occurred after, began to enter the detection camera, while the console a yellow bunch of code and a few black display (Black represents normal operation), repeating the code.
edit:After this game show camera has been detected but does not respond


RE: Invizimals Traditional Chinese version -UCAS40280 - Zekro - 07-31-2013

Well Invizimals won't work for now since the camera module is still not implemented,the micro it is and it somehow work if you use a camera instead


RE: Invizimals Traditional Chinese version -UCAS40280 - sum2012 - 09-21-2013

This is my freind 's video using r3388
[Transate to english]
The photographic picture background in kind is very stable, but the game photography background still was at the twinkle condition, but also had the game photography background oversized
https://docs.google.com/file/d/0B3OaSdeV0L8kbklQU0pkSzR1SEk/edit?usp=sharing


RE: Invizimals Traditional Chinese version -UCAS40280 - gid15 - 03-10-2015

The camera module has been implemented some time ago. Could someone retest?


RE: Invizimals Traditional Chinese version -UCAS40280 - sum2012 - 04-26-2015

I buy a hyundai cam(no need driver in windows 7) to test this game
Do not success to detect red thing.
r0b32981 log
Code:
13:04:45  INFO      emu - Video Reader Thread - 13:04:45.097 [Video Reader Thread] DEBUG com.xuggle.xuggler - error: input frame height does not match expected value (../../../../../../../csrc/com/xuggle/xuggler/VideoResampler.cpp:166)



RE: Invizimals Traditional Chinese version -UCAS40280 - gid15 - 04-28-2015

(04-26-2015, 05:07 AM)sum2012 Wrote: I buy a hyundai cam(no need driver in windows 7) to test this game
Do not success to detect red thing.
r0b32981 log
Code:
13:04:45  INFO      emu - Video Reader Thread - 13:04:45.097 [Video Reader Thread] DEBUG com.xuggle.xuggler - error: input frame height does not match expected value (../../../../../../../csrc/com/xuggle/xuggler/VideoResampler.cpp:166)
Can ffmpeg (without Jpcsp) use your camera? E.g. try to record using the following command:
Code:
ffmpeg -y -r 25 -f vfwcap -i 0 output.ts



RE: Invizimals Traditional Chinese version -UCAS40280 - sum2012 - 04-29-2015

Yes,It work
(04-28-2015, 07:28 AM)gid15 Wrote:
(04-26-2015, 05:07 AM)sum2012 Wrote: I buy a hyundai cam(no need driver in windows 7) to test this game
Do not success to detect red thing.
r0b32981 log
Code:
13:04:45  INFO      emu - Video Reader Thread - 13:04:45.097 [Video Reader Thread] DEBUG com.xuggle.xuggler - error: input frame height does not match expected value (../../../../../../../csrc/com/xuggle/xuggler/VideoResampler.cpp:166)
Can ffmpeg (without Jpcsp) use your camera? E.g. try to record using the following command:
Code:
ffmpeg -y -r 25 -f vfwcap -i 0 output.ts



RE: Invizimals Traditional Chinese version -UCAS40280 - gid15 - 05-06-2015

Could you try changing in jpcsp/HLE/modules271/sceUsbCam.java, line 435:
Code:
ret = container.open("1", IContainer.Type.READ, format);
i.e. replacing "0" with "1" or maybe "2"?

Another try would be to run Jpcsp with Administrator rights.


RE: Invizimals Traditional Chinese version -UCAS40280 - sum2012 - 05-07-2015

Do not work with change code.
Code:
116640 [user_main] INFO  emu - 19:44:44.969 [user_main] ERROR org.ffmpeg - [vfwcap @ 000000000054F230] Could not connect to device.
116641 [user_main] INFO  emu - 19:44:44.970 [user_main] DEBUG com.xuggle.xuggler - Could not open output url: 1 (../../../../../../../csrc/com/xuggle/xuggler/Container.cpp:436)
116641 [user_main] ERROR hle.sceUsbCam - USB Cam: cannot open WebCam ('0')
Administrator rights also don't work
(05-06-2015, 09:33 AM)gid15 Wrote: Could you try changing in jpcsp/HLE/modules271/sceUsbCam.java, line 435:
Code:
ret = container.open("1", IContainer.Type.READ, format);
i.e. replacing "0" with "1" or maybe "2"?

Another try would be to run Jpcsp with Administrator rights.