Tool/software:
Hello,
Please help me confirm the following GPU image input format issues
1. For TDA4 VM, SDK8.4, Linux systems, we found in TI code that when GPU loads camera images, it seems to support three input formats: UYVY, YUYV, and NV12
But in our actual verification, we found that only YUYV and NV12 are OK, UYVY doesn't work, why?
2. Now we have another project that wants to use TDA4 VEN, which is also a Linux system. When GPU loads camera images, will there also be this problem (not supporting UYVY)? I see that the code inside is the same as VM