Feeds
提问
How can I save my camera parameters in a .mat or text file; for example exposure time and ISO value?
I am acquiring a specific number of frames, with the code below, and I would like to have the information of video objects prope...
4 years 前 | 1 个回答 | 0
1
个回答提问
Is it possible to get timestamp information from ''getsnapshot'' function in Image Acquisition toolbox?
Hello everyone! I have started to work with the Image Acquisition toolbox, and to acquire data I have used the videoinput o...
4 years 前 | 1 个回答 | 0
1
个回答已回答
retrieve information of timestamp using 'preview'
[ frames, timestamps] = getdata(vidObj); % here you are acquiring the data from your video object save('frames.mat','frames'...
retrieve information of timestamp using 'preview'
[ frames, timestamps] = getdata(vidObj); % here you are acquiring the data from your video object save('frames.mat','frames'...
4 years 前 | 0
提问
How to display a calculation result into a Text Edit Field using App Designer
Hello, As I am new to MATLAB and App Designer, I have the following problem : I have a button with a callback function, w...
4 years 前 | 1 个回答 | 0