We are starting to use RPI5 with the HQ sensor and we got it to work with almost 90% of features working with libcamera APIs.
One of the issues is absence of color setting in the new library compared to raspistill (picamera api). We used to use different modes like
exposure_number = ['auto','off','night', 'nightpreview', 'backlight','spotlight', 'sports','snow','beach','verylong','fixedfps','antishake','fireworks']
effect_number = ['none','negative','solarize', 'colorswap','washedout','colorbalance','cartoon','sketch', 'denoise','emboss', 'oilpaint','hatch','gpen','pastel','watercolor','film','blur']
awb_number = ['off','auto','sunlight','cloudy','shade','tungsten','fluorescent','incandescent','flash','horizon']
Are there equivalents in the new camera framework for the same?
libcamera api only has these settings:
1. exposure_number = ['normal','sport','short','long'];
2. no effects
3. awb_number = ['auto','normal','incandescent','tungsten','fluorscent','indoor','daylight','cloud']
we need the missing settings too
One of the issues is absence of color setting in the new library compared to raspistill (picamera api). We used to use different modes like
exposure_number = ['auto','off','night', 'nightpreview', 'backlight','spotlight', 'sports','snow','beach','verylong','fixedfps','antishake','fireworks']
effect_number = ['none','negative','solarize', 'colorswap','washedout','colorbalance','cartoon','sketch', 'denoise','emboss', 'oilpaint','hatch','gpen','pastel','watercolor','film','blur']
awb_number = ['off','auto','sunlight','cloudy','shade','tungsten','fluorescent','incandescent','flash','horizon']
Are there equivalents in the new camera framework for the same?
libcamera api only has these settings:
1. exposure_number = ['normal','sport','short','long'];
2. no effects
3. awb_number = ['auto','normal','incandescent','tungsten','fluorscent','indoor','daylight','cloud']
we need the missing settings too
Statistics: Posted by jana007 — Wed Mar 06, 2024 4:44 am