Java Question color detection library

locxtronic

Member
Licensed User
Longtime User
hi everyone, im new here.. basic4android is awesome.. anyway i like to ask is there any color detection library? what i really want to do is:

1. user will start the camera and it will be a cursor at the center of the screen.
2. when user point the cursor to object for example white shirt, then a label will display "white".
 

vb1992

Well-Known Member
Licensed User
Longtime User
Last edited:

COBRASoft

Active Member
Licensed User
Longtime User
Should be possible with the Advanced Camera Library by which you can work with the preview picture. XverhelstX could help you here as he wrote the library.
 

locxtronic

Member
Licensed User
Longtime User
Should be possible with the Advanced Camera Library by which you can work with the preview picture. XverhelstX could help you here as he wrote the library.

i already try to use that library, and im able capture a picture.. the only thing is, i dont know how to get sample pixel and analyze the rgb.. :eek:
 
Top