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
Just a small followup for reference. Since opencv is a default included addon for openFrameworks I'm just using cv::demosaicing to do my conversions as it is hardware optimized, etc. For pixels with no vertical flip I use
The difference is just RG vs GB (the default debayering function in this library is hard-coded to GB). After choosing the right conversion type, I pass my pixels like this:
The filter works correctly for horizontally flipped images.
This is likely because the pattern looks different upside-down.
@rovarma Thanks for your work on this! I'm updating https://github.com/bakercp/ofxPS3EyeGrabber/
The text was updated successfully, but these errors were encountered: