MATLAB IMAGE ACQUISITION TOOLBOX - RELEASE NOTES Podręcznik Użytkownika Strona 335

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
Przeglądanie stron 334
Using VideoDevice System Object to Acquire Frames
14-7
5
Acquire a single frame using the step function.
frame = step(vidobj);
6
Display the acquired frame.
imshow(frame)
7
Release the hardware resource.
release(vidobj);
8
Clear the VideoDevice System object.
clear vidobj;
Kinect for Windows Metadata
You can return Kinect for Windows skeleton data using the VideoDevice System object on
the Kinect Depth sensor.
Typically in the Image Acquisition Toolbox, each camera or image device has one device
ID. Because the Kinect for Windows camera has two separate sensors, the Color sensor
and the Depth sensor, the toolbox lists two device IDs. The Kinect Color sensor is device
1 and the Kinect depth sensor is device 2.
Przeglądanie stron 334
1 2 ... 330 331 332 333 334 335 336 337 338 339 340 ... 573 574

Komentarze do niniejszej Instrukcji

Brak uwag