Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - clkdiv

Pages: 1 ... 5 6 [7] 8 9 10
91
If someone stumbles upon this: I had some issues that tracked me back to this old thread. Actually it was Nikon1. Here is what I wanted to know regarding this topic.

92
Thanks a lot! All this is good to know, now that I am married with my Chronos. It is always good to know your wife, no?  :)

Ok, with these "limitations" in mind I can go on. Actually I am very happy I am able to do such incredible stuff with the camera. I posted the result in the "made with 2.1" thread here.

Thanks again!

93
Hello Nikon1,

thank you so much! This really solved it! For the beginning I really needed a sudden slow down from 1000fps to 1 frame per 10 seconds.

I solved it as you said: I capture the slowmo part as shown in my code, then i shoot 5 frames every 10 seconds. It is really true: The sensor collects the light while waiting the 10 seconds and sort of needs to get rid of it before being able to expose as intended.

Now I wonder how the camera can set be to 25 fps or even less internally while NOT having this issue. I read somewhere there is another sensor mode used then, internally? However I almost got a heart attack here dealing with the fps settings: I tried to set the camera to 2 fps internally and it accepted that, although the display looked really weird. So I wanted to go back to 1000fps, but the weird lines  stayed there, also after black calibration. When switching to 1280x720, they were gone, but when switching back to 1920x1080 they were there again. Even turning of the camera off and on again did not help! Jesus! But then after setting digital gain to a high value, then a low one again and then doing a black calibration solved the issue. I'd propose to make the GUI only accept a valid value for the fps.

Well, in the end I succeeded with my project for today, thanks to your help! Great! Thank you so much!

Martin

94
Hello nice girls and guys.

I would like to create a very sudden fps-change from 1000 fps to 1 frame per 10 seconds (timelapse) with gated triggering on IO3. So start e.g. with 1000 fps and 180 degree for say 2 seconds, then suddenly doing timelapse with one frame each 10 seconds, with the same exposure times for each frame of course. I want to drop crushed ice, capture that with 1000 fps, then, when the ice stopped moving, I want to switch to Timelapse mode: one frame every 10 seconds.

I succeeded to make the camera film with 1000 fps with the external signal, but I failed to do the timelapse part. The Trigger IO is set to IO3 - Shutter Gating, no invert, no debounce. I connected an Arduino to IO3 and provide 5 Volt to the camera for triggering.

In Timelapse mode I expected the camera to expose the frames as if in 1000fps mode, but instead everything is bright and I get a lot of motion blur. I can't figure out, what I am doing wrong. Everything seems to meet the requirements for the gated burst signal as described in the manual. I also tried with "Exposure trigger" mode for IO3, which should also work, since the falling edge of the input signal is not important for the exposure time, no?

Here is the code that works as long as the delay(10000) is commented out:

loop()
{
         // delay(10000);

   digitalWrite(CHANNEL_TRIGGEROUT_CAMERA, HIGH); 
   delayMicroseconds(500);
   digitalWrite(CHANNEL_TRIGGEROUT_CAMERA, LOW);
   delayMicroseconds(500);
}


Anyone having an idea?

Thanks!

Martin

95
Chronos User Discussion / Re: Post Chronos 2.1 clips here!
« on: October 10, 2020, 01:25:08 PM »
Nice!  8)

With the help of Nikon1 I managed to make my Chronos record with different fps in one shot. Fastest was 1000 fps, then 0.1 fps.

Here it can be seen. Here is discussed how to do it.

96
Chronos User Discussion / Re: Review of Chronos 2.1
« on: October 09, 2020, 01:12:58 PM »
Don't have any hangings here. For me the camera is outstanding in terms what you get for your money. I wouldn't ever had thought about buying a phantom, since I don't need the last quantum of extra image quality. For me it is more important, that the camera delivers good quality while being that lightweight and small.

97
Wow! Thanks a lot for your detailed reply. Ok, So I ordered some of exactly the sticks you use. I feel much safer now. I am sure some other people will find this useful too. Thanks!


98
Hello Nikon1,

thanks again. In your linked cleaning tool it is stated that these are for CCD CMOS sensors. Now How are theses things used? Do they cover the whole sensor size all in one step or does one have to collect the dust by "walking" step by step? Actually I don't really get who they work. These stickers, where are they put? Onto the sensor? On the stamp?

I found a similar system at Amazon, but in customer reviews it is said that the stamps can stick that much to the sensor, that parts from the stamp will be left at the surface.

And I also wonder if I could use cleaners for APS-C or MFT-size too? What do you think about these?

99
Chronos User Discussion / Re: Post Chronos 2.1 clips here!
« on: October 08, 2020, 07:40:47 AM »
Last proof of concept shot for my high-speed-follow-focus. The tripod shakes because of the stepper motor, so next time I'll hang something heavy to it.

Coffee follow focus

100
Chronos User Discussion / Re: Post Chronos 2.1 clips here!
« on: October 06, 2020, 02:16:23 PM »
I also saw YT destroying my videos. I'll try on Vimeo this time. Maybe there should be a free, user-financed video platform? It should.

Until then, I'll post on Vimeo. Being inspired by WeTravelTogether, I rebuilt my own High-Speed-Follow-Focus with some others people help on mathe online forum. I am sure I`ll have some fun with that.

Clip 1, Clip 2





101
Okay, thanks, so nothing really special about the sensor compared to a dslr. Good to know about the protective glass.

Since I haven't looked into my Chronos I wonder how the active cooling is involved in sucking in dust. I assume the sensor is completely protected from cooling air?

Thanks! Martin.

102
Hello! Now that I got more light for filming with my Chronos 2.1, I am able to close the lens aperture much more than before. Now this makes so much dust on the sensor showing up that it becomes critical.

Although I  used rocket blowers to clean the sensor on my DSLRs, I wonder if there is anything special about the Chronos sensor, if someone has some tips, and even more, if there are any suggestions on how to avoid it? I feel really uncomfortable dealing with such an expensive sensor.

Thanks! Martin.

103
Chronos User Discussion / Re: Post Chronos 2.1 clips here!
« on: October 03, 2020, 01:09:17 PM »
Wow! Yes, really nice shots! Great.

Yet another test throwing a lime through water.

104
Chronos User Discussion / Re: Videos saved but gone
« on: October 02, 2020, 01:16:32 PM »
Hello again. During the last days I had two times where all shots from a day seemed to be lost again. I am using a SSD connected to the eSata port to save the DNG files, shut down the camera with the SSD connected, then unplugged it and mounted it on a Windows 10 PC. The whole days folders weren't listed. I did a Scandisk, after that all was there. A really scary moment. Is there anything I might do wrong? Anyone else having such issue? Thanks!

105
Chronos User Discussion / Re: Post Chronos 2.1 clips here!
« on: October 01, 2020, 03:10:10 PM »
And one more. Got some more light today (Godox SL 200 II), but need still more. I am starting to grasp how light demanding such high speed shooting is. Done with Canon EF 50 1.4, 180 degree shutter, 0db gain, 1000 fps). Some severe Adobe After Effects applied. Limetten 3


Pages: 1 ... 5 6 [7] 8 9 10