From d7fb4b69ef543c8201b043424b9f24bfe8e050d1 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 27 Feb 2023 14:10:00 +0100 Subject: tracker/nn, video/opencv: allow non-trackhat cameras --- tracker-neuralnet/lang/zh_CN.ts | 72 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) (limited to 'tracker-neuralnet/lang/zh_CN.ts') diff --git a/tracker-neuralnet/lang/zh_CN.ts b/tracker-neuralnet/lang/zh_CN.ts index 4b24f3db..ab458d6f 100644 --- a/tracker-neuralnet/lang/zh_CN.ts +++ b/tracker-neuralnet/lang/zh_CN.ts @@ -44,6 +44,78 @@ Don't roll or change position. Exposure preset + + Camera Configuration + + + + Camera name + + + + The requested resolution for cases where the camera delivers maximum frame rate only for a particular resolution. The image may still be downscaled to the internal resolution. + + + + Field of view. Needed to transform the pose to world coordinates. + + + + Diagonal FOV + + + + Resolution + + + + Requested video frame rate. Actual setting may not be supported by the camera. + + + + Frames per second + + + + MJPEG + + + + Tuning / Debug + + + + Number of threads. Can be used to balance the CPU load between the game and the tracker. + + + + ROI Smoothing Alpha + + + + ROI Zoom + + + + Show the image patch that the pose estimation model sees. + + + + Show Network Input + + + + Amount of smoothing of the face region coordinates. Can help stabilize the pose. + + + + Thread Count + + + + Zoom factor for the face region. Applied before the patch is fed into the pose estimation model. There is a sweet spot near 1. + + neuralnet_tracker_ns::NeuralNetDialog -- cgit v1.2.3