Why do I receive the error "GETDATA timed out before FRAMES were available" when using GETDATA in Image Acquisition Toolbox 4.3 (R2012a)? I'm using a camera on a Linux machine. …
Ask an expert. Trust the answer.
Academic and engineering questions answered by verified MATLAB professionals.
Why do I receive the error "GETDATA timed out before FRAMES were available" when using GETDATA in Image Acquisition Toolbox 4.3 (R2012a)? I'm using a camera on a Linux machine. …
Hi, I am currently doing a project that involves 3D reconstruction using a camera array. I have 16 Microsoft HD-3000 webcams, Matlab R2017a on Windows 7 (64bit) OS. I need…
I am working on several projects that involve using Arduinos and other serial connected devices with a MATLAB GUI. I have a solution for identifying the devices that opens all the …
hello everyone, I have faced this error on my CNN: (Layer 5 is expected to have a different size) I'm trying to implement the CNN algorithm that used on paper (A Deep-Network Solut…
When I open the preview window after acquiring image data from my camera: h = preview(vid); Instead of the video data, a blank or poor contrast white figure window is display…
I would like to know how I can calculate polyarea in metres from known latitude and longitude GPS coordinates. I have time data for 18 individuals and would like to know the area p…
I've monthly soil monisture NC file. This file contains monthly soil monisture data since 1948. I want to extract soil data within my shapefile in text file (Shapefile has also att…
I have three separate images that represent the strain of an area in the XX, XY, and YY axis. These images are all scaled the same. My goal is to combine the separate strains into …
Hello, I have a .shp file of the country Ireland. This is the file I read the file into matlab using the code: S = shaperead('Ireland.shp') My question is how can I v…
Hello, I am moving some Matlab code from working in Matlab to working in C through the Matlab Coder. I use the function imsubtract to see the difference between two photos. I wa…