Rank: 14727 based on 0 downloads (last 30 days) and 0 files submitted
photo

Tim

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Comments and Ratings by Tim View all
Updated File Comments Rating
06 Feb 2012 Kinect Microsoft SDK Video, Audio, Depth Stream and Skeleton tracking Author: Dirk-Jan Kroon

Anyone tested yet with the new version 1.0.3 SDK released 1 February 2012 ?

03 Feb 2012 qrot3d -- Quaternion Rotation A written-in-C compiled MATLAB function to do fast quaternion rotation on large 3D data sets. Author: Steven Michael

Nice, simple, fast.

11 Nov 2011 Kinect Microsoft SDK Video, Audio, Depth Stream and Skeleton tracking Author: Dirk-Jan Kroon

New version 0c works nicely too. Beta2 Kinect SDK now has native 64bit but my Visual Studio C++ Express is 32bit only. But I installed the 64bit SDK under Win7 Pro 64bit and the code compiled and ran OK again under 32bit Matlab. Hopefully MS will fix the thread lock bug eventually.

24 Oct 2011 Kinect Microsoft SDK Video, Audio, Depth Stream and Skeleton tracking Author: Dirk-Jan Kroon

Great code.
I have the same question ... what is the basis of adjusting the XY coords before plotting them over the video ?:
    x=(Pos(1:20,5)-0.5)*2;
    y=(Pos(1:20,6)-0.5)*2;

13 Jan 2011 Fisher Science Digital Manometer Serial Driver Reads pressure measurements from a Fisher Science digital manometer Author: Kumar Mallikarjunan

At the suggestion of Matlab staff, here is the very simple change I made to get this code to work with the OEM manometer from AZ Instrument Corp of Taiwan. These are readily available on ebay ('digital manometer' ... look for the distinctive AZ device look, as on the AZ web site).
http://www.az-instrument.com.tw/en/products/49.html

In line 50, a more generic prefix is substituted for the Fisher device's ...
usertag = ['Serial-' serialCOMPort];

All of the AZ handheld instruments work in the same way. They just use a device type-specific prefix (eg 'P' for pressure (see the parseDataPacket function). The exact syntax is described in each device's RS232 software manual.

Contact us at files@mathworks.com