已回答
taking input from two cameras at a same time in Matlab
Also refer to the following example which uses Parallel Computing Toolbox with Image Acquisition Toolbox <https://www.mathwor...

6 years 前 | 1

已回答
Need to take simultanous snapshots from 2 gigE Devices-will parfor work? how?
Refer to the following example which uses SPMD <https://www.mathworks.com/matlabcentral/answers/388286-how-can-i-acquire-imag...

6 years 前 | 0

已回答
Display a struct as a table
Using struct2table with the 'AsArray' true option produces the desired behavior: T = struct2table(S, 'AsArray', true);

6 years 前 | 0

已回答
How to acquire buffered frames from a gigecam object?
For hardware triggering, videoinput gige interface is a better option than gigecam. Refer to the following example: <https://ww...

6 years 前 | 0

已回答
Data acquisition with NI modules with different sampling rate requirements (NI 9219 and 9234) on a 9174 chassis
There is now an example that shows how to do this. <https://www.mathworks.com/help/daq/examples/acquire-data-from-two-devices...

6 years 前 | 1

已回答
Virtual Camera Support for Matlab Image Acquisition Toolbox
IP Cameras are directly supported in MATLAB as of MATLAB R2015a <https://www.mathworks.com/hardware-support/ip-camera.html>

6 years 前 | 0

已提交


Data Acquisition Live app
App for acquisition live view and data logging from a DAQ device or sound card

6 years 前 | 26 次下载 |

Thumbnail

已回答
How can I identify COM port devices on Windows
As of MATLAB R2017a you can use seriallist. This will return the list of available serial ports, but not the Windows port descri...

6 years 前 | 0

已回答
DAQ toolbox memory leak
This is fixed in MATLAB R2017b. A workaround is attached to <https://www.mathworks.com/support/bugreports/1583018 this bug re...

6 years 前 | 0

已回答
How to get Data Acquisition Toolbox in Simulink
Data Acquisition Toolbox Simulink blocks are available for 64-bit MATLAB installations starting in MATLAB R2016b. <https://ww...

6 years 前 | 0

已回答
Signal Ghosting using NI USB-6001 with Simulink
For an explanation on why you observe ghosting when acquiring from a multiplexed DAQ device such as NI USB 6001 with no signal c...

6 years 前 | 1

已回答
How to add camera preview in matlab gui without using image acquisition tool box?
The following Answers post includes example code for a webcam custom preview window: <https://www.mathworks.com/matlabcentral/a...

6 years 前 | 0

已回答
14 bit grayscale movie/image acquisition
The following post shows a relevant example: <https://www.mathworks.com/matlabcentral/answers/351901-how-can-i-log-frames-to-...

6 years 前 | 0

已回答
MatLab DAQ session causes memory leak when running in background mode with digital channels
This is fixed in MATLAB R2017b. A workaround is attached to <https://www.mathworks.com/support/bugreports/1583018 this bug re...

7 years 前 | 1

已回答
How to acuire image with Hamamatsu CMOS and NI PCI6220M?
Hi Yoichi, Looking at the <http://www.hamamatsu.com/jp/en/product/category/3100/4013/4170/4199/C9001/index.html Hamamatsu C90...

10 years 前 | 0

已回答
Unable to detect ParseBinary32Bit_SCPI Error ?
ParseBinary32Bit_SCPI is not a built-in function. If you are using this example from file exchange <http://www.mathworks.com/...

10 years 前 | 0