Direct Show camera rotation 90 degree

前端 未结 1 387
暖寄归人
暖寄归人 2021-01-21 19:28

I have successfully use directshow to preview and record an image from webcam, but the problem is when I used the application in the tablet, the orientation is not the same as w

1条回答
  •  后悔当初
    2021-01-21 19:39

    DirectShow API does not have built in capabilities to rotate video. It is assumed that if you need rotation then an external (third party) transformation filter is inserted into pipeline and perform a transform.

    Discussed many times, see:

    • DirectShow - How to rotate web cam preview video?
    • Direct Show - video stream rotate filter
    • DirectShow Video Rotation
    • playcap and rotate video

    0 讨论(0)
提交回复
热议问题