xerpi / vita-udcd-uvc

PSVita UDCD USB Video Class plugin
468 stars 23 forks source link

v1.4 doesn't work for me #34

Open Auster-South-Anemoi opened 5 years ago

Auster-South-Anemoi commented 5 years ago

PS Vita fat with H-Encore on 3.68. Neither normal or OLED off versions work. Version 1.2 does work, but crashes H-Encore when I start it right after disabling the plugin. Didn't try v1.3.

xerpi commented 5 years ago

Might be related to some NID or SceUdcd change that changes some offsets I'm patching.

Gh0stR1pp3r commented 4 years ago

So can something be done? PS Vita 1000 here, loading stops after warning message.

xerpi commented 4 years ago

Try changing the 5 of this line to something like 10 (it's the number of seconds): https://github.com/xerpi/vita-udcd-uvc/blob/master/main.c#L815 Then recompile using vitasdk.

AleD219 commented 4 years ago

So can something be done? PS Vita 1000 here, loading stops after warning message.

Try changing the 5 of this line to something like 10 (it's the number of seconds): https://github.com/xerpi/vita-udcd-uvc/blob/master/main.c#L815 Then recompile using vitasdk.

same problem, recompiled with 10 instead of 5 and now it works correctly :)

i uploaded them on drive, if someone wants to try:

https://drive.google.com/drive/folders/1UCz53DPwul7zcXLR3LtEN9bo466V3daH?usp=sharing

Codemonkey03 commented 4 years ago

So can something be done? PS Vita 1000 here, loading stops after warning message.

Try changing the 5 of this line to something like 10 (it's the number of seconds): https://github.com/xerpi/vita-udcd-uvc/blob/master/main.c#L815 Then recompile using vitasdk.

same problem, recompiled with 10 instead of 5 and now it works correctly :)

i uploaded them on drive, if someone wants to try:

https://drive.google.com/drive/folders/1UCz53DPwul7zcXLR3LtEN9bo466V3daH?usp=sharing

I had the same issue. Your fix with the 10 instead of 5 worked perfectly for me. Are you able to do the No LCD version for me? I'm trying to figure out how to do it myself but can't really wrap my head around it. Thank you!!

xerpi commented 4 years ago

@Codemonkey03 glad to hear that! To generate all the builds, just run ./gen_builds.sh after changing the source code.

AleD219 commented 4 years ago

So can something be done? PS Vita 1000 here, loading stops after warning message.

Try changing the 5 of this line to something like 10 (it's the number of seconds): https://github.com/xerpi/vita-udcd-uvc/blob/master/main.c#L815 Then recompile using vitasdk.

same problem, recompiled with 10 instead of 5 and now it works correctly :) i uploaded them on drive, if someone wants to try: https://drive.google.com/drive/folders/1UCz53DPwul7zcXLR3LtEN9bo466V3daH?usp=sharing

I had the same issue. Your fix with the 10 instead of 5 worked perfectly for me. Are you able to do the No LCD version for me? I'm trying to figure out how to do it myself but can't really wrap my head around it. Thank you!!

here you go :)

https://sourceforge.net/projects/various-stuffs/files/vita/plugins/vita-udcd-uvc/

Codemonkey03 commented 4 years ago

So can something be done? PS Vita 1000 here, loading stops after warning message.

Try changing the 5 of this line to something like 10 (it's the number of seconds): https://github.com/xerpi/vita-udcd-uvc/blob/master/main.c#L815 Then recompile using vitasdk.

same problem, recompiled with 10 instead of 5 and now it works correctly :) i uploaded them on drive, if someone wants to try: https://drive.google.com/drive/folders/1UCz53DPwul7zcXLR3LtEN9bo466V3daH?usp=sharing

I had the same issue. Your fix with the 10 instead of 5 worked perfectly for me. Are you able to do the No LCD version for me? I'm trying to figure out how to do it myself but can't really wrap my head around it. Thank you!!

here you go :)

