Giter VIP home page Giter VIP logo

Comments (14)

AleD219 avatar AleD219 commented on July 18, 2024 2

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/

from vita-udcd-uvc.

xerpi avatar xerpi commented on July 18, 2024 1

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

from vita-udcd-uvc.

xerpi avatar xerpi commented on July 18, 2024

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

from vita-udcd-uvc.

Gh0stR1pp3r avatar Gh0stR1pp3r commented on July 18, 2024

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

from vita-udcd-uvc.

xerpi avatar xerpi commented on July 18, 2024

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.

from vita-udcd-uvc.

AleD219 avatar AleD219 commented on July 18, 2024

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

from vita-udcd-uvc.

Codemonkey03 avatar Codemonkey03 commented on July 18, 2024

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!!

from vita-udcd-uvc.

Codemonkey03 avatar Codemonkey03 commented on July 18, 2024

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.

from vita-udcd-uvc.

d-rez avatar d-rez commented on July 18, 2024

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

from vita-udcd-uvc.

Codemonkey03 avatar Codemonkey03 commented on July 18, 2024

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.

from vita-udcd-uvc.

nanieczka123 avatar nanieczka123 commented on July 18, 2024

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

from vita-udcd-uvc.

Feardarks avatar Feardarks commented on July 18, 2024

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

from vita-udcd-uvc.

MaixGit avatar MaixGit commented on July 18, 2024

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.

from vita-udcd-uvc.

xerpi avatar xerpi commented on July 18, 2024

v1.6 with 15s delay: #63 (comment)

from vita-udcd-uvc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.