How to capture still image from webcam on linux

前端 未结 4 793
逝去的感伤
逝去的感伤 2021-02-04 08:24

I am trying to write a C++/Qt program for linux, where I take a still image photo from a webcam, make some transformations to a photo (cropping, resizing, etc.), and save it to

4条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-04 09:18

    **Download And Install 'mplayer'** 
    mplayer -vo png -frames 1 tv://
    

提交回复
热议问题