https://sourceforge.net/projects/various-stuffs/files/vita/plugins/vita-udcd-uvc/

That worked !!! With the delay I'm starting to actually get it to work. Boots on Vita fine, connects and displays to dock and the screen shuts off. The only problem I'm having now is after about 10 minutes or so the screen turns back on while docked. Is there a value for that somewhere that can also be modified? I recall seeing an issue like this spoken of elsewhere but don't recall if there was a fix yet.

d-rez commented 4 years ago

For me the screen turns on randomly and for some games immediately. Like, a different display mode. What's even more interesting is that when LCD comes back on, the PS-button menu will show only on the Vita and not on the video output

Codemonkey03 commented 4 years ago

For me the screen turns on randomly and for some games immediately. Like, a different display mode. What's even more interesting is that when LCD comes back on, the PS-button menu will show only on the Vita and not on the video output

Same for me. I spoke with CrashCortez and had him trouble shoot the VitaDock with me but after awhile we were able to pretty soundly determine something is up on the plugin side for me.

I've been using the dock with the modified plugin delay to 10 seconds for several days. Everything works fine once I've managed to get it docked but just like D-rez my LCD screen will turn on sometimes right away, sometimes after half an hour, sometimes when I open a game or a something. Seems kind of random sometimes other times it is triggered by something I've done. I thought maybe it had to do with the screen brightness changing causing the screen to 'wake up' but after messing with a registry plugin to remove screen dim that didn't have an effect.

I helped my friend get his VitaDock setup and his plugin on his OLED works flawlessly. Connects to dock, screen shuts off. No problems. My speculation at this point is it may have something to do with how big my memory card is. I have a 512GB Micro SD set as my UX0 and if I put the udcd plugin before the storagemngr in the UR0 plugin config.txt it will crash my Vita on boot. The time it takes my Vita to start up with the large memory card and storagemngr is probably the reason why udcd needs that 10 seconds of delay so I speculate it may be what is triggering my other issues.

For now I just have a little PSVita sock I slip over my dock when I use it so I don't get that picture-in-picture effect when the screen wakes up.

nanieczka123 commented 4 years ago

So can something be done? PS Vita 1000 here, loading stops after warning message.

Try changing the 5 of this line to something like 10 (it's the number of seconds): https://github.com/xerpi/vita-udcd-uvc/blob/master/main.c#L815 Then recompile using vitasdk.

same problem, recompiled with 10 instead of 5 and now it works correctly :)

i uploaded them on drive, if someone wants to try:

https://drive.google.com/drive/folders/1UCz53DPwul7zcXLR3LtEN9bo466V3daH?usp=sharing

could someone recompile it with 20 or even 30? If it's not an issue

Feardarks commented 4 years ago

hey is this latest 1.4 right ? i installed on vita 1000 and worked. but I have doubt this is 1.4 bcz fps is so low 15 fps

MaixGit commented 4 years ago

So can something be done? PS Vita 1000 here, loading stops after warning message.

Try changing the 5 of this line to something like 10 (it's the number of seconds): https://github.com/xerpi/vita-udcd-uvc/blob/master/main.c#L815 Then recompile using vitasdk.

same problem, recompiled with 10 instead of 5 and now it works correctly :) i uploaded them on drive, if someone wants to try: https://drive.google.com/drive/folders/1UCz53DPwul7zcXLR3LtEN9bo466V3daH?usp=sharing

I had the same issue. Your fix with the 10 instead of 5 worked perfectly for me. Are you able to do the No LCD version for me? I'm trying to figure out how to do it myself but can't really wrap my head around it. Thank you!!

here you go :)

https://sourceforge.net/projects/various-stuffs/files/vita/plugins/vita-udcd-uvc/

Could you please do the same for the latest version? I tried but am not experienced enough with this stuff.

xerpi commented 4 years ago

v1.6 with 15s delay: https://github.com/xerpi/vita-udcd-uvc/issues/63#issuecomment-657028268