Answered
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...

bijna 6 jaar ago | 1

Answered
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...

bijna 6 jaar ago | 0

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

bijna 6 jaar ago | 0

Answered
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...

ongeveer 6 jaar ago | 0

Answered
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...

ongeveer 6 jaar ago | 1

Answered
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>

ongeveer 6 jaar ago | 0

Submitted


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

ongeveer 6 jaar ago | 18 downloads |

Thumbnail

Answered
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...

meer dan 6 jaar ago | 0

Answered
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...

meer dan 6 jaar ago | 0

Answered
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...

meer dan 6 jaar ago | 0

Answered
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...

meer dan 6 jaar ago | 1

Answered
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...

meer dan 6 jaar ago | 0

Answered
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-...

meer dan 6 jaar ago | 0

Answered
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...

bijna 7 jaar ago | 1

Answered
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...

ongeveer 10 jaar ago | 0

Answered
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/...

ongeveer 10 jaar ago | 0