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