This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include "ofApp.h" | |
| //-------------------------------------------------------------- | |
| void ofApp::setup(){ | |
| ofxAssets::AssetRegister.addAddon("ofxCvGui"); | |
| ofSetWindowShape(512, 512); | |
| ofSetFrameRate(60.0f); | |
| this->x = 50.0f; | |
| this->min = 0.0f; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "connectedNodes": [0, 1, 2, 3], | |
| "startTime": 64646763313, | |
| "users": [ | |
| { | |
| "index" : 0, | |
| "born" : 3294, | |
| "leftKnee" : { | |
| "position" : [0.32122, 0.543233, 2.532452], | |
| "orientation" : [0.32122, 0.543233, 2.532452, 1.0000] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Crossfade and fill : (0.0573s) 0.0003s .................... | |
| Dispatch encoding : (0.0009s) 0.0009s .................... | |
| Convert colour : (0.3199s) 0.0018s .................... | |
| Load frame to GPU : (0.2541s) 0.0026s .................... | |
| Load frame from disk : (0.9783s) 0.0056s .................... | |
| Download optical flow gpu->cpu : (1.0599s) 0.0061s .................... | |
| Upload optical flow cpu->gpu : (2.0240s) 0.0116s .................... | |
| Draw displaced points : (7.3344s) 0.0422s .................... | |
| Save frame : (12.1897s) 0.0488s .................... | |
| Calculate optical flow : (12.8458s) 0.0738s .................... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 07-08-13 11:15:31 [verbose] [ unsigned int __cdecl youtube_upload_read_cb(void *,unsigned int,unsigned int,void *) L14 ] Read 16384 bytes from file | |
| 07-08-13 11:15:31 [verbose] [ int __cdecl youtube_on_upload_progress(double,double,void *) L12 ] >>> 1048576.000000 / 9498274.000000 (id = 14) | |
| 07-08-13 11:15:31 [verbose] [ unsigned int __cdecl youtube_upload_read_cb(void *,unsigned int,unsigned int,void *) L14 ] Read 16384 bytes from file | |
| 07-08-13 11:15:31 [verbose] [ int __cdecl youtube_on_upload_progress(double,double,void *) L12 ] >>> 1064960.000000 / 9498274.000000 (id = 14) | |
| 07-08-13 11:15:31 [verbose] [ unsigned int __cdecl youtube_upload_read_cb(void *,unsigned int,unsigned int,void *) L14 ] Read 16384 bytes from file | |
| 07-08-13 11:15:31 [verbose] [ int __cdecl youtube_on_upload_progress(double,double,void *) L12 ] >>> 1081344.000000 / 9498274.000000 (id = 14) | |
| 07-08-13 11:15:31 [verbose] [ unsigned int __cdecl youtube_upload_read_cb(void *,unsigned int,unsigned int,void *) L14 ] Read 16384 bytes from file | |
| 07- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "std::locale::classic()", referenced from: | |
| "std::ostream::operator<<(std::ios_base& (*)(std::ios_base&))", referenced from: | |
| "std::ostream::operator<<(float)", referenced from: | |
| "std::locale::~locale()", referenced from: | |
| "std::ostream::operator<<(double)", referenced from: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #region usings | |
| using System; | |
| using System.ComponentModel.Composition; | |
| using System.Runtime.InteropServices; | |
| using SlimDX; | |
| using SlimDX.Direct3D9; | |
| using VVVV.Core.Logging; | |
| using VVVV.PluginInterfaces.V1; | |
| using VVVV.PluginInterfaces.V2; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ------------------------------------------------------------------------------ | |
| Exception log with detailed tech info. Generated on 27/05/2013 06:06:24. | |
| You may send it to the application vendor, helping him to understand what had happened. | |
| Application title: þþþþ | |
| Application file: C:\vvvv\vvvv-sdk\vvvv45\vvvv.exe | |
| ------------------------------------------------------------------------------ | |
| Exception class: EClrException | |
| Exception message: The composition produced a single composition error. The root cause is provided below. Review the CompositionException.Errors property for more detailed information. | |
| 1) Object reference not set to an instance of an object. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Image 0 (2048x2040) received from camera | |
| interval = 0.00ms fps = inf | |
| Image 1 (2048x2040) received from camera | |
| interval = 11.72ms fps = 85.33 | |
| Image 2 (2048x2040) received from camera | |
| interval = 11.23ms fps = 89.04 | |
| Image 3 (2048x2040) received from camera | |
| interval = 12.21ms fps = 81.92 | |
| Image 4 (2048x2040) received from camera | |
| interval = 11.72ms fps = 85.33 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // xiSample.cpp : hacked to show fps meter | |
| // | |
| #include "stdafx.h" | |
| #include <ctime> | |
| #ifdef __APPLE__ | |
| #include <m3api/xiApi.h> | |
| #include <m3api/xiExt.h> | |
| #else |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Error 79 error LNK1120: 15 unresolved externals D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\bin\Example-CameraTest_debug.exe Example-CameraTest | |
| Error 58 error LNK2001: unresolved external symbol "__declspec(dllimport) public: class std::locale::facet * __thiscall std::locale::facet::_Decref(void)" (__imp_?_Decref@facet@locale@std@@QAEPAV123@XZ) D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofFileUtils.obj) Example-CameraTest | |
| Error 59 error LNK2001: unresolved external symbol "__declspec(dllimport) public: class std::locale::facet * __thiscall std::locale::facet::_Decref(void)" (__imp_?_Decref@facet@locale@std@@QAEPAV123@XZ) D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofUtils.obj) Example-CameraTest | |
| Error 77 error LNK2001: unresolved external symbol "__declspec(dllimport) public: static float __cdecl std::numeric_limits<float>::max(void)" (__imp_?max@?$numeric_limits@M@std@@SAMXZ) D:\openFrameworks\addons\ofxXimea\Example- |