Hi,

Does the Google API for Camera preview callback support passing stride-d
buffer (Width of the buffer is larger than the image data present in the
buffer) from the Camera Service level?

I see the below signature that applications are provided to access the
preview data from Camera.

Is it possible to communicate the stride somehow to the applications so that
applications can skip the padding bytes at the end of every line?

        public void onPreviewFrame(byte[] data,
                                   android.hardware.Camera camera) {

Thanks,
Sundar

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to