availability of python wrapper for Realsense ID
Hi,
I have used the Realsense D4x5 product and the library in our product on Ubuntu 16.04 with python3.6 and would like to do the same with Realsense ID F45x camera. When will the python wrapper be available?
Thanks,
K
-
Hi Kahren,
The Python wrapper is now available at
https://github.com/IntelRealSense/RealSenseID/tree/master/wrappers/python
Regards,
Munesh
Intel Customer Support -
Hi, I am also working with python3.6. I was able to run the "Viewer.py" file and get the image from the camera, but when the "a" key is pressed or when I want to run the "authenticate.py" code, I get the following error. Did you get this error or do you have any information?
NOTE: The device I use is SKU1.
Mistake:
[2021-07-28 15:46:42.814] [debug] [LinuxSerial] Opening serial port /dev/ttyACM0 baudrate 115200
[2021-07-28 15:46:42.931] [debug] [NonSecureSession] Start session
[2021-07-28 15:46:42,931] [debug] [PacketSender] Sending packet 'o'
[2021-07-28 15:46:42.933] [debug] [PacketSender] Waiting packet..
[2021-07-28 15:46:42.941] [error] [PacketSender] Got invalid crc. Expected: 561. Actual: 201000
[2021-07-28 15:46:42.941] [error] [NonSecureSession] Failed to recv device start session response
[2021-07-28 15:46:42,941] [error] [FaceAuthenticatorImpl] Session start failed with status 108
on_result AuthenticateStatus.CrcError
Traceback (most recent call last):
File "authenticate.py", line 22, in
f.authenticate(on_faces=on_faces, on_result=on_result)
RuntimeError: CrcError -
Hello,
Please try updating your firmware. Refer to this post:
https://support.intelrealsense.com/hc/en-us/community/posts/4404417377299/comments/4404467141651
Regards,
Munesh
Intel Customer Support
-
Hi Munesh
Thank you for your answer, I did not get any error when I did it as you said.
Please sign in to leave a comment.
Comments
4 comments