Based on the code it should already do 60fps based on the passed value of `iPosition`, which I would assume is just the index in the list of available media types. Can you see the list of stream formats and resolutions in the camera configuration dialog inside Kinovea?
286 2023-01-14 15:36:17
Re: PS3 Eye - Compile new driver (2 replies, posted in Cameras and hardware)
287 2023-01-12 21:59:32
Re: Joint control option? (15 replies, posted in Ideas and feature requests)
Side by side should work but it does feel wasteful that one of the sides is going to be a static image when a simple insert onto the main video would suffice.
My main concern with automating it and the delay is the risk of mixing the wrong bib with the wrong takeoff video, this would be catastrophic.
288 2023-01-10 22:17:59
Re: Joint control option? (15 replies, posted in Ideas and feature requests)
When using several cameras there are many things that can impact perfs. USB bandwidth, USB power, SSD write speed…
Even if the bib thing itself is a bit niche the general idea of creating picture-in-picture objects from live cameras is interesting. This could be used to provide wider context to a zoomed-in camera, or highlight something from a different angle…
289 2023-01-10 21:34:48
Re: Joint control option? (15 replies, posted in Ideas and feature requests)
Ah you want to do this at recording time, sorry I didn't quite catch that part.
290 2023-01-10 21:21:05
Re: Use circle or rect to do tracking (5 replies, posted in Ideas and feature requests)
What about the magnifier? You can also track it.
291 2023-01-10 21:14:46
Re: Joint control option? (15 replies, posted in Ideas and feature requests)
If it's just one Bib image, and it's not really a video that needs to be properly synchronized, you can right click > Copy image to clipboard and then back in the takeoff video right click > Paste image from clipboard. This will create an image object that you can resize, put in the corner and set to always visible.
This is what replaced the "send image to the other screen".
292 2023-01-10 21:01:28
Re: Joint control option? (15 replies, posted in Ideas and feature requests)
Hmm, the superposition function is close but not quite… But the data is already there. Maybe with an image tool but then you tell it that the "source" of the image is the synchronized image from the other screen.
293 2023-01-06 15:56:18
Re: Use circle or rect to do tracking (5 replies, posted in Ideas and feature requests)
It's currently not possible. I'll move this to Ideas & requests to keep track of it.
294 2023-01-06 15:42:51
Re: Saving two video into a composite video result in a distorted video (11 replies, posted in Bug reports)
Yes that's correct, it is using the resolution of the images as they are displayed. (this is actually what caused the bug in this topic since that live resolution isn't guaranteed to be supported by the encoder). If I recall correctly it's because it's using the synchronization loop to get the images aligned and painted so it was probably simpler to just grab them from there instead of re-decoding at the original size. I'll make a note to fix this at some point, it's not necessarily as trivial as it sounds. There is also code for vertical stacking in there that's currently unused.
295 2023-01-06 15:20:42
Re: 0.9.5 crash when open it (27 replies, posted in Bug reports)
If it happens with one specific video and not with others it's definitely not the same problem as the OP where the program fails to even start. Please upload an example video on some online storage and share the link at joan at kinovea dot org.
296 2023-01-03 01:08:09
Re: Saving keyframes as a template (7 replies, posted in Ideas and feature requests)
Update on this topic.
I added a menu on the keyframes to "Move to current time".
Then I implemented the drag and drop into the timeline (and actually into the whole bottom part since it was not very usable when it only received the drop in the small timeline control).
  
While I was testing this I realized there was a possible issue if you drag and drop from one screen to the other, so in the end I added support for that as well. I think it's relevant to your use-case because now you can just keep the reference annotations in a dedicated video and drag the keyframes from there into the current one. I think it's a good solution to the "template" idea. The video updates itself during the dragging operation so it's relatively easy to get to the right frame. I still need to test it a lot more though.
297 2022-12-31 19:21:10
Re: Motion synchronization mode and other questions (9 replies, posted in Bug reports)
That is very strange.
Let's see… The same functionality exists when clicking on the "Configure" button on the capture screen once the camera is opened. In this dialog you should be able to see both the alias defined in Kinovea (in blue) and the camera internal name (in italics below). The alias is editable directly and the icon is a button. Does editing the alias from there work in your case?
298 2022-12-31 12:12:50
Re: Adding Multiple Preseted Keyframe with Shortcut (9 replies, posted in Ideas and feature requests)
I cannot give an estimated time, there are too many other factors.
I started to look into this. One idea I had was to add a function where you right click an existing named keyframe and do "Set as preset X" or something like that. Then I realized that instead of having just the name of the keyframe we could save all the data associated with it and use *that* as a preset maybe. This way you can add a rich keyframe with some pre-made drawings in one click. There is also a feature for keyframe "color" that would fit nicely into this.
So now I'm thinking that instead of saving this as a list of names in the preferences, it might be simpler to have a "preset KVA" that is a normal annotation file but containing many presets for keyframes and drawings. I think this could simplify the logistics for the more advanced automation scenarios. In the preferences you would point to your preset file, it would analyze it and then for each shortcut/action slot you would select the thing to add based on what's in the file.
edit: scratch that, it would be too complicated to setup. I'll stick with simple name+color presets.
299 2022-12-31 11:55:40
Re: Motion synchronization mode and other questions (9 replies, posted in Bug reports)
Hi, thanks for the follow up and the details.
Regarding the menu, you may be using an older version or there is a problem. The context menu is generic and should look like this:

You can also change the camera icon from there to identify it better.
300 2022-12-30 17:05:53
Re: HELP!!! "Failure:unable to open the file: file not found or empty" (7 replies, posted in Bug reports)
Hello there, Im using the latest version of Kinovea, Im working on finding angles however after saving annotations as .kva file, it always gives me this error whenever I open the file ''Failure: unable to open file: file not found or empty''
Sorry, the error message is not very helpful. I think what's happening is you are trying to open the KVA file as a if it were a video. The KVA file only contains the annotations. Open the original video normally and load the KVA file into it using File > Load annotations… If you have saved the KVA file next to the original video and with the same file name, it will load it automatically.
