Im working on a uni project using sony sdk. Right now when I use the capture image API from sony sdk, it downloads both RAW and JPEG images to my PC. As the image size is very high, it takes some time to download, which impacts the video streaming. Therefore, I want it only to download the JPEG image when I shoot photos (not the RAW image) or a second option to keep the images in the camera SD card and not to download to the host PC. Can anyone tell me if there is any way I can acheive one of the above?
Thanks