National Instrument DAQ Devices with OpenViBE

Obtaining data from various hardware devices
Post Reply
muhsin.ali
Posts: 2
Joined: Wed Oct 20, 2010 11:39 am

National Instrument DAQ Devices with OpenViBE

Post by muhsin.ali »

Hi
I want to use NI DAQ Device for data acquisition in OpenViBE, does Acquisition Sever support NI devices or a driver has to be developed ?


Muhsin

lbonnet
Site Admin
Posts: 417
Joined: Wed Oct 07, 2009 12:11 pm

Re: National Instrument DAQ Devices with OpenViBE

Post by lbonnet »

Hi Muhsin and welcome on board !

As stated in the FAQ we don't support the NI DAQ devices, however a contribution is possible ;)

cheers

Laurent-
Follow us on twitter >> openvibebci

Checkout my (old) blog for some OpenViBE tips & tricks : here !

muhsin.ali
Posts: 2
Joined: Wed Oct 20, 2010 11:39 am

Re: National Instrument DAQ Devices with OpenViBE

Post by muhsin.ali »

Thanks for your reply.
Regarding to contribution, how a driver can be created for acquisition devices (NI DAQ in my case) :?:

Thanks in advance


Muhsin

lbonnet
Site Admin
Posts: 417
Joined: Wed Oct 07, 2009 12:11 pm

Re: National Instrument DAQ Devices with OpenViBE

Post by lbonnet »

Hi Muhslin !

To contribute, you should check the dedicated pages :
- Installation procedure : how to install the source code and compile it
- Contribution rules : how to write the c++ code with the right format if you want to integrate your contribution in the project
- Developer tutorials, especially the driver development tutorial : how to write an openvibe driver :)

Regarding the driver itself, it is strongly related to the device you are using and how you can communicate with it.
I don't know how NI DAQ devices work, but if you have an API or a protocol, I am sure a driver can be implemented.

Regards

Laurent-
Follow us on twitter >> openvibebci

Checkout my (old) blog for some OpenViBE tips & tricks : here !

Post Reply