You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix frame orientation detection on Windows based on biHeight sign
- Use abs(biHeight) to get actual frame height
- Check biHeight sign to determine orientation (negative=top-to-bottom, positive=bottom-to-top)
- Remove incorrect pixel-format-based orientation detection
- Add m_inputOrientation member variable to store orientation across frames
- Reset m_firstFrameArrived when opening device
Fixes#34
0 commit comments