S
SergeyKashin
Guest
I'm really looking forward to my camera , is it possible to translate the menu into another language yourself or to have it released in an update?
SergeyKashin said:I'm really looking forward to my camera , is it possible to translate the menu into another language yourself or to have it released in an update?
Whith this Qt Software, would it be possible to change the exposuere value from xx,x ms to 1/xxxx s ?So it would be displayed in Fractions of seconds, like on most other Photographic cameras?Because as far as i can see, the 2.1 firmware in its current form only displays as an Millisecond value and no option to change that.Or would that be neded to be implemented in the Software itself first?Would really love to see such an option in Software.skronstein said:SergeyKashin said:I'm really looking forward to my camera , is it possible to translate the menu into another language yourself or to have it released in an update?
Yes, I think it's possible to translate the menus, at least for languages using the latin script. Qt Creator or Qt Designer could be used to edit the text in the buttons and other widgets in the UI. The widgets are are inside the .ui files in this repository: https://github.com/krontech/chronos-cam-app/ The camera application then needs to be recompiled, as seen in that link.
Even then, there is other things that the user will see less often, like error messages, scattered throughout the source files in the repository.
We don't currently have any plans for official translations.
Ok, thanks for the Answer, didnt know that!That is very good.NiNeff said:you can already change the displayed value and choose between time, degrees and percentage
skronstein said:SergeyKashin said:I'm really looking forward to my camera , is it possible to translate the menu into another language yourself or to have it released in an update?
Yes, I think it's possible to translate the menus, at least for languages using the latin script. Qt Creator or Qt Designer could be used to edit the text in the buttons and other widgets in the UI. The widgets are are inside the .ui files in this repository: https://github.com/krontech/chronos-cam-app/ The camera application then needs to be recompiled, as seen in that link.
Even then, there is other things that the user will see less often, like error messages, scattered throughout the source files in the repository.
We don't currently have any plans for official translations.
We might start looking into translations in the near future. I'll post updated information if/when we have any.SergeyKashin said:skronstein said:SergeyKashin said:I'm really looking forward to my camera , is it possible to translate the menu into another language yourself or to have it released in an update?
Yes, I think it's possible to translate the menus, at least for languages using the latin script. Qt Creator or Qt Designer could be used to edit the text in the buttons and other widgets in the UI. The widgets are are inside the .ui files in this repository: https://github.com/krontech/chronos-cam-app/ The camera application then needs to be recompiled, as seen in that link.
Even then, there is other things that the user will see less often, like error messages, scattered throughout the source files in the repository.
We don't currently have any plans for official translations.
If I don't know how to program and these are all sorts of programs, then how do I translate for the camera?
SergeyKashin said:sensor LUX2100
Specification
Frame Rate 1,000 FPS @ 1920 x 1080
1,500 FPS @ 1280 x 720
125,000 FPS @ 1920 x 8
It can be windowed down to achieve frame rates of 300,000+ FPS.
is it possible to implement such fps in the Chronos camera?
So even the 125kfps and 300kfps are working in the unstable Software?That is great news!skronstein said:SergeyKashin said:sensor LUX2100
Specification
Frame Rate 1,000 FPS @ 1920 x 1080
1,500 FPS @ 1280 x 720
125,000 FPS @ 1920 x 8
It can be windowed down to achieve frame rates of 300,000+ FPS.
is it possible to implement such fps in the Chronos camera?
This is available now in the unstable branch of the latest software, which can be found here:
http://forum.krontech.ca/index.php?topic=531.0
Nikon1 said:So even the 125kfps and 300kfps are working in the unstable Software?That is great news!skronstein said:SergeyKashin said:sensor LUX2100
Specification
Frame Rate 1,000 FPS @ 1920 x 1080
1,500 FPS @ 1280 x 720
125,000 FPS @ 1920 x 8
It can be windowed down to achieve frame rates of 300,000+ FPS.
is it possible to implement such fps in the Chronos camera?
This is available now in the unstable branch of the latest software, which can be found here:
http://forum.krontech.ca/index.php?topic=531.0
This can only be done in the new UI. Unfortunately, the new UI feels laggy compared to the old UI, but some people don't mind that. The old UI still shows it only in degrees and seconds.NiNeff said:you can already change the displayed value and choose between time, degrees and percentage
skronstein said:Nikon1 said:So even the 125kfps and 300kfps are working in the unstable Software?That is great news!skronstein said:SergeyKashin said:sensor LUX2100
Specification
Frame Rate 1,000 FPS @ 1920 x 1080
1,500 FPS @ 1280 x 720
125,000 FPS @ 1920 x 8
It can be windowed down to achieve frame rates of 300,000+ FPS.
is it possible to implement such fps in the Chronos camera?
This is available now in the unstable branch of the latest software, which can be found here:
http://forum.krontech.ca/index.php?topic=531.0
Just edited my post. The 1.4 now goes up to 109kpfs at 320x32. I'm not sure what the 2.1 will max out at.
Well, 24kfps is still not that bad. Lets see what the next updates will bring.LimaKilo said:On our Chronos 2.1 using the new chronos-unstable-20200314.img, I was not able to set a frame size of less than 640x96, and thus no framerate of more than 24k fps.
LimaKilo said:On our Chronos 2.1 using the new chronos-unstable-20200314.img, I was not able to set a frame size of less than 640x96, and thus no framerate of more than 24k fps.
SergeyKashin said:Tell me what affects the frequency of RAM and whether it can be replaced, for example, 1600 to 2400 or 2666. What does RAM installation from different manufacturers affect?
http://ali.onl/1zSU
skronstein said:We might start looking into translations in the near future. I'll post updated information if/when we have any.SergeyKashin said:skronstein said:SergeyKashin said:I'm really looking forward to my camera , is it possible to translate the menu into another language yourself or to have it released in an update?
Yes, I think it's possible to translate the menus, at least for languages using the latin script. Qt Creator or Qt Designer could be used to edit the text in the buttons and other widgets in the UI. The widgets are are inside the .ui files in this repository: https://github.com/krontech/chronos-cam-app/ The camera application then needs to be recompiled, as seen in that link.
Even then, there is other things that the user will see less often, like error messages, scattered throughout the source files in the repository.
We don't currently have any plans for official translations.
If I don't know how to program and these are all sorts of programs, then how do I translate for the camera?