OK I think I found the culprit and it should be fixed for the next version.
227 2023-08-07 18:28:51
Re: Using machine vision cameras w/ source code (1 replies, posted in Bug reports)
Let's continue the discussion on github here: https://github.com/Kinovea/Kinovea/issues/121
228 2023-08-05 17:44:47
Re: Duda sobre una función (5 replies, posted in Español)
Después de la grabación debería haber una miniatura del video creada de bajo de la pantalla de grabación. Puedes hacer clic en el nombre para cambiarlo (o clic derecha y "Cambiar nombre").
229 2023-08-05 11:26:37
Re: Duda sobre una función (5 replies, posted in Español)
La primera cosa es que solo funciona con las cámaras de tipo Machine Vision porque otras cámaras no tienen el nivel de control suficiente.
Si tienes una cámara de este tipo, puedes experimentar con reducir la resolución vertical, hasta que sea bajo de 16 pixeles (por ejemplo: 1024 × 4 px). Aconsejo ponerlo en lo mínimo posible. A partir de este momento, entrara en el modo escondido/experimental de finish line / photo-finish. En lugar de mostrar las imágenes individualmente, colocara las nuevas "bandas" bajo de las precedentes, continuamente. Con esa baja resolución, puedes aumentar la frecuencia de imágenes hasta 1000 o 2000 fps o más, según la cámara.
Nota: es solo activado bajando la resolución vertical, porque esas cámaras funcionan así. Bajar la resolución horizontal no permite aumentar la frecuencia, el sensor lee linea por linea de todas maneras. Hay que disminuir el numero de lineas. Entonces en la practica deberás poner la cámara físicamente tumbada al 90°, para que el efecto photo-finish sea el correcto.
En el fichero XML de preferencias, encontrarás un nodo `PhotofinishConfiguration`. Por el momento es el único modo de cambiar la configuración.
<PhotofinishConfiguration>
      <ThresholdHeight>16</ThresholdHeight>
      <ConsolidationHeight>2</ConsolidationHeight>
      <OutputHeight>1000</OutputHeight>
      <Waterfall>true</Waterfall>
      <WaterfallFlushHeight>100</WaterfallFlushHeight>
</PhotofinishConfiguration>No sé exactamente si será útil para el salto de longitud pero sería interesante que más personas experimentaran con esto.
230 2023-08-04 20:48:43
Re: Shortening a Working Zone (2 replies, posted in General)
Most likely you are not doing anything wrong. It depends on the format but for some videos the frame accuracy doesn't work well and the working zone tends to reset itself. I have a number of examples I'm looking into it.
231 2023-08-04 20:44:37
Re: New trickier spam bots - please report any spam you find (2 replies, posted in General)
Verifying account creation isn't sustainable, it's what I did for several years but now there is just too much volume. I just double checked the numbers, for the month of July alone I got 982 registration mail alerts. I'm not reading them. These are only the ones that manage to pass the captcha. About half of them go to a special honey pot page I set up but the rest is still too much. So we need to wait until they make their first move and reveal themselves.
The frustrating part is that the bots continue to attack even if it doesn't work. The website must be in spammers database somewhere and they just don't care if their attempts fail.
Some of the bots are also never posting but use the report button on random posts and put a link in the "reason" field, that doesn't make any sense, only a forum admin/mod can read this… I hope they don't start to do this more often.
232 2023-08-01 10:03:22
Topic: New trickier spam bots - please report any spam you find (2 replies, posted in General)
Hi everyone!
You may not realize this but the forum is constantly harassed by spam bots trying to post their links.
There are more than 10 new bots that register every single day on the forum and try to post messages. This has been going on for years and I have implemented many counter measures directly in the forum software code (which is unmaintained by the creators but I like its simplicity), so hopefully you shouldn't see any spam.
I catch some of them at registration time, others I catch when they fill their profile and signature, and others I catch when they post their first message. There is a secret sub-forum where they all end up together.
By the way if you are a human and your message is nowhere to be seen after you post, send me an email at the address at the bottom of the page so I can move it back into the main forum manually.
That being said since a few weeks there is a new form of attack I had never seen before, using AI / ChatGPT. The bot is making an actual answer by quoting the original question. The answer is looking normal and is vaguely on topic. But then they sneakily change the original question inside the quote to insert a link. Sometimes changing the font color so it is invisible. Sometimes they don't do it outright, they first post the answer and then come back a few days later and change the text in the quote. Very sneaky.
Obviously I would rather work on Kinovea than deal with this, and I don't want to restore the registration block where I had to manually validate every new registration, there is just too many bots to handle it manually. So if you see a suspiciously weird message don't hesitate to click the "report" link so I can have a look.
Thank you!
Joan.
233 2023-07-26 19:23:00
Re: Markerless Motion Capture (1 replies, posted in General)
Not directly at the moment. The closest thing is to use OpenPose to generate .json pose files, then you can open the first one in the folder as an annotation file. It's not going to create trajectories though, each pose file is converted to a separate posture drawing on the corresponding frame.
234 2023-07-24 22:07:27
Re: Saving keyframes as a template (7 replies, posted in Ideas and feature requests)
No unfortunately I still haven't had time to wrap up the next version. I had a list of things I absolutely wanted to have in it and I think I'll have to cut it short… I've been busy at work and couldn't find the time to implement all the things I wanted. I think I'll post the current state of things in the forum asap to get things rolling again.
235 2023-07-24 22:03:45
Re: Basler Dart Cam and Pylon 6.2 (7 replies, posted in Cameras and hardware)
Yes unfortunately I haven't had time to fix this and update to newer Pylon versions.
236 2023-07-10 23:33:57
Re: Line tool not understood (3 replies, posted in General)
Sorry about that, no there is not really any way around it at the moment.
237 2023-07-09 16:15:11
Re: Line tool not understood (3 replies, posted in General)
When you add a line it is attached to the particular frame you added it on. Let's call this the anchor frame.
- Select the "Custom fading" option for the line.
- If you don't want to see the line before the anchor frame at all, set the Fading duration to zero. 
- If you want the line to stay fully visible for say 10 frames after the anchor frame, set Opaque duration to 10.
More details:
"Opaque duration" is how many frames after the anchor frame it will stay fully visible (or at the max opacity configured). 
"Fading duration" is the fading in/out effect that is created before the anchor frame and after the last frame of the "opaque period".
Each object can have its own fading/opacity parameters, by using the "Custom fading" option. If it is set to "Default fading" it will use the global option configured in Preferences > Drawings > Opacity.
If the line is tracked it will be forced at max opacity while it is tracked.
238 2023-07-05 00:57:07
Re: Cannot capture with version 0.9.5 (1 replies, posted in Bug reports)
If you go in the camera tab in the explorer panel on the left, do you see your camera?
239 2023-07-01 14:58:49
Re: sending message for application automation (2 replies, posted in General)
Glad you solved your issue. You were talking about passing WM_COPYDATA messages right? 
I actually tested this outside of C# so if you could share the final code snippet where you make the call it would be great, I'll add it to the documentation somewhere. I think it would be great to have several code samples in various programming languages for this.
240 2023-06-23 20:15:51
Re: Video opens as black (2 replies, posted in Bug reports)
Thanks for the videos, I'll look into it.
