l1npengtul / nokhwa

Cross Platform Rust Library for Powerful Webcam/Camera Capture
Apache License 2.0
482 stars 111 forks source link

what FrameFormat::GRAY is? #158

Open yamt opened 7 months ago

yamt commented 7 months ago

right now, the avfoundation binding maps FrameFormate::GRAY to kCMPixelFormat_8IndexedGray_WhiteIsZero. kCMPixelFormat_8IndexedGray_WhiteIsZero seems to mean, as its name suggests, 0 -> white, 255 -> black. is it what FrameFormat::GRAY means?

anyway, i guess FrameFormat should have precise bit-level definitions on each formats.