IntelRealSense / RealSenseID

Intel® RealSense™ ID SDK
https://intelrealsense.com/facial-authentication/
Apache License 2.0
98 stars 57 forks source link

F455 - Disable secure mode #76

Closed morpheu1988 closed 3 years ago

morpheu1988 commented 3 years ago

Hello Community,

after compiling the RSID Viewer with the option RSID_SECURE I'm not able anymore to run the camera with a Viewer without this option enabled.

It gives to me the QueryErrror: Security Error.

I can I disable the secure mode and make my camera working again without it?

Thank you

Regards,

Francesco

alexk1976 commented 3 years ago

once you run security mode once it's paired your host and device. now you need to activate unpair. you use command line tool (rsid-cli.exe) to unpair. After that you can use non-secure mode again

morpheu1988 commented 3 years ago

I had managed to unpair my device forcing and unpair in the source code. Your suggestion makes everything more smooth. Thank you

Francesco