Borrar filtros
Borrar filtros

Extracting single frame from 'From Video Device' block in Simulink

2 visualizaciones (últimos 30 días)
Harshil Patel
Harshil Patel el 9 de Mzo. de 2016
Respondida: Aishwarya el 4 de Oct. de 2023
Hi,
Could someone please tell me how to extract a single frame from 'From Video Device' block in Simulink. I want to use this image later for image processing.
Thanking You, Harshil

Respuestas (1)

Aishwarya
Aishwarya el 4 de Oct. de 2023
Hi Harshil,
I understand that you are looking for a way to extract a single frame from the "From Video Device" block in Simulink and save it as a matrix in the MATLAB workspace.
Below is an approach you can follow to achieve this:
  1. Connect the "From Video Device" block to the "Video Viewer" block in your Simulink model.
  2. Run the simulation and pause it when the desired frame is displayed in the "Video Viewer" block.
  3. In the "Video Viewer" block, select "Export to Image Tool." This will open the "Image Tool" app with the desired frame.
  4. Inside the "Image Tool" app, go to "File" and choose "Export to Workspace." You will be prompted to enter an "Image variable name." This variable name will be used to save the image in the base workspace as a matrix.
Please note that the provided links below contain documentation that you may find helpful for further reference:
Hope this helps!
Regards,
Aishwarya Palli

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by