Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用基于http://msdn.microsoft.com/en-us/library/windows/desktop/dd407288(v=vs.85).aspx#example_code示例的代码从网络摄像头捕获图像
它工作正常,除了一件奇怪的事情:图像沿其 x 轴镜像,意味着它是自上而下的(但没有旋转 180 度)。
那么这怎么会发生呢?是否有可能导致这种行为的 DirectShow 选项?
RGB 帧通常具有相反的行顺序,从下到上。规则是:
BITMAPINFOHEADER::biHeight
虽然正值和负值biHeight都是有效的,但负值的传播和支持较少。许多过滤器只会拒绝具有负值的格式。
biHeight