Closed naturalui closed 4 years ago
Already started working on this. Will release update next week.
Thats awesome, thanks for this awesome component.
@naturalui just pushed version 1.1.1 which adds support for dark background. I've added color validation functionality because there can be cases when developers choose dark colors which makes detection almost impossible.
@aslanyanhaik
Should this work? I'm testing white code on black background, does not seem to detect (both with camera or image)
Seems like it only works on the output generated image (White Background), not while on a black BG (using the example app). Could this be made configurable?
I tried to apply a
CIFilter(name: "CIColorInvert")
to the pixelBuffer with not much luck.