mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2026-08-09 16:24:53 +00:00
update openpnp-capture to v0.0.28-5, fix typo
This commit is contained in:
@@ -34,7 +34,7 @@ public enum WebcamPixelFormat {
|
||||
public static WebcamPixelFormat fromFourCC(int fourCC) {
|
||||
String strFourCC = fourCCToString(fourCC);
|
||||
for(WebcamPixelFormat pixelFormat : WebcamPixelFormat.values()) {
|
||||
if(pixelFormat.name().equalsIgnoreCase(strFourCC)) {
|
||||
if(pixelFormat.getName().equalsIgnoreCase(strFourCC)) {
|
||||
return pixelFormat;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user