tiagocoutinho / linuxpy

Human friendly interface to linux subsystems using python
https://tiagocoutinho.github.io/linuxpy/
GNU General Public License v3.0
33 stars 5 forks source link

pixel formats are case sensistive #11

Closed tecki closed 7 months ago

tecki commented 7 months ago

the v4l2 pixel format specifier is case sensitive, using upper on it is a bad idea. 'pRCC' is something different than 'PRCC'.

tiagocoutinho commented 7 months ago

Nice catch! Thanks for the improvement.

Would you mind adding this case to the tests? Thanks in advance

tecki commented 7 months ago

added some tests