Reputation: 479
I am creating a simple Java client for the HIKVISION cameras. (Primarily for Linux).
I want to add a feature to let the user generate a QR code base of the camera list (This feature is already exist in Hikevision apps Windows and android).
I read all Hikvision SDK documentation but I could not find anywhere about generating QR Code.
I can generate QR but the question is what data I have to use to generate a QR that is usable by original Hikvision apps as well.
Thanks
Upvotes: 2
Views: 949
Reputation: 31
"cloud url (litedev.eu.hikconnect.com)"\n"Device Serial Number"\n"Device verificationcode"
This is format that Hikvision uses for their QR code generation.
As those are also needed when using OpenApi and SDK from hik-partner pro or hik-connect
Upvotes: 0