Hi everybody,
I'm absolutely new in Android prog. and of course in B4A, so although I have been searching into the forums with no success it's possible that the answer be quite simple.
I´m trying to build a barcode scanner as a part of a major project, only ean13 codes are needed, I have done the same in other languages. Of course I know that exists libraries like Zxing and others, but they are too big for what I need.
My question is,
Using camera2 library and once the camera its playing into a panel how can I read a pixel.
I wouldn't like to copy the entire panel into a canvas to do it, because the system must work in real time.
Can I implement in anyway a getPixel into the panel, adding a view on it ???
Can I copy a clip as a part of the panel into a buffer in with read each pixel ???
I will appreciate any help,
thanks
Jose A
I'm absolutely new in Android prog. and of course in B4A, so although I have been searching into the forums with no success it's possible that the answer be quite simple.
I´m trying to build a barcode scanner as a part of a major project, only ean13 codes are needed, I have done the same in other languages. Of course I know that exists libraries like Zxing and others, but they are too big for what I need.
My question is,
Using camera2 library and once the camera its playing into a panel how can I read a pixel.
I wouldn't like to copy the entire panel into a canvas to do it, because the system must work in real time.
Can I implement in anyway a getPixel into the panel, adding a view on it ???
Can I copy a clip as a part of the panel into a buffer in with read each pixel ???
I will appreciate any help,
thanks
Jose A