RE: CaptureAPI initial comments

> A mime-type like video/mp4 is not sufficient detail for some formats.  You must take into account the combination of container/file-format and CODECs.  For example, a video captured in "MP4" could use one of several profiles (baseline, main, standard) and .mp4 doesn't tell you which.

Yes, you are right. This only specifies containter type and not necessary the CODECs. Many people associate container to as what the video format is just because commonly MP4 comes with H264/AAC. 


> CAPTURE IMAGE CALLBACKS
>
> The captureImage() call takes callbacks for success and error.  In a camera API I implemented recently I went with the event listener model, i.e., camera..addEventListener('save', callback, bubble);
> This is more consistent with the audio/video playback APIs (HTMLMediaElement) in HTML5 (and lots of other Javascript development these days).

We will look at this again. Thanks for the suggestion.

Regards,
Dzung Tran

Received on Wednesday, 24 March 2010 16:42:59 UTC