Wesley Osborn
New Member
I'm currently grabbing a frame with obs_source_get_frame but I'm having issues pointing to the array of pixels from there. The image is needed to process a facial feature live. To do that I need to pass the width(check), height(check), color format(check), and pointer to the pixel array(access violation). Any help would be appreciated.