Try Image > Image rotation menu.
Is the image rotated 180° or mirrored upside-down?
151 2024-03-20 22:06:51
Re: video image upside down (2 replies, posted in Cameras and hardware)
152 2024-03-18 14:32:59
Re: Probleme sur export video 480x640 (4 replies, posted in Français)
Ah OK, ce doit être une de ces vidéos avec des pixels rectangulaires au lieu de carrés.
"Format à l'écran : 0,750"
C'est ça qui dit aux lecteurs que la vidéo dont les images sont stockées en 480x480 doit en fait être dessinée comme 480x640. (480/0.75 = 640)
ll doit y avoir un bug quelque part de mon côté qui fait qu'à l'export ce ratio d'aspect est à nouveau ré-appliqué: 640/0.75 = 853. Probablement la vidéo est exportée en 480x640 avec la valeur d'aspect qui est restée à 0.75 au lieu d'être remise à 1.0.
153 2024-03-18 00:25:33
Re: Probleme sur export video 480x640 (4 replies, posted in Français)
Bizarre. Dans quelle version? Si vous téléchargez la version 2023.1 (dans le forum General) je pense que ça devrait mieux fonctionner. Dans les anciennes versions l'export se faisait à la taille du "canvas", ça vient peut-être de ça.
154 2024-03-06 17:01:17
Re: "Auto" slow down (4 replies, posted in General)
7. Why is the speed of my video slowing down by itself?
The speed slider is forced down when the original frame rate of the video cannot be sustained by the player.
You can't disable it at the moment. It should never get down to 0% though. The player is constantly monitoring how long it takes to display the video and drops frames when it can't keep up, and this is triggered when too many frames are dropped. I'll consider adding a different option where it just keeps dropping the frames so instead of a slow down you will see jump cuts.
Can you tell more about the resolution and frame rate of the video?
155 2024-03-02 21:58:39
Re: Descarga Kinovea en MacBook Pro 15 i9 (1 replies, posted in Español)
No se exactamente a que te refieres pero no hay manera de instalar Kinovea directamente en un Mac, es un programa Windows. Dónde viste este mensaje exactamente?
156 2024-02-29 14:07:28
Re: Exported Videos don't play properly (2 replies, posted in General)
It is not a known issue. I will try to reproduce it. What version are you using?
157 2024-02-12 11:11:47
Re: Adding to Toolbar (3 replies, posted in General)
If you are running from source then the folders to change are under /Tools/DrawingTools. They are copied to the output directory during build.
158 2024-02-11 12:15:04
Re: Dual camera setup guidance (7 replies, posted in Cameras and hardware)
Hopefully someone with more hands on experience can come along.
A smartphone setup is different. To capture high speed footage with a smartphone you must use the smartphone itself for capture. When the smartphone does high speed it records to its onboard memory and then transfer it to its own storage. Then you have to transfer from that storage to a file on your PC. If you can somehow have access to the phone storage from the PC then it can be a time effective option. Capturing a smartphone camera feed from Kinovea capture module is not going to deliver the same performance as machine vision cameras.
Maybe someone else has a different take on this but in my opinion rolling shutter in human activities is mainly a concern for the objects we use, implements, balls, etc. because they can move much faster than the human body itself. Body segment movement under the athlete own force isn't very fast in the grand scheme of things. This is also true for frame rate in my opinion, you don't really get more information from a 2000 fps than a 1000 fps one when looking at body segments, we can't produce the kind of acceleration that would make a difference. (Not true for the objects we throw or the tip of things we hold though). Rolling shutter is directional, if you know the maximum extent of motion expected you can orient the camera to minimize it.
159 2024-02-11 11:39:44
Re: Adding to Toolbar (3 replies, posted in General)
Hi,
Just to be on the same page this screenshot is from a very old version.
To change the toolbar you don't need to change the source code. The toolbars for the player and the capture screen are defined in XML files that are in the program files directory (installation directory), under DrawingTools/Toolbars/player.xml an capture.xml.
In there you will see things like `<entry name="Line">` and `<subentry name="Polyline" />`. When Kinovea starts it will read this file and build the tool hierarchy from it by searching for tools by name. The `name` property corresponds to the Name field in a drawing XML file stored under DrawingTools/Standard or DrawingTools/Custom.
160 2024-02-10 20:36:59
Re: High speed video camera (6 replies, posted in Cameras and hardware)
It's mostly machine vision cameras that are specified like this, they give the frame rate for the max resolution of the sensor but if you lower the number of lines it can actually go faster. When you do this the frame rate slider in the camera settings in Kinovea should have a wider range. For some camera types you have to click a button to refresh the slider range.
161 2024-02-07 15:38:35
Re: speed slider control set to 20% (1 replies, posted in General)
Since you are recording a high speed camera the resulting video plays back in slow motion. In your case at 10% of the original action (30/300).
Are you saying that the speed slider resets itself to be in the middle when you open a new video and you have to manually slide it right to 20% or is it something else? What version are you using?
162 2024-02-06 00:17:05
Re: Filtrage des coordonnées (2 replies, posted in Français)
Salut,
Le code qui implémente ça est ici: Butterworth.cs
Et le truc qui appelle cette classe est ici: FilteredTrajectory.cs#L134
En espérant que ça aide
163 2024-02-04 18:35:31
Re: Kinovea Build Error/Problems (2 replies, posted in Bug reports)
Couldn't process file <file> due to its being in the Internet or Restricted zone or having the mark of the web on the file.
Assuming you downloaded a .zip archive of the source code. Windows marked it as being from the Internet and put some restrictions on it. You should either use a git client and do a `clone` to get the source code, or remove the "mark of the web" from the .zip file before unpacking it. I personally use "Git Extensions" as git client.
164 2024-02-03 15:42:36
Re: how to record a video (2 replies, posted in General)
If you want to record yourself while you are doing the analysis, it is not possible within Kinovea, you will have to use an external screen casting software like OBS and record the window.
165 2024-02-02 17:19:40
Re: Modifying Kinovea Source Code for saving files (1 replies, posted in General)
You are probably looking for Kinovea/Kinovea.ScreenManager/Measurement/Plotting/FormMultiTrajectoryAnalysis.cs > GetCSV()
https://github.com/Kinovea/Kinovea/blob … is.cs#L524
Although you can also look at the "transpose" function of the target spreadsheet application, this should be simpler to work out. See here for Excel for example: https://support.microsoft.com/en-us/off … f862209744
