Hello all,
I wonder if it's possible to create more than one instance of JPEG encoder on DM365/DM368 to encode several image streams? I suppose the multi-channel JPEG encoding is possible using single JPEG encoder instance to encode each image channel by setting each channel's individual parameters with XDM_SETPARAMS for each encode frame operation, but what about several concurrent instances (to avoid too much XDM_SETPARAMS overhead)? When I try to create a second instance, ALG2_create() fails.
With best regards,
-- Valery