samueljfm5

Results 1 issues of samueljfm5

There's a bug in NikonBase.cs (MovieFNumber_ValueChanged and NormalFNumber_ValueChanged) when setting FNumber property. This property size is 2 bytes, so there should be a cast to UInt16 instead of int. I...