Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
raw [2020/03/30 14:11] – yair | raw [2024/06/30 17:30] (current) – yair | ||
---|---|---|---|
Line 1: | Line 1: | ||
====GRAY8 vs RTP==== | ====GRAY8 vs RTP==== | ||
**problem**: | **problem**: | ||
- | single plane raw formats are not part of [[https:// | + | single plane raw formats are not part of [[https:// |
**solution**: | **solution**: | ||
- | a image formats are **just a convention**, | + | an image format is **just a convention**, |
view the image format as just a stream of octets. here is our stream in Y8 format | view the image format as just a stream of octets. here is our stream in Y8 format | ||
Line 40: | Line 40: | ||
and YUV doesnt use the entire 0-255 space. [[https:// | and YUV doesnt use the entire 0-255 space. [[https:// | ||
+ | **note2**: this example is running on linux/ | ||
+ | to adapt to windows using powershell replace '' | ||
+ | place quotes around | ||
Line 205: | Line 208: | ||
</ | </ | ||
- | [[https:// | + | [[https:// |
+ | [[https:// | ||