c# - Error 1 The type or namespace name 'FPSTimer' could not be found (are you missing a using directive or an assembly reference?) -
i following code intel realsense 3d camera. got error. if supposed add reference assembly can tell me or how should fixed? pertains facetracking example in intel realsense 3d sdk sample browser.
private fpstimer m_timer;
and here's error:
error 1 type or namespace name 'fpstimer' not found (are missing using directive or assembly reference?) c:\users\mona\documents\visual studio 2013\projects\wfa1\wfa1\facetracking.cs 10 17 wfa1
i'm thinking may or may not have correct references installed, , need add proper using
statement in code file?
i don;t have particular sdk on machine, there documentation available here may helpful. in particular, maybe this section?
Comments
Post a Comment