You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When scanning fingerprints , some random frames are partially obscured by a dark gray bar - generally when the image changes during scan, not when showing a constant image over and over.
To Reproduce
Steps to reproduce the behavior:
Perform any fingerprint scan and observe the streaming image during the scan.
Expected behavior
Streaming display should show just the fingerprint images. The same streaming images show no problem on a web browser reading the stream.
Screenshots
Environment (please complete the following information):
Edition Windows 10 Pro
Version 22H2
OS build 19045.5131
Experience Windows Feature Experience Pack 1000.19060.1000.0
Attach logs
Additional context
Streaming located at registration-client/registration/registration-client/src/main/java/io/mosip/registration/controller/device/Streamer.java appears to add an extra byte to each image: line 166 allocates 1 byte more than the embedded image length as obtained in the content-length of the stream.
The text was updated successfully, but these errors were encountered:
Dear Mike,
It would be helpful if you could share more information for analysis, including the Registration Client versions, SBI details (vendor and version), and device details (make and model) etc..
Describe the bug
When scanning fingerprints , some random frames are partially obscured by a dark gray bar - generally when the image changes during scan, not when showing a constant image over and over.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Streaming display should show just the fingerprint images. The same streaming images show no problem on a web browser reading the stream.
Screenshots
Environment (please complete the following information):
Edition Windows 10 Pro
Version 22H2
OS build 19045.5131
Experience Windows Feature Experience Pack 1000.19060.1000.0
Attach logs
Additional context
Streaming located at registration-client/registration/registration-client/src/main/java/io/mosip/registration/controller/device/Streamer.java appears to add an extra byte to each image: line 166 allocates 1 byte more than the embedded image length as obtained in the content-length of the stream.
The text was updated successfully, but these errors were encountered: