image thumbnail
from Elphel JP4 image manipulating by Konstantin Kim
Decoding JP4 images, produced by Elphel network cams.

demo.m
img=imread('fruits.jp4'); %load image
img=img(:,:,1);	          %strip data
II=deblock16x16(I);       
J=demosaic(II,'grbg');
imshow(J);

Contact us at files@mathworks.com