displaying compound images acquired from multiple cameras on 1 figure/GUI
Show older comments
Hi I am trying to preview a movie object that shows the difference image from 2 identical cameras. Eventually I want to create a GUI that shows either the sum image or the difference image. However, I can't seem to figure out if it's possible to create a video object from 2 video inputs. I tried using the setappdata command to create an UpdatePreviewWindowFcn that would take the difference between the 2 inputs, but the error message is not telling me what's wrong so I'm not sure how to fix. I am not sure if there is another way to modify the acquired data before previewing it other than updating the preview window function (via setappdata). Is there another way?
Alternatively, rather than previewing a video object I thought of reading the data and then just showing a movie. But here I am not sure how to order the commands such that each frame pair acquired by the 2 cameras becomes a frame in the movie that shows in real time.
Any tips on how to do this would be greatly appreciated. Please and Thank you. David
Answers (2)
Walter Roberson
on 3 Mar 2013
0 votes
Extend the below example slightly: http://www.mathworks.com/help/imaq/examples/alpha-blending-streamed-image-pairs-1.html
Reem Barakat
on 23 Jan 2018
0 votes
hi .. I want the code that take several snapshot using 2 cameras
Categories
Find more on Image Acquisition Support Packages for Hardware Adaptors (Generic Video Interface) in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!