mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-11-05 11:56:37 +00:00
add yu12 to supported pixel formats on linux
This commit is contained in:
parent
2f62a9e9c8
commit
4774830ce4
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ public enum WebcamPixelFormat {
|
|||
PIX_FMT_RGB24("RGB3", true),
|
||||
PIX_FMT_YUYV("YUYV", true),
|
||||
PIX_FMT_NV12("NV12", true),
|
||||
PIX_FMT_YU12("YU12", true),
|
||||
PIX_FMT_MJPG("MJPG", true);
|
||||
|
||||
private final String name;
|
||||
|
|
|
|||
Loading…
Reference in a new issue