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
The current tuples generated from video sources look ilke this. In raspivideo, it also wanted to output raw images and JPEGs. So, I defined the format like below:
Instead of "cvmat", I defined "raw" format containing raw pixel values in a layout specified by the "color_model" field. The "color_model" field is only provided when the format is "raw". "raw" + "bgr" is equivalent to the current "cvmat" format.
I think this is more general and flexible than using the term "cvmat". What do you think?
The text was updated successfully, but these errors were encountered:
The current tuples generated from video sources look ilke this. In raspivideo, it also wanted to output raw images and JPEGs. So, I defined the format like below:
Instead of "cvmat", I defined "raw" format containing raw pixel values in a layout specified by the "color_model" field. The "color_model" field is only provided when the format is "raw". "raw" + "bgr" is equivalent to the current "cvmat" format.
I think this is more general and flexible than using the term "cvmat". What do you think?
The text was updated successfully, but these errors were encountered: