From: Nguyen on
Hi, I'm trying to connect a Webcam to computer using MATLAB. When a microprocessor send a byte to computer through Serial Port, a received interrupt occurs and MATLAB will call the BytesAvailabeFcn function. In this function, I capture image from Webcam and imshow it to an axes of GUI. Now, I don't know how to imshow that image to GUI. Could you help me? Thanks!
N