如何将 WinBioCaptureSample 转换为图像

发布于 2024-11-25 09:49:13 字数 181 浏览 2 评论 0原文

我的问题是这样的:我得到了 WINBIO_BIR_DATA 类型的二进制数据的数据结构(http://207.46.172.252/en-us/library/dd401649(VS.85).aspx),我相信这是 ac 结构。我如何将其转换为图像?

看起来它给了我某种尺寸?有人对如何将其转换为我可以解析和使用的图像有任何想法吗?

My problem is this: I'm given a data structure of binary data of type WINBIO_BIR_DATA (http://207.46.172.252/en-us/library/dd401649(VS.85).aspx) which is a c struct I believe. How would I convert it to an image?

It seems it give me some kind of size? Anyone have any ideas on how to convert this into an image I can parse and use?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

蓝眼泪 2024-12-02 09:49:13

WINBIO_BIR_DATA 用于供应商特定的数据。

如果您想要图像,它将位于 WINBIO_BIRStandardDataBlock(如果 HeaderBlock 的类型设置为) WINBIO_ANSI_381_FORMAT_TYPE

如果您想将 ANSI 381 图像转换为 DIB,您可能可以在网上找到足够的信息来缩小差距。

The WINBIO_BIR_DATA is for vendor-specific data.

If you want an image, it'll be in the WINBIO_BIR's StandardDataBlock if the HeaderBlock's Type is set to WINBIO_ANSI_381_FORMAT_TYPE.

If you want to convert an ANSI 381 image to a DIB, you can probably find enough information online to close the gap.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文