376

(2 replies, posted in General)

Hi, it's only implemented for videos at the moment, not for single image files.

Hi,

Right now there is no way to get this from the user interface.

If the calibration is static (the grid is not moving), then the corners of the grid can be found in the KVA file in the "Calibration" block. This has the coordinates of the grid quadrilateral in image space in pixels. The vertices are named ABCD starting at the corner in the top-left (for the default grid placement) and going clockwise. In other words the direction vectors are always X-axis: DC, Y-axis: DA.

For a moving calibration it's more complicated. I should probably just allow pixels as a "metric" in the units selector. I'll check if that works without side effects.

As far as I understand you need to connect to the camera once from a normal browser to set up the root password. Previously these cameras could be used without password or with the default root password but apparently they changed that because too many devices were opened on the Internet.

From here:

Modern access procedure (default user with no password)
With the updated access procedure in place, the VAPIX and ONVIF interfaces have been disabled and the root user’s password is no longer set in factory default state when shipped from production. This means that it’s no longer possible for a client to access or configure the device out-of-the-box without activating VAPIX or ONVIF first.

And from here:

- Open a browser and enter the IP address or host name of the Axis device.
- If you access the device for the first time, you must set the root password.

Let us know if that works.

379

(3 replies, posted in Bug reports)

You mean the version of .NET on Windows server 2016? Kinovea uses .NET 4.8, you do need to install it manually I think on this OS but if that was the problem I think it wouldn't run at all. The part causing the problem (ExpTreeLib) has all kinds of low level calls into the very old Windows API, that's why I think it's more likely the culprit.

380

(3 replies, posted in Bug reports)

Thank you.
Ouch, this is going to be tough to fix, it's happening in a very old library related to the file system for the built-in file explorer, I imagine Windows server 2016 broke some the API it was using.
I've been meaning to re-write this whole part of the application in a more modern way…

381

(2 replies, posted in Ideas and feature requests)

Hi,
There are two different time tools, the Stopwatch (Cronómetro) and the Clock (Reloj). The clock object only shows a relative time and doesn't have start/stop commands. Somehow you are using a clock object.

If you right click on the tool in the tool bar you should see both objects.

It's also possible to convert one to the other by going into right click > Configuration and checking or unchecking "Clock".

Lastly, if it always act as a clock even when you select the stopwatch tool, double check the default options by going into the "Color profile" (last button on the toolbar or right click with the tool active), find the stopwatch and make sure it has the "Clock" option unchecked.

Hi,
This syntax is not currently supported. I'll have to look into it.

383

(1 replies, posted in General)

Hi,
I did not quite understand what you meant.
In any cases all options are under right click. To improve tracking you might need to reduce the default search and object box sizes in the preferences.

None of the cameras work or just one at a time? What options do you see in the camera configuration dialog under "Stream format"?

Hi, does it have a webcam mode or an HDMI output?

386

(2 replies, posted in General)

Something like posture grid, postural assessment chart or postural analysis grid chart.

387

(3 replies, posted in General)

Hi,
It's not supported at the moment. It's crashing the program for some reason so it's explicitly detected and removed from the list until I figure out where the problem is coming from.

388

(1 replies, posted in General)

Yes it is possible, look into Replay folder observers: https://www.kinovea.org/help/en/capture/replay.html

Yep, I can reproduce the bug, thanks.

edit:
Should be fixed in the next version.

390

(3 replies, posted in Español)

Hola,
Windows 11: No he probado personalmente pero debería funcionar. De que versión de Kinovea estamos hablando? La version 0.9.5 necesita el .NET Framework 4.8, lo cual debería ser instalado por defecto en Windows 11. Pero la versión 0.8.15 utiliza el .NET Framework 3.5 que no está instalado por defecto en las versiones recientes de Windows.

Quizá el problema es especifico a Parallels.

Edit: Ah ok, es porque es un procesador ARM.