Page 1 of 1

a quiz for all you smart coders out there....

PostPosted: Thu Apr 25, 2019 5:13 am
by Baz
Q. What is the significance of this number?
1000200.00

Re: a quiz for all you smart coders out there....

PostPosted: Tue Apr 30, 2019 4:47 am
by Ian Morrish
Ok, we give up. Whet is it?

Sent from my SM-G960F using Tapatalk

Re: a quiz for all you smart coders out there....

PostPosted: Wed May 01, 2019 12:34 am
by Baz
1000200.00 is the number to convert the shutter value in the UDP CCdP to real values.
I was using look up tables but came up with this magic number.

Shutter = round(1000200.00 / word(shutterHI, shutterLO));

I love it when the numbers work!

Baz

Re: a quiz for all you smart coders out there....

PostPosted: Wed May 01, 2019 9:21 am
by Xtreemtec
Except that no-one but you, me and maybe a few guys out there are really working on Atem Ethernet level around the API.. ;)