Changes

147 bytes added ,  07:17, 11 November 2014
no edit summary
Line 79: Line 79:  
Note that the hardware doesn't actually handle MJPEG, for that the hardware only does color format conversion. The input color format for that(with SKATER at least) is yuyv422, and the output color format is RGB565(this is probably determined by the [[MVDSTD:GetConfig|configuration]]).
 
Note that the hardware doesn't actually handle MJPEG, for that the hardware only does color format conversion. The input color format for that(with SKATER at least) is yuyv422, and the output color format is RGB565(this is probably determined by the [[MVDSTD:GetConfig|configuration]]).
   −
By default MVD does various post-processing with the output image, this is controlled by the [[MVDSTD:GetConfig|configuration]].
+
By default MVD does(?) various post-processing with the output image, this is controlled by the [[MVDSTD:GetConfig|configuration]]. This post-processing isn't done at all in certain cases. By default MVD will align the output frame width to 512, by writing zero-value pixels.
    
Initialization procedures:
 
Initialization procedures: