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.
76 2024-08-15 00:25:37
Re: Resizing of Kinovea window (4 replies, posted in Ideas and feature requests)
77 2024-08-13 14:45:23
Re: Resizing of Kinovea window (4 replies, posted in Ideas and feature requests)
OK. I can set it down to about 545 px wide. After that there is always overlap in the controls which is undesirable.
78 2024-08-02 10:53:16
Re: Coordinate system (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.
79 2024-07-30 14:27:11
Re: Beginner Usage of Kinovea (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
80 2024-07-17 20:58:12
Re: Anybody tried yet? (1 replies, posted in Cameras and hardware)
I hope this happens it would be great.
81 2024-07-17 20:47:06
Re: Compatible 60 fps video capture card (GoPro HMDI) (3 replies, posted in Cameras and hardware)
I tested one capture card today. The card is recognized and exposes MJPEG 1920x1080@60fps. Streaming from the GoPro works, HOWEVER, the resulting video is a false 60 fps, it's really 30 fps with every other frame duplicated.
I investigated a little and it looks like it's actually the GoPro that is producing this fake 60 fps stream over HDMI. Other people have had the same problem. It's not related to the capture card.
According to this video, there is a way to get a proper 60 fps output by simultaneously recording on the device. This apparently only works for GoPro 8 and newer models, mine is a GoPro 7 so I can't test this.
82 2024-07-16 14:43:26
Re: Compatible 60 fps video capture card (GoPro HMDI) (3 replies, posted in Cameras and hardware)
I haven't tried this in a while, I'll grab a couple of the new USB 3.0 ones to see if they work as expected. I have an old USB 2.0 one, it can stream the gopro at 1280x720@30fps.
83 2024-07-10 23:44:44
Re: souci lancement app version 2023.1.2 (7 replies, posted in Français)
Non ce n'est pas que chez vous, il y a plusieurs personnes qui ont ce problème, il y a au moins 3 fils sur le forum en Anglais et un bug rapporté sur github, mais je n'ai jamais réussi à le reproduire chez moi donc impossible à debugger. Mais ça m'intéresse beaucoup de pouvoir comprendre ce qui se passe.
Ils sont gros ces fichiers .dmp? Vous pourriez me les envoyer à joan at kinovea.org ? S'ils font plus de 5Mo au total plutôt via google drive ou un truc dans le genre car la boîte mail n'a pas beaucoup d'espace. Merci.
84 2024-07-10 00:47:42
Re: Grid Division Options & Drawing Visibility Duration (2 replies, posted in Ideas and feature requests)
A delayed thank you for the suggestions.
Both of these are now implemented for the next version.
85 2024-07-10 00:39:42
Re: Comment only export (9 replies, posted in Ideas and feature requests)
I added the key frame comments to the JSON export, it will be in the next version.
86 2024-07-06 15:04:45
Re: souci lancement app version 2023.1.2 (7 replies, posted in Français)
Update: j'ai testé avec une machine fraichement installée avec Windows 11 (Cloud PC): je ne reproduit pas le problème, ça se lance normalement.
87 2024-07-02 10:42:30
Re: 60 fps Side-By-Side Export Problems (2 replies, posted in General)
It's not a problem with the source files.
Right now the only encoding profile supported is quite conservative, it is optimized for frame-by-frame playback (back and forth) so each frame is encoded independently (MJPEG). This takes way more space than typical approaches optimized for forward playback. Having other encoding profiles for export is on the roadmap and a priority but haven't gotten around to it yet.
It should be playable in VLC or any player that supports MJPEG.
In the recent versions the export was changed to be based on the original file size instead of the viewport size which means in your case it will export an 8K width video, it will be important to have an option to specify the output size as well.
88 2024-07-01 13:11:52
Re: souci lancement app version 2023.1.2 (7 replies, posted in Français)
Est-ce que vous avez des fichiers commençant par "Unhandled Crash -" dans le dossier "C:\Users\<username>\AppData\Roaming\Kinovea" ?
Sinon est-ce que vous avez des fichiers de type "Kinovea.exe.7796.dmp" dans le dossier: "C:\Users\<username>\AppData\Local\CrashDumps" ?
(remplacez <username> par votre nom d'utilisateur Windows)
89 2024-06-25 12:56:01
Re: Speed, Velocity, and acceleration calculation (1 replies, posted in General)
Typically it uses the i-1 and i+1 points and divides by 2t.
But before that it applies a Butterworth filter to remove the noise from the digitization process. You can check the references and computation in the Linear kinematics dialog in the "About" tab. And you can disable this filtering in Preferences > Drawings > General.
90 2024-06-24 11:46:37
Re: Side-by-side exportation (1 replies, posted in General)
What is the original size of each video and are you using horizontal side-by-side or vertical top-bottom? (so I can try to reproduce the problem)
If the two videos don't have the same size or don't have the same aspect ratio, the final size is computed based on the larger one and the other one is resized to fit.
If you see black bars on the sides of one of the video they probably don't have the same aspect ratio.
Does it have the same issue if you export a side-by-side image instead of a video?
Can you show a picture of what you see and what you would expect instead?
Thanks