GUI with GUI Live RGB-Plot of Video Data
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Linda Kampe
am 31 Aug. 2018
Kommentiert: Angelik Hernandez
am 24 Mär. 2020

Hello there, I´m creating a customized image processing software with the Image Acquisition Tool. I would like to implement a Live RGB-Plot of Preview-Data. By using the preview function, I pass the preview Data to an axes.handle, which works fine. The I like to pass the data into a customized function (to plot the RGB channels) and pass the plot to another axes-handle (I guess I have to use Event.Data, which is created by the preview function]). But it doesnt work properly. I already tried to use the UpdadepreviewWindowFunction. Does someone have any suggestions?
2 Kommentare
Adam
am 31 Aug. 2018
Bearbeitet: Adam
am 31 Aug. 2018
Well, the problem is precisely what the error states. 'event' does not exist as a variable in that scope. You say it is created by the preview function yet you don't have any output arguments when you call preview so nothing will be passed from it into this Config_Callback function.
What does preview do exactly and what are you expecting 'event' to be such that it has a .Data field?
Akzeptierte Antwort
Linda Kampe
am 31 Aug. 2018
Bearbeitet: Linda Kampe
am 31 Aug. 2018
3 Kommentare
Angelik Hernandez
am 24 Mär. 2020
Can you help me. I did the code test and it marks me error, could you share part of your code?
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Image Preview and Device Configuration finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!