-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to discover my HP scanner #1
Comments
The TWAIN Direct Bridge (included in the twain-direct project) is required for any scanner that only supports the legacy TWAIN Driver. |
Hello @mlmcl62 : We (me, Paresh and my team) import both the demo android and IOS and in IOS it shows all scanner in scanning list, but in android it is not showing, there is no filter in IOS where in android there is filter for scanning list. I added condition in AndroidServiceDiscoverer.java
instead of only if (type.equals("twaindirect")) and it will listed then scanner. We have HP LaserJet MFP M132snw Printer/Scanner and it is TWAIN supported. What we done
but after that we call api .../privet/register and pass the params as looking in demo but it always return {"error": "invalid_params"} in POSTMAN. do you have any idea how can we go further here. |
POST /privet/registerX-Privet-Token: xxxxx { "kind": "twainlocalscanner", "commandId": "xxxxxxxxxxxxxx", "method": "createSession" } it always return {"error": "invalid_params"} @jayesh28589 Did you have a solution? |
Hello there,
I'm unable to discover my HP Laserjet MFP M129-M134 scanner using this app which is TWAIN compliant device as per product specification.
Please help me out here.
The text was updated successfully, but these errors were encountered: