flowerinthenight / windows-camera-tools

A generic command line tool to control camera properties in Windows. Useful camera related functions (DirectShow, Media Foundation) are included in a dll as well for easy reuse in other projects.
MIT License
28 stars 10 forks source link

The camera's different, the machine's different #1

Open w136111526 opened 4 years ago

w136111526 commented 4 years ago

Hello, May I ask why I use meidiainfo to read the camera information, some machine decoder types include Subtype: MFVideoFormat_NV12, MFVideoFormat_MJPG, MFVideoFormat_YUY2. Some machines have only Subtype: MFVideoFormat_MJPG, MFVideoFormat_YUY2

flowerinthenight commented 4 years ago

Sorry, I missed this comment. I'm not sure what do you mean by mediainfo.. are you referring to https://github.com/flowerinthenight/windows-camera-tools/blob/master/include/libcamera.h#L79?