-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Different Video Formats? #50
Comments
Thank you for the suggestion. |
if possible, please add support to JPEG format also, great project btw ;) |
I doubt it's possible (or at least viable). Even YUV is a bit of a stretch as you would need to write converters for these formats (as long as you want to stay dependency free). These, however, should be much more realistic expectations: softcam/src/baseclasses/amvideo.cpp Lines 20 to 38 in bc03234
|
Hello. I understand that currently you can only use BGR24 format. It would be great if you could expand to ABGR32 (or a different layout) and or any YUV format. Other than that, it's a great wrapper.
Edit: Is it possible to choose between Progressive and Interlaced?
The text was updated successfully, but these errors were encountered: