Can you give more details on "The markdown is not working"? This is the base of the "document" export so it's very important that this has the comments and it would be a bug if that doesn't work. (The JSON and Excel exports are for numerical data so they don't have these).

I can't reproduce the problem, I get the comments in the .md export. Can you share a .kva file with frame comments where exporting to markdown doesn't export them? Are we talking about frame-level comments or labels?

You can try to put the line and right click > start tracking. See if that works but it's likely it won't work in your case as the horses pass in front of the tracked post.

If you want to put on lines that "stick" to the objects in the scene despite the camera rotation, I'm working on it and there should be something in the next version. At first it will be only for qualitative markers though, I don't expect it to be accurate enough for measurements.

edit: in your case if I understand correctly the ends of the line should be attached to objects that are not visible on the same frame together is that correct?

edit2: I checked this in the dev version and it should work with the new camera motion compensation. You can lay down a line across the scene where both ends aren't visible together at any given time. Now to see if this type of busy scene will work with camera motion estimation.

138

(28 replies, posted in General)

Update to catch up with translators work. Thank you all!

Links

    Kinovea-2023.1.2.exe (installer)
    Kinovea-2023.1.2.zip (self contained archive)

This release is a translation update. Please continue reporting bugs here or in dedicated topics. This version will still receive bug fixes and translation updates until the next version is out.

Translation updates
- New locale: Chinese traditional.
- The following were also updated: Bulgarian, Dutch, Portuguese, Russian, Chinese (simplified).

This is the current state of translation:
(If you see your language below but it's not available in the interface it's because the translation is too incomplete, contributions are very welcome, click on the image to go to weblate.).

https://www.kinovea.org/setup/kinovea.2023.1/2023.1.2/weblate.png

139

(3 replies, posted in Cameras and hardware)

Hi, I just updated the Basler plugin to work with Kinovea 2023.1 and Pylon 6.1, please get the latest from the downloads page and try again and let me know if it works.

140

(28 replies, posted in General)

I rebuilt the machine vision plugins, they should work in latest Kinovea 2023.1.1.
Updated the first post with the download links.

141

(1 replies, posted in Français)

À l'heure actuelle les nouvelles caméras IDS ne sont pas encore supportées.

142

(5 replies, posted in General)

Normally they should look the same, can you try with version 2023.1.1 linked in this forum?

Skips by one or two frames?
It's probably a symptom of the recording not being able to record everything in real time so it's dropping frames once in a while when it falls behind. You can try to change the recording mode to Retroactive in the settings it should help. Make sure the memory buffer is large enough to record the duration you need.

144

(1 replies, posted in Español)

Cual es la versión que usas? Puedes probar con la versión 2023.1? encontrarás el link en el foro "General".

145

(1 replies, posted in Español)

Por ejemplo para contar repeticiones durante un ejercicio o algo así?
Ahora no hay ninguna herramienta dedicada pero en la próxima versión hará una para medir frecuencia y probablemente también un contador simple.

146

(1 replies, posted in General)

Get version 2023.1 from this forum, Excel export has been updated.

147

(2 replies, posted in General)

Yes, this seems important. Not sure about a clock object because that won't play very well with the capture system. I think maybe a label object where the text is coming from a variable that has been saved by the capture side.

148

(2 replies, posted in General)

This is not really possible at the moment. The video file is only finalized at the end of the recording so you wouldn't be able to "review recorded video to identify finishers" while the capture is going on. I'm not sure how it would work. You can use the delay buffer to go back in time while the capture is still saving the latest frame, but if there is a mishap it could fail the entire recording… I think for this we would want to regularly save small clips with overlap between each other.

Very cool!

As noted in the minimum requirements on the download page: it will not work on Mac computers with Apple M1 chip, even through Parallels Desktop.

It's the same for M2 and M3. The reason is that these are not the same CPU architecture. The version of Windows that run on these machines is compiled for ARM CPU, not x86 x64 ones. Kinovea is not built for this architecture and it's not an easy fix.