matlab窗口调用摄像头

这里介绍使用guide创建图形界面,调用摄像头并捕获图像的方法。

操作方法

  • 01

    首先确定安装好了摄像头的驱动,打开“应用程序”>“image acquisition”查看

  • 02

    新建图形用户界面:“新建”>“图形用户界面”

  • 03

    从左侧选择控件,添加到面板

  • 04

    双击空间进行属性设置,“string”为显示名称,“tag”为id。将两个axes的“visable“属性设置为”off“

  • 05

    更改”.m“文件: function varargout = untitled1(varargin) % UNTITLED1 MATLAB code for untitled1.fig %      UNTITLED1, by itself, creates a new UNTITLED1 or raises the existing %      singleton*. % %      H = UNTITLED1 returns the handle to a new UNTITLED1 or the handle to %      the existing singleton*. % %      UNTITLED1('CALLBACK',hObject,eventData,handles,...) calls the local %      function named CALLBACK in UNTITLED1.M with the given input arguments. % %      UNTITLED1('Property','Value',...) creates a new UNTITLED1 or raises the %      existing singleton*.  Starting from the left, property value pairs are %      applied to the GUI before untitled1_OpeningFcn gets called.  An %      unrecognized property name or invalid value makes property application %      stop.  All inputs are passed to untitled1_OpeningFcn via varargin. % %      *See GUI Options on GUIDE's Tools menu.  Choose "GUI allows only one %      instance to run (singleton)". % % See also: GUIDE, GUIDATA, GUIHANDLES % Edit the above text to modify the response to help untitled1 % Last Modified by GUIDE v2.5 12-Mar-2015 20:53:43 % Begin initialization code - DO NOT EDIT gui_Singleton = 1; gui_State = struct('gui_Name',       mfilename, ... 'gui_Singleton',  gui_Singleton, ... 'gui_OpeningFcn', @untitled1_OpeningFcn, ... 'gui_OutputFcn',  @untitled1_OutputFcn, ... 'gui_LayoutFcn',  [] , ... 'gui_Callback',   []); if nargin && ischar(varargin{1}) gui_State.gui_Callback = str2func(varargin{1}); end if nargout [varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:}); else gui_mainfcn(gui_State, varargin{:}); end % End initialization code - DO NOT EDIT % --- Executes just before untitled1 is made visible. function untitled1_OpeningFcn(hObject, eventdata, handles, varargin) % This function has no output args, see OutputFcn. % hObject    handle to figure % eventdata  reserved - to be defined in a future version of MATLAB % handles    structure with handles and user data (see GUIDATA) % varargin   command line arguments to untitled1 (see VARARGIN) % Choose default command line output for untitled1 handles.output = hObject; % Update handles structure guidata(hObject, handles); % UIWAIT makes untitled1 wait for user response (see UIRESUME) % uiwait(handles.figure1); % --- Outputs from this function are returned to the command line. function varargout = untitled1_OutputFcn(hObject, eventdata, handles) % varargout  cell array for returning output args (see VARARGOUT); % hObject    handle to figure % eventdata  reserved - to be defined in a future version of MATLAB % handles    structure with handles and user data (see GUIDATA) % Get default command line output from handles structure varargout{1} = handles.output; global vid; vid = videoinput('winvideo'); %set(vid,'ReturnedColorSpace','grayscale'); function pushbutton1_Callback(hObject, eventdata, handles) axes(handles.axes1); global vid; vidRes = vid.VideoResolution; nBands = vid.NumberOfBands; hImage = image( zeros(vidRes(2), vidRes(1), nBands) ); preview(vid, hImage); % --- Executes on button press in pushbutton2. function pushbutton2_Callback(hObject, eventdata, handles) % hObject    handle to pushbutton2 (see GCBO) % eventdata  reserved - to be defined in a future version of MATLAB % handles    structure with handles and user data (see GUIDATA) axes(handles.axes2); global vid; f=getsnapshot(vid); imshow(f);

  • 06

    点击运行,单击”preview“进行预览,单击”snapshot“捕获图像

(0)

相关推荐

  • 在Matlab中安装摄像头外部支持以调用摄像头

    好像自从Matlab2014a之后要想调取摄像头的话,就得自己安装外部支持包才能调取了,于是在此写了一篇如何在2016a中安装外部支持包以便调用摄像头的教程. matlab的各个版本,下载链接见参考资 ...

  • MATLAB如何调用M文件?

    MATLAB如何调用M文件呢?接下来小编就为大家分享一下MATLAB调用M文件的方法,希望能帮到大家! 操作方法 01 打开matlab软件,点击新建脚本,如图. 02 在新建的脚本文件下输入如下代码 ...

  • Chrome下iframe父窗口调用子窗口的兼容问题

    通常常用的 window.frames[iframe_name] 引用方式在IE.FF中没问题.遇到Chrome后,提示脚本错误! 通过网上查找资料,终于解决!在此谢谢提供帮助的各位大虾! 操作方法 ...

  • 华为手机微信无法调用摄像头,无法拍照怎么办?

    当我们想使用微信来发表朋友圈(实拍的)时,就需要使用到手机摄像头,今天小编就教大家:华为手机微信无法调用摄像头,无法拍照怎么办? 操作方法 01 打开手机,我们打开手机系统设置,如图所示. 02 来到 ...

  • matlab怎么调用自定义函数

    有时候我们在使用matlab的时候,想调用自定义函数,怎么调用呢,下面来分享一下方法 操作方法 01 第一步在matlab中创建了一个自定义函数test_data,并将test_data函数放在当前文 ...

  • MATLAB怎么调用函数和使用函数

    在MATLAB中有许多自带函数供我们使用,如果这些函数功能不够,我们还可以自定义函数并进行调用,下面分享给大家MATLAB调用函数和使用函数的方法.步骤,希望能够帮助大家. 操作方法 01 第一步:M ...

  • ThinkPad机器的内置摄像头如何调用_脚本之家_国内最受关注的计算机应用解决中

    新的热键驱动增加了Fn F6的功能,点击后机器上会打开一个界面,可直接调用摄像头,并且可以对摄像的亮度等进行更详细设置,但不能进行拍照和录像,如图: 如果需要做设置,可以点击“更多摄像头设置”,会出现 ...

  • 如何查看偷偷调用手机摄像头的app?

    今日,一款手机的独特设计惹出一个大麻烦.这款前置摄像头采用升降式设计的手机,竟然检验处有些流氓软件竟然在用户不知情的情况下偷偷使用前置摄像头!想想我们普通手机,摄像头也会被偷偷使用吧?细思极恐!干脆我 ...

  • TIM不能使用摄像头视频聊天该怎么办?

    TIM想要与好友视频聊天,发现不能使用摄像头,该怎么办呢?下面我们就来看看详细的教程. 1.在打开的TIM聊天主界面,点击右下角的“主菜单”按钮. 2.在打开的下拉菜单中点击“设置”菜单项. 3.这时 ...