android:Customize camera for QR code scanning using ZXING -


I am scanning the QR code using ZXING lib and it is working fine. Now I want to customize my camera to show only on half the screen and on the other half I want to show my linear layout. Is it possible ZXING? If not, there is another Liberty which will allow me to do this

It is possible, however If you were just using the intent of the Xxing app or using their underlying activity then it would have to write a bit more code. You have to write your own activity and layout and set up camera preview for those items. It's not very simple if you do not have much information about the zaxing or camera but all the information is out there, you want a thread that pulls the preview frame and runs them through the datamatrix reader and handles the output.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -