이름 'TrackingMode'은(는) 'videosource' 클래스의 인스턴스에서 액세스할 수 있는 속성이 아닙니다.
Información
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Mostrar comentarios más antiguos
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 좌표에 대한 데이터가 추출되지 않습니다.
Respuestas (0)
La pregunta está cerrada.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!