Hello, I am browsing this post while doing the matlab dlp4500 control interface. The mex file provided on github is used. But what I did was to achieve automatic projection of the image and camera shooting. Therefore, the matlab program I designed should add a camera shooting program after each image is projected. The idea is to use a loop structure. Therefore, it should be modified based on the program provided in this post. So to enter the address of the first picture in lcrsendimagelut(), corresponding to the DLPC350_SendImageLut(&splashLut[0], 1) in the source program; Then let splashLut[0] = m_picture; design the loop structure to make m_picture increment for projection, and add a photo and save program in the loop structure. I would like to ask what kind of modification should be made based on the lcrsendimagelut() provided in this post.