Realsenseid

Latest version: v0.38.2

Safety actively analyzes 724020 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

0.38.0

**Note: Firmware 5.7.0.301 or newer require a license for facial recognition and spoofing features to work.
DO NOT upgrade to this new firmware unless you have a license.** See more [details ](https://github.com/IntelRealSense/RealSenseID?tab=readme-ov-file#product-keys) in the readme.md.

0.36.6

**Firmware 5.7.0.301 or newer require a license for facial recognition and spoofing features to work.
DO NOT upgrade to this new firmware unless you have a license.** See more [details ](https://github.com/IntelRealSense/RealSenseID?tab=readme-ov-file#product-keys) in the readme.md.

0.33.3

**Firmware 5.7.0.301 or newer require a license for facial recognition and spoofing features to work.
DO NOT upgrade to this new firmware unless you have a license.** See more [details ](https://github.com/IntelRealSense/RealSenseID?tab=readme-ov-file#setting-product-key) in the readme.md.

0.25.0

* Support for enrollment from RGB image in host mode.

0.24.0

* Improved latency for most operations.
* Improved Anti-spoofing protection in Medium security mode to prevent 3D masks.

0.23.0

* Added python support. Enable using
console
cmake -DRSID_PY=ON -DRSID_PREVIEW=ON ..


Example authenticate code:
python
def on_result(result, user_id):
print('on_result', result)
if result == rsid_py.AuthenticateStatus.Success:
print('Authenticated user:', user_id)

def on_faces(faces, timestamp):
print(f'detected {len(faces)} face(s)')
for f in faces:
print(f'\tface {f.x},{f.y} {f.w}x{f.h}')

with rsid_py.FaceAuthenticator(PORT) as f:
f.authenticate(on_faces=on_faces, on_result=on_result)


* See the [samples](https://github.com/IntelRealSense/RealSenseID/tree/master/samples/python) for build instructions and code samples to get started.

Page 2 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.