Motion Tracking Funscript Generator v0.5.x

I met some problems, it prompts me video file not found

is there any way to add some sort of amplitude limit when doing distance tracking. For example in a blowjob scene if the tracker moves above that limit it wont be tracked and then when it re-enters the limit it starts tracking again.

There are various ways to achieve this behavior:

  • Use the Method superviced ignoring for the tracking if you if you want to narrow down the area in which the movement takes place. However, it does not directly limit the distance but only the zone.
  • Track normal and then use the upper offset in the post processing menu to shift all points upward until it matches the scene. The disadvantage here is that you can’t see directly in the menu which tracking point belongs to which frame and it’s more of a trial and error process until you find the right setting for your scene.
  • Use custom lua script to post process the tracking data and filter similar to previous example via lua code.

I met some problems, it prompts me video file not found

Make sure that the file path and the file name do not contain any special symbols and only contain letters a-z A-Z and numbers 0-9.

thank you and Will multi-axis track be supported in future versions? such as pich

Great tool, but I have a quick question. In your preview window are you able to change the tracking point instead of having to restart the addon. Did i miss that option somewhere? (Using 2d with mouse or keyboard control)

Is there a way to stream directly live output this into MFP? As opposed to making it write funscript to a file. Like could this be used to attach to a live video or a hentai game and tracking points to output to mfp directly?

Is there a way to stream directly live output this into MFP? As opposed to making it write funscript to a file. Like could this be used to attach to a live video or a hentai game and tracking points to output to mfp directly?

The program was not designed with the purpose of outputting of real-time positions. The selected algorithms to process the signal are no streaming algorithm. The program is therefore currently unable to output in real time.

A few thoughts on real-time output: Real-time output is hardly possible because the communication with the device always expects the next position and not the current one. Accordingly, even with a real-time output, there would be an offset due to the protocol with the device. You could reduce this offset as much as possible by making the delta output very small, but the delay would never be 0…

1 Like

Great tool, but I have a quick question. In your preview window are you able to change the tracking point instead of having to restart the addon. Did i miss that option somewhere? (Using 2d with mouse or keyboard control)

These function is unfortunately not available. I have tracked this feature request with #18. But I’m not planning to work on it at the moment.