if (_capture == null)
{
try
{
_capture = new Capture("video1.mpg");
}
catch (NullReferenceException ex)
{ //show errors if there is any
MessageBox.Show(ex.Message);
}
}
video1.mpg ファイルは bin フォルダーにあります。any-video-converter を使用して、avi ファイルを MPEG-1 形式に変換しました。 しかし、まだこの形式は機能していません。私もmencoderを試しました。それでも同じエラー。
Unable to create capture from video1.mpg
emguと互換性を持たせるにはCapture
?