Image Acquisition Camera - High Speed - Fast Capture
13 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Jeremy
el 11 de Feb. de 2013
Comentada: Walter Roberson
el 5 de En. de 2018
Hello,
I am using Matlab 2012 with Image Acquisition Toolbox 2012.
I am using a generic webcam (Logitech Sphere AF) with the command
frame=getsnapshot(obj);
for image capture with the following default properties:
% % Device Specific Default Properties:
% BacklightCompensation = on
% Brightness = 128
% Contrast = 32
% Exposure = -7
% ExposureMode = auto
% Focus = 0
% FocusMode = auto
% FrameRate = 30.0000
% Gain = 0
% HorizontalFlip = off
% Pan = 0
% Saturation = 32
% Sharpness = 224
% Tilt = 0
% VerticalFlip = off
% WhiteBalance = 4000
% WhiteBalanceMode = auto
I am trying to find a faster camera model and property settings, if possible on a usb connection.
Does anyone have any suggestions for a specific camera model and associated manually configured properties settings for maximum frame capture speed?
Best, Jeremy
0 comentarios
Respuesta aceptada
Thomas
el 23 de Feb. de 2013
Editada: Walter Roberson
el 23 de Feb. de 2013
Jeremy,
We use the Thorlabs CMOS camera and get frame rates of several hundred Hertz using mex files, for regions of interest of 32 x 32 pixels. There is some memory management involved, and we use separate mex files for opening the camera (once per session), grabbing a frame, and closing the camera (once per session). We also have a mex file for setting the pixel clock, the exposure, and the frame rate. I don't promise it will work for you, but I've posted the files for the time being here, along with the code required to create the mex files and a demo m-file that tests it all out.
By the way, we also do SLM compensation through scattering media! Good luck.
7 comentarios
Walter Roberson
el 5 de En. de 2018
Chris Stockbridge mentioned a File Exchange contribution; did you give that a try?
Más respuestas (4)
Chris Stockbridge
el 20 de Oct. de 2015
All of the files for working with the Thorlabs DCx series of cameras can now be found on the MATLAB file exchange here: Thorlabs DCx
0 comentarios
Walter Roberson
el 11 de Feb. de 2013
How high are you aiming?
I would be almost certain this does not use a USB interface.
0 comentarios
Ver también
Categorías
Más información sobre MATLAB Support Package for IP Cameras en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!