i am trying to get image from usb biometric fingerprint reader device using webusb api. The data returned from device is a DataView() (typed array? arraybuffer?). i google it, and can not find a way to convert/extract image from this dataview object. is it black hole for javascript? I would appreciate any ideas.
logged returned data:
DataView(512)
ArrayBuffer(512)
[[Int8Array]]: Int8Array(512) [19, 1, …]
[[Int16Array]]: Int16Array(256) [275, 310, …]
[[Int32Array]]: Int32Array(128) [20316435, 22806905, …]
[[Uint8Array]]: Uint8Array(512) [19, 1, ..]