I am interested in accessing the image from the camera, most of the applications shown on the forum shows files being saved as JPG or images sent by network methods to other platforms , I am interested in doing a very simple machine vision application where my desired target is a highly reflective tape which tends to saturate the camera once it is well lit , and I only want to check a quite small area of the image , not scan the entire image, can I do this action using the array of bytes provided in the Image Preview function of the camera library , if so how is the image organised and what format is the data in , and most importantly how many frames per second can I expect to be able to inspect given that the routine to scan for my desired target is not taking allot of time . Is this approach do-able using B4A or am I expecting more that can be achieved using this language on the Android Os,,