コード例 #1
0
 public void StoreFrameInfo(int frame, double timestamp, float[] cols)
 {
     QTrkDLL.RMStoreFrameInfo(inst, frame, timestamp, cols);
 }