Skip to content

Commit

Permalink
Merge pull request #4 from basler/feature/document_new_yuv_formats
Browse files Browse the repository at this point in the history
document new color formats
  • Loading branch information
thiesmoeller authored Aug 11, 2022
2 parents dc1b404 + 79b2766 commit df8292c
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,19 @@ For the pixel format check the format supported for your camera on https://docs.
The mapping of the camera pixel format names to the gstreamer format names is:
```
|Pylon | GSTREAMER |
|---------------|------------|
| Mono8 | GRAY8 |
| RGB8Packed | RGB |
| RGB8 | RGB |
| BGR8Packed | BGR |
| BGR8 | BGR |
| YCbCr422_8 | YUY2 |
| YUV422_8 | YUY2 |
| YUV422_8_UYVY | UYVY |
|Pylon | GSTREAMER |
|-------------------|------------|
| Mono8 | GRAY8 |
| RGB8Packed | RGB |
| RGB8 | RGB |
| BGR8Packed | BGR |
| BGR8 | BGR |
| YCbCr422_8 | YUY2 |
| YUV422_8 | YUY2 |
| YUV422_YUYV_Packed| YUY2
| YUV422_8_UYVY | UYVY |
| YUV422Packed | UYVY |
```
Expand Down

0 comments on commit df8292c

Please sign in to comment.