l1npengtul / nokhwa

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

Incorrect pixel format #159

Open vyeevani opened 6 months ago

vyeevani commented 6 months ago

kCMVideoCodecType_422YpCbCr8 corresponds to uy1vy2. However, the current alias is to yuyv which results in incorrect conversion. There's a separate type that's needed to model the uy1vy2 format. I can put up a PR that addresses this if needed.

vyeevani commented 6 months ago

links to the descriptions: https://developer.apple.com/documentation/coremedia/kcmvideocodectype_422ypcbcr8 https://developer.apple.com/documentation/coremedia/kcmpixelformat_422ypcbcr8_yuvs