back

Problem [Visualizer]: Video playing is slow or choppy
Solution: If the video being visualized is large or highly compressed, reading the video frames can be time consuming. One of the following tips might be helpful:


Question [JAABA support]: How do I run JAABA on FlyTracker data?
Answer: Download featureConfigEyrun.xml and save it as JAABA/perframe/params/featureConfigEyrun.xml (which might replace an earlier version of the file). When you start a new JAABA project select eyrun_flies as target type. If you have multiple flies tracked in an arena, relational features are not computed by FlyTracker, in that case click [advanced] --> [choose perframe features] and select only features log_vel to dist_to_wall_diff2.


Problem [JAABA support]: Cannot write softlinks on Windows (copying movie instead)
Solution: This seems to be a common issue for Windows 7 and 10 (possibly other versions that we haven't tested). If you are receiving a message that says "you do not have sufficient privilege to perform this operation", the reason is that the current user does not have permission to write softlinks. To change that, take the following steps (source):

  1. For some odd reason, "Administrator" users cannot write softlinks, even with the necessary permissions. Before you start, make sure that the user that is used to run Matlab is a "Standard user" and that you have access to another account that is an "Administrator" user.
  2. While logged in as an "Administrator" user, launch secpol.msc via Start or Start --> Run.
  3. Open Security Settings --> Local Policies --> User Rights Assignment.
  4. In the list, find the "Create symbolic links" item, which represents SeCreateSymbolicLinkPrivilege.
  5. Double-click on the item and add your "Standard user" to the list.
  6. You may need to log out and in for the changes to take effect.