Android Question Barcode reader- how to stop the scanner

kisoft

Well-Known Member
Licensed User
Longtime User
HI
I am using this example:

How do I stop the QR code scanner? Is there any event in this class that gets raised when the scanner reads the barcode or QR code.
 

aeric

Expert
Licensed User
Longtime User
B4X:
    If camEx.IsInitialized Then
        camEx.Release
    End If


You may also check this thread:
 
Upvote 0

kisoft

Well-Known Member
Licensed User
Longtime User
Ok ... Thanks for the answer ..
As for B4XPages, it's too early for me ... I need to understand it more ...Besides, I have too big projects to switch to B4XPages ...
 
Upvote 0
Top