Recent Posts

Pages: 1 2 [3] 4 5 ... 10
21
Chronos User Discussion / Re: Speeding up the saving process
« Last post by B.H.V on March 27, 2025, 06:58:17 PM »
I had no idea we had to use the external i/o trigger cable for segmented mode. I was wondering why I could not get it to work when using the regular record button. I'll try this tomorrow!
22
Chronos User Discussion / Re: Speeding up the saving process
« Last post by hummingbirdography on March 27, 2025, 11:39:52 AM »
Ah, selenium, neat! I'll have to give that a try sometime.

I'm still working on the automation aspect, however I do at least have something for automatically marking the start/end positions for individual segments. So, with that, you can tell the camera to loop playback within an individual segment, or proceed to saving that individual segment.

The challenge I ran into with automating saves, is related to the delay between video state transitions. You can observe this both- when a save starts, and when it finishes. There's usually a few extra seconds of delay while the camera switches pipelines between a black video state, and displaying your recording. With that said, technically, the fastest way to automate multiple saves, would be to save all of the segments at once, and then split the recordings in post. DNG or TIFF formats can make that a bit easier as well, since you can separate the frames for each segment via filesystem operations, rather than having to use video software for splitting a MP4 into multiple files. You could even do that via SSH operations without interrupting recording.

Unfortunately the camera software doesn't provide any visual feedback while recording in segmented mode. You could check the box for Text Overlays (underneath the Settings menu during playback), and track previously captured segments with the "sg=" portion of the overlaid text.

Another trick, since you're using the web interface, is you could switch to over to the "Documentation" tab, and monitor the array of 'videoSegments' live from there. At least that way you could keep an eye on what's going on without turning on the Text Overlay, or switching to playback mode.

An important note with Segmented recording mode, is that all of the record buttons- the pyhsical red button, the button displayed on the LCD, and the button in the web interface, will NOT trigger recording another segment. If you press one of those buttons after recording a segment, it will flush the previous segment(s), so be careful with that!! Segments are triggered via I/O, and it might take a bit of practice to get the hang of using it.
23
Chronos User Discussion / Re: WTB Chronos 2.1HD
« Last post by rstewartnyc on March 27, 2025, 04:32:09 AM »
Found one
24
Chronos User Discussion / Re: Speeding up the saving process
« Last post by oadu on March 27, 2025, 03:26:51 AM »
Thanks for the quick reply and the tip with the API and the segmented mode. I will definitely try this!

The automation of the web interface is done via Selenium, so that a web driver is generated and the program simply clicks through the interface like a user. It's also possible to do this in the background

Are you already finished with your program for splitting the videos? It looks like I'm heading for the same problem if I try your tip.
25
Chronos User Discussion / I am recording one image per trigger.
« Last post by Imensid on March 27, 2025, 02:13:39 AM »
I am recording one image per trigger. I am able to achieve this by setting the trigger to "Record End Trigger" and setting the record mode to "Segmented". I then set record length (frames) to 500 and number of segments to 500. This gets me 500 frames in a recording corresponding to 500 triggers. The problem I have is that after ending the recording and pressing the play button there is a variable amount of delay before I can play back the recording. If my trigger is very slow (let's say 1 second interval), then playback is immediate. However, if my trigger is fast (let's say 50 millisecond interval), then playback doesn't start for over two minutes. Is there anything that can be done to improve this? Most of the time we want to record images of products that are created at between 50 and 100 milliseconds each. Thanks.
26
It's a shame I found out about this article a bit late.
27
Chronos User Discussion / Re: Speeding up the saving process
« Last post by hummingbirdography on March 26, 2025, 12:16:36 PM »
If you're only recording 1 second, I recommend switching your camera to the segmented recording mode. At least that way you could capture multiple 1 second duration segments without interruption, and then save all of those segments as a batch before your buffer is completely filled. Sure, the downtime for saving would be longer, but at least you could acquire more shots before taking a break to save.

I'm curious how you're automating the web interface! Mind sharing some more info on that?

However yes, you might want to look into the REST API, especially if you try my segmented mode suggestion. The API won't make the camera operate any faster, but it can help automate a workflow such as yours to be much faster.

I've been working on a script which tries to automate saving each segment as a separate MP4 file, because currently none of the camera software versions support this.

https://support.krontech.ca/en/articles/9903772-chronos-0-7-0-api-documentation

I'm very familiar with the API, so would be happy to help
28
Chronos User Discussion / Speeding up the saving process
« Last post by oadu on March 26, 2025, 01:41:06 AM »
Hello,

for a project, I need to set up the camera to start recording according to a repetitive TTL triggersignal. I'm doing this with a code that accesses the web interface and configures all settings there. Unfortunally the saving process takes for a 1s video (1770frames, H.264 formate) more ore less a minute and but the trigger signal to start the next recording is a lot faster.

Is there a way to speed things up?
Would it be faster/simpler to use the REST API?
29
Chronos User Discussion / Re: D Tap cable for power?
« Last post by 1022mm on March 22, 2025, 05:41:13 PM »
This is valuable for on-location shoots where AC power isn't readily available.
What brings you to this forum and what type of high speed shooting are you proficient in?  Can you show us your website or your portfolio?
30
General high-speed discussion / Re: Anyone manning the forum?
« Last post by 1022mm on March 22, 2025, 05:39:28 PM »
Doing an experiment with some of these bots to see if they'll reveal themselves.
Pages: 1 2 [3] 4 5 ... 10