Buongiorno a tutti,
Tramite la fotocamera del telefono vorrei inserire i dati in una pagina web, la pagina web mi richiede codici ean , vorrei utilizzare la fotocamera con lettura barcode in simulazione "Tastiera" , un po come fanno molti terminalini con la lettura laser incorporata, qualcuno ha qualche idea?
Grazie mille
The attached project wraps the ZBAR part of this Github project. It looks very much the same as the project that I have posted here. Both projects use the same ViewFinder but they use different decoding engines (ZXING and ZBAR respectively). I have not tested all the barcode formats but it...
The attached project wraps the ZBAR part of this Github project. It looks very much the same as the project that I have posted here. Both projects use the same ViewFinder but they use different decoding engines (ZXING and ZBAR respectively). I have not tested all the barcode formats but it...
Anche io,
Il problema non e' leggere il barcode con la fotocamera, ma inserire il codice letto in un campo all'interno di una pagina web, x esempio supponiamo che apri la ricerca con google, tramite un oggetto webview, al centro della pagina trovi il "campo" dove puoi inserire il dato che vuoi cercare, ecco a quel punto il vorrei leggere il codice ean tramite la fotocamera, e il risultato inserirlo nel campo di ricerca di google. Hai qualche idea di come fare?
I had seen that some had asked (including myself) how to start Google Navigation with the search page as intent, just like if you would call the application manually. Here is how it works. Sub StartGoogleNavi () Dim mapIntent As Intent Dim geoURI As String geoURI = ""...
Penso di aver risolto il mio quesito con questa libreria, in pratica leggo il codice dalla fotocamera, e poi lo "invio" grazie a questa libreria che simula
L'inserimento della tastiera.
B4A Library - SendInput - Emulate user input within your app | B4X Rapid Application Development & Programming Tools
SendInput Library v0.2 * v0.2 31/03/2014 Added: SwipeParams - Now allowing the delay between each swipe pulse to be increased or decreased. Moved: 'Step' parameter from SendSwipe to SwipeParams This library allows you to emulate user input within the application. You can send key codes, a...