이름 'TrackingMode'은(는) 'videosource' 클래스의 인스턴스에서 액세스할 수 있는 속성이 아닙니다.
信息
此问题已关闭。 请重新打开它进行编辑或回答。
显示 更早的评论
imaqreset; % 카메라 세팅을 초기화 depthVid = videoinput('kinect', 2); % Depth 카메라를 설정하고 triggerconfig(depthVid, 'manual'); depthVid.FramesPerTrigger = 1; depthVid.TriggerRepeat = inf; set( getselectedsource(depthVid), 'TrackingMode', 'Skeleton');
->이름 'TrackingMode'은(는) 'videosource' 클래스의 인스턴스에서 액세스할 수 있는 속성이 아닙니다.
Kinect를 matlab으로 운용하고 있는 대학생입니다. 다름이 아니라 이전까지 나지 않던 에러가 발생하면서 Kinect에서 Skeleton의 Joint 좌표에 대한 데이터가 추출되지 않습니다.
0 个评论
回答(0 个)
此问题已关闭。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!