ST原厂LSM6DSL I2C总线驱动 In the 'driver' folder there are the driver files of Mems Sensor (.h and .c) to be included in your project. Driver documentation can be generate using Doxigen tool. The driver is platform independent, you need only to complete the two functions for write and read from Mems Hardware Bus. The files (.c) in 'example' folder, are examples showing how to integrate the Standard C driver in a project. They are written for STM32 Microcontroller using CubeMX API, but you can use it as a guideline for every hardware. www.st.com/mems LSM6DSL DS rev7.0
2019-12-21 20:05:59 32KB LSM6DSL
1
这个是开发符合UVC标准的USB模拟数据包来模拟虚拟摄像头。 首先进入“虚拟端驱动-最新-”目录, 按照里边的说明安装USB虚拟总线驱动, 64位驱动没签名,若要安装成功,需要你自己签名处理. 然后,就可以编译运行程序xusb_vcam,会生成2个虚拟实例摄像头, 摄像头是符合UVC协议标准的免驱的。 可以按照正常使用摄像头的用法来使用虚拟摄像头。 src 目录里边的 old-drv-interface 子目录是使用发布到CSDN上的 http://download.csdn.net/detail/fanxiushu/9538188 驱动代码的接口部分代码, 若想开发自己的虚拟USB总线驱动,和自己的USB虚拟摄像头, 则可下载上边连接提供的驱动代码,并且编译测试。 代码作为例子,并没提供实际的数据源,只是在main.cpp代码中简单的动态模拟了一段文字大小不断变化。 你若有实际需要,可自行扩展功能, 但是慎重申明,请勿使用本代码作为基础开发出具有欺骗性功能的摄像头从事欺诈活动.
2019-12-21 19:33:33 331KB C++ Windows
1