searching46dof
searching46dof
You can sign for free using https://letsencrypt.org/ However, it will not make it more antivirus friendly. Signing using a 3rd party certificate authority only authenticates the file came from the...
If the camera is plugged directly to the computer's usb port, also try connecting it indirectly via a powered usb hub.
You're seeing pink dots so it is getting data from the webcam and tracking but not sending the data to opentrack. Did you configure the IP address to 127.0.0.1 if...
First I would like to thank you all for really good implementation. Works very well on my system. I was looking over the sources and noticed that CPU usage could...
In MAFilter::MAFilter, dynamically allocated memory buffer this->circular_buffer is not initialized. The function MAFilter::filter can also be optimized by caching the sum which can be simply recalculated by subtracting the old...
For benchmark comparison, I'm running a Ryzen 5700g resolution (640x480 vs 320x240) doesn't seem to affect the CPU much setting the model (fast and heavy) also doesn't seem to affect...
I managed to set up a build envronment. I need to find a way to instrument those functions with the same data to measure any speed improvements. However, the CPU...
When building at highest warning level W4 I detected 2 areas which may need clarification. PositionSolver::PositionSolver constructor, some parameters (float prior_pitch, float prior_yaw, and float prior_distance) are not used and...
I was using #ifdef DEBUG_OUTPUT_FACE_DATA instead of #ifdef _DEBUG because of some strange conditon where VS only has Debug under Configuration pulldown menu even though I see other configurations in...
In Tracker:Tracker, configure for parallel processing instead of single threaded mode to use less CPU session_options.SetInterOpNumThreads(0); // size of the CPU thread pool used for executing multiple request concurrently, 0...