Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:hackable cams already available (Score 2, Informative) 167

Well sensor noise comes in two main flavors - read noise and photon shot noise. The photon shot noise is inherent in the light - photons come in semi-randomly. The read noise is noise in the sensor circuitry.

If you take 100 pictures with 1/100s exposures and average them, then in terms of photon shot noise it's the same as taking a 1s exposure. You've recorded the same number of photons. However, you paid the read noise penalty 100 times, and while you're still averaging that away, you start with a lot more than if you just took a 1s exposure.

So in the end, your synthetic 1s exposure is noisier than a real 1s exposure, but much less noisy than the longest hand-held exposure you could normally take (~1/60s, depending on focal length).

So it works pretty well.

Comment Re:Do want (Score 2, Informative) 167

You can find such lens specifications available for most lenses in patent databases. The patents list the curvatures, indices of refraction, etc, etc. That's kind of the point of patents - when used correctly they remove the need for trade secrets. I'm not sure if this holds true for Canon lenses in particular.

I agree with you that many aspects of the hardware are not as open as they could be. However, we're trying to make a camera that actually works well as a camera without reinventing too many wheels. We'd also like to be able to replicate and distribute the camera to other researchers. That means off-the-shelf parts that anyone can buy, like Canon lenses.

- Andrew (one of the grad students involved)

Comment Re:nice PR stunt (Score 5, Informative) 167

Computational photography is the accepted term for this subfield of computer graphics and computer vision: http://lmgtfy.com/?q=computational+photography

Secondly, we're not making an open source camera OS for existing hardware, we're making camera hardware that runs an existing open source OS - linux - with particular drivers and APIs to help you program the camera.

We're very well aware of CHDK and have used it for many projects. This is not like that (I have an earlier post that elaborates above).

Comment Re:Do want (Score 4, Informative) 167

It's not a Nokia imaging chip, it's just the one that happens to be used in Nokia N95s. Aptina makes it and sells it to anyone who wants one. They do make you sign an NDA to get the full data sheet, but that's pretty much impossible to avoid.

As the poster above mentioned, Canon lenses have been thoroughly reverse-engineered.

The lenses would be fairly easy to swap out for a different optical system - we communicate with the lens controller over a simple serial link. The sensor is more involved - for one you'd need a linux kernel driver for your new sensor. Also, it's a pain to properly mount a sensor and get the all support circuitry working. None of it is secret or proprietary though, beyond the NDA you usually need to sign to get the register map for the sensor you want to use.

- Andrew (one of the grad students working on the project)

Comment Re:hackable cams already available (Score 5, Informative) 167

The existence of prior art doesn't mean we shouldn't try and do it better. There's plenty of related work and similar projects.

We're aware of chdk (and have used it for a bunch of stuff), and it's close in some respects, but it's not the same thing. Chdk doesn't turn your camera into a fully functioning linux box, which is part of what we're trying to do, though this has also been done before sans viewfinder (www.elphel.com). You can plug random stuff in over USB, you can control the sensor with extremely low latency (by hacking the kernel if all else fails), you can ssh in, you could even run a web-server off your camera if you wanted to like the elphel cameras. Last week I plugged an SSD drive in over USB (alas no sata interface yet) to save off raw data faster. It's a fairly standard linux so it just worked.

You also have a lot more compute than you might get in something like chdk. You have access to a unified shader architecture GPU, a DSP, a CPU with an SSE-like vector coprocessor, and a fixed-function set of image processing tools (like histogram generation).

The other half of what we're trying to do is make a really good API for a programmable camera, including stuff for synchronization of multiple external devices (eg flashes), optimized image processing routines, frame-level control of the sensor at high frame rates, and camera user interface stuff, including physical widgets like buttons and dials (we use a phidgets board for this).

- Andrew (One of the grad students working on the frankencamera)
Spam

Submission + - Ron Paul Spam Traced to Reactor Botnet (arstechnica.com)

Brother, Can You Spare a Dime? writes: "Ars is reporting that the Ron Paul spam has been traced back to the Reactor botnet. According to the SecureWorks report which originally identified the spammer, someone calling themselves nenastnyj was behind it and their botnet control server has been shut down. The Ron Paul campaign has previously denied any connection with this spam campaign."
Supercomputing

PS3 Helps Folding@Home Reach World Record Status 51

mytrip wrote with a note that the PlayStation 3 should be very proud of itself. Sony's monster-powerful console has lifted Stanford's very own distributed computing project (Folding@home) into the record books. "Guinness has apparently certified the project as the world's most powerful distributed computing system. According to a release from Sony, Folding@home topped 1 petaflop last month, meaning that it surpassed a thousand trillion floating point operations per second. By comparison, the well-known SETI@home project has topped out, according to Wikipedia, at around 265 teraflops, or 265 trillion floating point operations a second." There appears to be a team slashdot if you're looking for someone to support. Go fighting 006666!
Microsoft

Trouble With MS Genuine Office Validation 234

Julie188 writes "Here's another little gotcha with Microsoft license validation, discovered by security and PowerShell expert Tyson Kopczynski. The Microsoft Office 2007 add-on site refuses to download legitimate add-ons for Office 2007 when a legitimate — but not yet activated — additional Microsoft product is installed on the computer. In Kopczynski's case, the product was Visio. He writes: 'Let's back this license train up and look at why this picture is wrong: 1. I have a valid copy of Office 2007. 2. The Visio installation only failed the validation because I haven't activated it. 3. Microsoft has presented me with a page to buy Office, which I have a valid copy of... Dear Microsoft, When used incorrectly and in direct conflict of something that you are promoting, DRM sucks! By making the usage of your software a hassle, you risk further pushing more users of your applications to other solutions."
Space

Astronomers Find Huge Hole in Universe 628

realwx writes "Astronomers are surprised by a recent discovery of a space hole that is nearly a billion light years across. "Not only has no one ever found a void this big, but we never even expected to find one this size," said researcher Lawrence Rudnick of the University of Minnesota. Rudnick's colleague Liliya R. Williams also had not anticipated this finding. "What we've found is not normal, based on either observational studies or on computer simulations of the large-scale evolution of the universe," said Williams, also of the University of Minnesota.""

Slashdot Top Deals

If the code and the comments disagree, then both are probably wrong. -- Norm Schryer

Working...