This assumes that you configured the desired Std::PixelFormat
via the GenApi:
The simplest way would be to use
Device Discovery
(which doesn’t use the GenICam.ini):
https://forum.commonvisionblox.com/t/raw-color-format-in-device-discovery/253/2?u=parsd
Pre-Configuration via GenICam Browser/Management Console
(and thus the GenICam.ini)
You need to modify the ini-file itself:
- Find the wanted camera section
(like[Channel_0]
) - Change the
PixelFormat
entry in that section as hinted above
(e.g.PixelFormat = 0
for RAW)