Info
この質問は閉じられています。 編集または回答するには再度開いてください。
現在この質問をフォロー中です
- フォローしているコンテンツ フィードに更新が表示されます。
- コミュニケーション基本設定に応じて電子メールを受け取ることができます。
How can I solve DiskLogger file error.
2 ビュー (過去 30 日間)
古いコメントを表示
Rajesh
2013 年 3 月 9 日
The following error I'm getting in GUI:
winvideo: Error writing data to the DiskLogger file. Failed to find the open file handle.
Error using hgMovie Invalid movie: expected a structure
Error in movie (line 41) builtin('hgMovie',varargin{:});
9 件のコメント
Rajesh
2013 年 3 月 9 日
編集済み: Walter Roberson
2013 年 3 月 9 日
After Recording Video, it unable to play due to DiskLogger error, plz plz solve this proble Here I'm giving my Play Video Code uisng GUI
%%%code
if ~isfield(handles, 'format')
h = warndlg('Video setting is not ready, redo it','!! Warning !!');
pause (5);
if ishandle(h), close (h); end;
return;
end
if isempty(ls([handles.directory, '*avi']))
h = warndlg('Video not take yet, take video first!!!','!! Warning !!');
pause (5);
if ishandle(h), close (h); end;
return;
end
h = warndlg(['May be very slow!!'],'!! Warning !!');
pause (5);
if ishandle(h), close (h); end;
axes(handles.movieshow)
% mov = cell(1, loopnumber);
for k=1:handles.loopnumber
mov = VideoReader([handles.directory handles.filenameprefix num2str(k) '.avi']);
movie(mov);
clear mov
end
set(vid, 'LoggingMode')
% update handles
handles.output = hObject;
% Update handles structure
guidata(hObject, handles);
Rajesh
2013 年 3 月 9 日
編集済み: Walter Roberson
2013 年 3 月 9 日
if ~isfield(handles, 'format')
h = warndlg('Video setting is not ready, redo it','!! Warning !!');
pause (5);
if ishandle(h), close (h); end;
return;
end
if isempty(ls([handles.directory, '*avi']))
h = warndlg('Video not take yet, take video first!!!','!! Warning !!');
pause (5);
if ishandle(h), close (h); end;
return;
end
h = warndlg(['May be very slow!!'],'!! Warning !!');
pause (5);
if ishandle(h), close (h); end;
axes(handles.movieshow)
% mov = cell(1, loopnumber);
for k=1:handles.loopnumber
mov = VideoReader([handles.directory handles.filenameprefix
num2str(k) '.avi']);
movie(mov);
clear mov
end
set(vid, 'LoggingMode')
% update handles
handles.output = hObject;
% Update handles structure
guidata(hObject, handles);
Walter Roberson
2013 年 3 月 9 日
Rajesh
2013 年 3 月 9 日
finally the following error is occurred:
Error using hgMovie Invalid movie: expected a structure
Error in movie (line 41) builtin('hgMovie',varargin{:});
Error in kiituniv>PlayVideo_Callback (line 277) movie(mov);
Error in gui_mainfcn (line 96) feval(varargin{:});
Error in kiituniv (line 42) gui_mainfcn(gui_State, varargin{:});
Error in @(hObject,eventdata)kiituniv('PlayVideo_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating uicontrol Callback
Rajesh
2013 年 3 月 9 日
Thank you walter sir, I got a solution for above Disk Logger error....yup...:-)
この質問は閉じられています。
回答 (0 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!エラーが発生しました
ページに変更が加えられたため、アクションを完了できません。ページを再度読み込み、更新された状態を確認してください。
Web サイトの選択
Web サイトを選択すると、翻訳されたコンテンツにアクセスし、地域のイベントやサービスを確認できます。現在の位置情報に基づき、次のサイトの選択を推奨します:
また、以下のリストから Web サイトを選択することもできます。
最適なサイトパフォーマンスの取得方法
中国のサイト (中国語または英語) を選択することで、最適なサイトパフォーマンスが得られます。その他の国の MathWorks のサイトは、お客様の地域からのアクセスが最適化されていません。
南北アメリカ
- América Latina (Español)
- Canada (English)
- United States (English)
ヨーロッパ
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom(English)
アジア太平洋地域
- Australia (English)
- India (English)
- New Zealand (English)
- 中国
- 日本Japanese (日本語)
- 한국Korean (한국어)
