TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Earth rotation limits in-body image stabilization to 6.3 stops (2020)

166 点作者 pwnna大约 1 年前

23 条评论

eggy大约 1 年前
Well, if we&#x27;re nitpicking here, it is not 86,000s&#x2F;day (24 hours * 3600s&#x2F;hour) and 7.27x10^-5 radians&#x2F;s, but 86,164.091s and 7.29x10^-5 radians&#x2F;s.<p>24 hours is the time it takes the sun to return to the same spot in the sky due to earth having to rotate for another 3m56s to make up for angle gained by revolving around the sun in the same direction as the rotation of the Earth. This applies for the other planets that also rotate and revolve in the same direction - Mercury, Earth, Mars, Jupiter, Saturn, and Neptune. A sidereal day is 23h 56m 4.091s for distant stars to return to the same spot in the sky.<p>Damn, I knew that is why I botched my 6-stop exposure at my daughter&#x27;s graduation! She can&#x27;t blame me now! Thank you HN!
评论 #40381032 未加载
t0mas88大约 1 年前
You don&#x27;t need GPS to figure out the correction for this. Inertial navigation systems in aircraft (which use very stabilised platforms with a lot of math involved) worked before GPS was available.<p>It helps to have a rough indication of the current latitude on startup, but you can also figure it out from the gyro outputs. Just takes longer.<p>With modern sensors (solid state laser gyroscopes) it has all become a lot smaller so if you really want to you can do this in a camera. It&#x27;s just probably going to be too expensive for what it brings, because 6+ stops of stabilisation is a lot already.
评论 #40377010 未加载
评论 #40376710 未加载
评论 #40381711 未加载
评论 #40379420 未加载
评论 #40377049 未加载
isoprophlex大约 1 年前
&gt; The second solution is much more plausible, but still very difficult. The user would have to be pointing the camera at the subject for long enough such that the drift in their aim at the subject is smaller than the drift from the rotation of the earth. This is also implausible. What is concerning though, is that this second method is one that could work very well to cancel out Earth’s rotation on the CIPA specified stabilization test apparatus.<p>So, basically dieselgate but for image stabilization
评论 #40378344 未加载
moi2388大约 1 年前
Can somebody ELI5 this to me?<p>The image with the 2 earths.. that only works if the camera is not also on the ground, but it is? How is the rotation of the object and the camera not identical? Why would it rotate ‘upwards’?<p>Also, if the issue is relative motion or rotation between camera and object, wouldn’t two sensors, one on the camera and one on the subject be able to solve this, since we can see if their rotations&#x2F;movement match up or not?
评论 #40377822 未加载
评论 #40378270 未加载
评论 #40382050 未加载
评论 #40381457 未加载
DoctorOetker大约 1 年前
This can be fixed in software:<p>you can back calculate orientations with high pass filterd gyro data, to rotate the unfiltered gyro date into the current reference frame, then low pass the unfiltered but rotation corrected gyro data to get the earth rotation axis in the current reference frame, then one can estimate the expected rotation that should be ignored.
评论 #40378829 未加载
chris_va大约 1 年前
Solution (2) as written seems to imply that the camera can only use the gyroscope signal while the camera is pointed at the subject, but I cannot see why that is a strong limitation.<p>In theory, you can take the last N seconds of data from the gyroscope (I assume it is running while the camera is active) to get the overall drift, even if it is tumbling around for a while before being pointed at the subject... Assuming the tumbling has enough periods of time that are correlated with the earth&#x27;s rotation (e.g. someone carrying it, not pointing it an an aircraft or something moving EW for the window duration that is anticorrelated with the rotation).
评论 #40383003 未加载
Asraelite大约 1 年前
&gt; The first isn’t a good solution for many reasons. Don’t have GPS signal? Shooting next to a magnet? Your system won’t work.<p>These seem trivial to work around. Just store the last known position and use that. It&#x27;s rare that you&#x27;ll be without a GPS signal or beside a magnet, and you certainly won&#x27;t be traveling long distances in those conditions. And since when do magnets block GPS signals?
评论 #40376811 未加载
_ph_大约 1 年前
Version 2 sounds to me as the probably reason for the ability of Cameras like the OM1-2 to go over 8 stops. Yes, it is probably not a simple task to measure the earths drift with the gyroscopes, but there is one thing that might help: the frequency of that drift is exactly known - it is the speed of the earths rotation. So it should be possible to tune a very narrow filter to that frequency and only analyze the gyroscope signal for that frequency. With that one could at least partially compensate for the drift.
sib大约 1 年前
Nikon claims 8.0 stops of &quot;VR image stabilization&quot; for their Zf camera (released late in 2023).<p><a href="https:&#x2F;&#x2F;www.nikonusa.com&#x2F;p&#x2F;z-f&#x2F;1761&#x2F;overview" rel="nofollow">https:&#x2F;&#x2F;www.nikonusa.com&#x2F;p&#x2F;z-f&#x2F;1761&#x2F;overview</a><p>(&quot;Based on CIPA standards; when using the telephoto end of the NIKKOR Z 24-120mm f&#x2F;4 S&quot; - for clarity, that lens does <i>not</i> have optical VR in the lens itself, so this is all based on in-body stabilization.)
GuB-42大约 1 年前
On the other hand, that should be awesome for astrophotography.
评论 #40381220 未加载
评论 #40377881 未加载
评论 #40382772 未加载
mrandish大约 1 年前
Perhaps in some camera firmware bug database there&#x27;s a closed bug marked: &quot;Won&#x27;t fix. Tested working in orbit.&quot;
cesaref大约 1 年前
This is analogous to astro-photography problems with keeping stars as points rather than as blurred lines in long exposures. If you think about it, if a long exposure at night has a static landscape but moving stars, the IBIS equivalent would have static stars and a moving landscape :)
评论 #40386656 未加载
Delmololo大约 1 年前
You should be able to calculate it out by telling the user to press a button and after this, not rotating the camera away.<p>Right?<p>Might just not be practical at all.<p>On the other hand, shouldn&#x27;t the earth rotate fast enough to figure this out in a short timeframe while the photographer starts looking through the finder?
评论 #40378652 未加载
somat12 个月前
Why not stabilize optically?<p>I am probably missing something huge. But if the goal is a stable image why use gyros. use the image itself to apply the correction factor to the final integration. sort of the same way videos are stabilized.
评论 #40389318 未加载
评论 #40388877 未加载
gwill大约 1 年前
i&#x27;m curious how the OM-1 MK2 gets around this to achieve 8.5 stops.<p><a href="https:&#x2F;&#x2F;explore.omsystem.com&#x2F;us&#x2F;en&#x2F;om-1-mark-ii" rel="nofollow">https:&#x2F;&#x2F;explore.omsystem.com&#x2F;us&#x2F;en&#x2F;om-1-mark-ii</a>
tetris11大约 1 年前
I still don&#x27;t quite follow the explanation. The duck and I are on the surface of the same body and are rotating together, maintaining a constant distance... why does Earth rotation need to be corrected for?
评论 #40376662 未加载
评论 #40376094 未加载
评论 #40376504 未加载
评论 #40376036 未加载
评论 #40376024 未加载
评论 #40376051 未加载
评论 #40376038 未加载
评论 #40376721 未加载
评论 #40376043 未加载
aidenn0大约 1 年前
You should be able to exceed 6.3 stops if you are pointing north&#x2F;south rather than east&#x2F;west, right? Maybe they are just measuring it pointing north&#x2F;south.
quonn大约 1 年前
Would it be possible to correct for the rotation by counter rotating if the orientation of the camera is known (or determined by GPS + compass)?
评论 #40378852 未加载
评论 #40376164 未加载
mikewarot大约 1 年前
Bullshit. It&#x27;s ITAR, they don&#x27;t want parts floating around in the world that can make a dead nuts accurate INS - inertial navigation system, as this enables weapons we don&#x27;t want in the wild.<p>You can stabilize out everything and account for the rotation by simply watching the vector of gravity over time.
kybernetyk12 个月前
Nikon has 8 stops so they somehow beat physics
kqr大约 1 年前
6.3 stops is a lot, though. That&#x27;s basically the fully usable aperture range of a kit zoom lens.
评论 #40377355 未加载
评论 #40376528 未加载
评论 #40377567 未加载
imglorp大约 1 年前
Is a plain phone gyroscope enough to detect Earth rotation? Is there an app for that?
pixelpoet大约 1 年前
Yet another example of b0rked &#x2F; unescaped TeX, specifically log vs \log in this case. Blows my mind that nobody sees it...