MATLAB: Appdesigner: Workaround Functionality PickableParts

app designergige cameraguideimage acquisitionImage Acquisition ToolboxMATLAB

Hi, I am trying to migrate myCameraGUI into AppDesigner. There are some issues in the Migration Report.
For example, the fucntionality Pickableparts is not supported in the App Designer with GUIDETAG cameraAxes. Are there any other similar functionality in the app designer?
I basically want to click on a button, to start and stop a camera stream, and another button to grab the image (snapshot) and save it to .mat file. I have even tried to write the similar code in app designer from scratch but it doesn't react to anything after clicking the button once, so i don't know how to solve that. 'myCameraGUI' does exactly what i want and i don't have any weird loading effects when I want to display the stream in the GUIDE.
I am very new with GUI and App designer, so any help appreciated.

Best Answer

It's not clear why you need pickable parts. Does the user need to draw an region on the image or is the area pre-defined?
If the user needs to draw an area, explore the Rectangle object.