151

(3 replies, posted in Français)

Bonjour,
Si vous allez dans l'onglet des caméras depuis l'explorateur à gauche est-ce que vous voyez la vignette de la caméra ou pas?

152

(14 replies, posted in General)

I'm back from a week in Barcelona where I was with the ChronoJump team (if you like Kinovea check them out, it is an open hardware project with open source software for all kinds of sports related measurements).

Since I was preparing the trip I didn't really have time to explain in more details the new features of this version and how to use them, I will update the original post progressively.

While in Barcelona I met with several users and these discussions were very productive for me to understand some issues with the program and how to make it better. So if you have things you feel could be done more efficiently or long standing annoyances don't hesitate to mention them here, that's how the program evolves.

153

(5 replies, posted in General)

Right now it's not possible to change the font size for the little measure labels of lines or markers objects, I'm going to address this asap as part of a refactoring of the styling system.

edit: this will be in the next version.

154

(5 replies, posted in General)

So if I understand correctly you would rather track every joint independently with the trajectory tool and then later be able to bind say an angle object's points to these trajectories. Something like creating a new angle object and having an "Attach to trajectories" menu where you can assign each point to one of the existing trajectory objects. Does that sound correct?

This might be simpler to implement than the full conversion between object types I was thinking about. Ideally this mapping would be temporary so that you could assign the angle object to another set of 3 trajectories.

What should happen if the selected trajectories don't have the same start/stop frames? I imagine the angle would just keep the last known value for each point.

I guess with this approach it would also be interesting to leave one or two points unassigned or assign them to a static marker. In any case it must work in the case the bound trajectory object is deleted at some point.

Version 2024.1 is in the phase where it's published but I'm waiting a bit to see if someone reports a catastrophic bug before setting up the main page link.

155

(35 replies, posted in General)

There is no "limb tacking" in any version, only pattern tracking. For an angle it will track the three points independently.

This should be there in 0.8.27. The sizes of the pattern window and search window are taken from the default tracking configuration set in preferences. It works much better with markers and typically it still requires some manual adjustment. The tracking performance and UX is not so good even in latest versions, I'm investigating various ideas to improve it.

156

(5 replies, posted in General)

Yes, this has been a problem for a long time and I want to address it.

There are two directions: 1. improving tracked drawings interface to have the same utilities as the trajectory, and 2. being able to convert multiple trajectories into a single drawing. The second one is interesting but feels much more complex in terms of logistics. The first one is important to have anyway, so I think it will start in this direction.

One of the next things I intend to do is move the drawings' configuration dialog to the new right-hand side panel and it looks like the tracking configuration for drawings and trajectories could be moved in a tab there as well.

It will probably always be necessary to correct multiple points at the same time since the tracking might fail only for one tracked point of the drawing.

Yeah I've seen this, it's interesting, but it's mainly used along with proper player tracking no?

It would be static in Kinovea because tracking for team sports requires a different approach than the currently implemented tracking algorithm and that's a big pandora's box.

For the ellipse itself, it may look simple but in order to properly hide the part of the drawing behind the legs of the player it needs to know what's the background and what's the player. At the moment the drawing tools in Kinovea don't have ways to do that. (Maybe it could be done simply with chroma-keying on the grass color, not sure)

I do want to improve the tools to highlight things though. At the very least have a simple free-hand highlighter.

Note that in the (unlikely) case that you already have the whole field calibrated with a perspective grid you could directly use the circle tool to do this. Keeping in mind that it won't properly hide the back part behind the legs of the player.

mStirling wrote:

*Edit
My Chromebook runs on 32 bit... Is that a dealbreaker? (I fear it is)

The last 32-bit version is 0.8.27, you can get it in the download page.

159

(1 replies, posted in General)

Hi,
Do you really need a date-time format or just something numerical to do arithmetic on?
What version of Kinovea are you using? Recent versions will always export the time column in numerical format which R should be happy with (although I'm not familiar with it let me know if it really requires a date-time). If your time units inside Kinovea is set to time code or time code + frame number it will be automatically converted to seconds for spreadsheet export.

160

(5 replies, posted in General)

If it's on the text tool you can increase the font size. I'm assuming the 4K video is getting downsized and it hits the part of the code that prevents the labels to become very small in the user interface. So they appear larger than what they really are only in the player window. The export is at the original image size so it respects the font size from the tool configuration.

If changing the size just by one or two steps doesn't appear to make a difference it's definitely this. Increase the size from the tool configuration until you can see the text actually getting larger again, then at that point it should match the export.

161

(14 replies, posted in General)

Post history

  • 2024-08-25: First release of 2024.1

  • 2025-08-24: Updated with links to 2024.1.1

-----
Hi everyone!

Links
   
    Kinovea-2024.1.1.exe (installer)
    Kinovea-2024.1.1.zip (self contained archive)
    Changelog

Here are the main changes from 2023.1 in each domain

Qualitative analysis

Annotations

  • Background layer with color and opacity, sitting between the video and the drawings

  • Grid tool: separate number of rows and columns, option to display distance lines

  • Text tool: option for transparent background

  • Visibility: longer maximum for fading and opaque duration

  • Rectangle & circle: fill option

https://www.kinovea.org/screencaps/2024.1/background.jpghttps://www.kinovea.org/screencaps/2024.1/grid.jpg

Measurement

https://www.kinovea.org/screencaps/2024.1/cadence.jpghttps://www.kinovea.org/screencaps/2024.1/lens-calibration.jpg

Import/Export

  • Export comments in JSON export

Capture

  • No significant updates but working on a universal GenICam plugin for machine vision cameras.


Cheers!

Soon™ :-) I'm updating the translation files for the new strings added since the last version, which is one of the last steps. New version should be out before the end of the month.

OK. I can set it down to about 545 px wide. After that there is always overlap in the controls which is undesirable.

164

(1 replies, posted in General)

Yes you're right it's currently a limitation of this that it works in screen space and not parallel to the coordinate system axes. I'll add this to the bug tracker to remember it.

165

(1 replies, posted in General)

If you want to measure the hand position or travel distance you will need to have some sort of reference length in the frame on the same plane that the hand is moving. Maybe something directly on the ukulele and setting things up so that the perspective error is minimized (because the hand will be moving on a plane slightly in front of the ukulele). You can check this page: https://www.kinovea.org/help/en/measure … lines.html