Hi,I have written some code to create an edge image of the previous shot and overlay it on the screen. The code is just something quick to test out the feasibility. Hopefully something like this will be useful when creating a stereo pair of images.
1. Try to reduce the amount of noise so we just get clean outlines in most situations.2. Works fine on half-press and overlays live screen with edge-processed viewport image. On full-press, does not work, image overlaid with wide horizontal bands.
We should make it into a configurable parameter.
What camera do you have?
start with something like for(y=100; y<150; y++).
Looking at the edge overlay indoors, the noise is random points that constantly change position.
I have updated the code
I guess we also have an enhanced pano function,thanks!
[I do not really understand how it works.
Hope this helps.
I have get absolutely nowhere trying to get this to work on my A620 AFTER I have pressed the shutter.
Here is a new version that is split into stages, minimizes the amount of calculation when shooting, and has a vertical as well as horizontal edge calculation.