xerpi / vita-udcd-uvc

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

Add frame descriptor for 1280x720 and improve memory management #60

Closed ghost closed 4 years ago

ghost commented 4 years ago
  1. Added a frame descriptor for 1280x720 at 30 FPS.
  2. The kernel frequently ran out of memory with the uvc framebuffer always allocated, especially with 1280x720. I made it so that the memory is allocated when needed and freed when no longer needed.

I will shortly release an update to Sharpscale that allows framebuffers larger than 960x544 to be used on the Vita.

xerpi commented 4 years ago

Sorry for not noticing until now :( (next time feel free to ping me) The changes look really good, thank you!