xerpi / vita-udcd-uvc

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

Bug on Linux on OBS Half screen Green #44

Open Okdak-Sempai opened 4 years ago

Okdak-Sempai commented 4 years ago

I tried VKT or MPV but nothing to do I precise i work on windows but on linux i get that and can't solve it Screenshot from 2020-03-17 19-19-44

xerpi commented 4 years ago

Seems like you haven't selected the NV12 format.

foosroos commented 3 years ago

Sorry for the bump. Okdak, were you able to find a fix for the issue? I'm having the same problem. I've worked around it by using mplayer and window capture, but if you found a fix that would be awesome.

xerpi: I can confirm the same issue is occurring for me, OBS 26.0.0 on Debian 10. I verified OBS is set for NV12. The color space and range have no effects in correcting the issue. It is very likely this is an OBS Linux bug rather than a plugin bug.

xerpi commented 3 years ago

@foosroos Can you give mplayer a try (mplayer tv:// -tv driver=v4l2:device=/dev/videoX:width=960:height=544) to discard things?

EDIT: Sorry didn't read properly, I see that it's already working with other players. It seems it's indeed an OBS Linux bug: https://github.com/obsproject/obs-studio/pull/3507