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
Currently only 8bit pixel depth is supported. The brightness / exposure search and different other functions are operating on values between 0 and 255. The support of 12bit pixel depth would need to template multiple functions that take uint8_t as default pixel type by taking into account the number of channels.
The text was updated successfully, but these errors were encountered:
Are you still working on it @marceldebout? I really want to take advantages of wide dynamic range cameras.
Which are the parts of the codes that I need to template to make it supports 12bit pixel?
Currently only 8bit pixel depth is supported. The brightness / exposure search and different other functions are operating on values between 0 and 255. The support of 12bit pixel depth would need to template multiple functions that take
uint8_t
as default pixel type by taking into account the number of channels.The text was updated successfully, but these errors were encountered: