Peter-St / Android-UVC-Camera

GNU Lesser General Public License v2.1
136 stars 25 forks source link

NV12 Video Format not Supported #32

Open OmaGamer opened 1 year ago

OmaGamer commented 1 year ago

Hey, I tried to run the PSVita on this program. On the other programs, it works just fine. Screenshot_٢٠٢٢١١١٦-١٦٢٩٥٥_UVC_Camera Screenshot_٢٠٢٢١١١٦-١٦٢٩٤٥_UVC_Camera

Peter-St commented 1 year ago

Hi and thx for trying out my app.

First another thing --> don't run the program with 0 packetsPerRequest --> change this value at least to 1 or more.

Next for the camera format. Sadly NV12 is not supported by now. If I get some time in the near future, I will try to include the NV12 Format and will notice it to you in this forum.

Thx, Peter

OmaGamer commented 1 year ago

Thanks for the response! I tried some packetsPerRequest values and my UCV device did recognize the phone this time. Sadly I just got a black screen. I guess this is because my device only supports N12.

Thanks for the great app, it is the only free option.

Peter-St commented 1 year ago

Hi, i will try to add the NV12 Video Format in the future and will come back to you, when it's solved.