artyom-beilis / OpenLiveStacker

Live Stacker Project - C++ backend and frontend
GNU General Public License v3.0
32 stars 4 forks source link

Zooming/focusing using internal browser #22

Closed han-k59 closed 1 year ago

han-k59 commented 1 year ago

The internal browser can not zoom in when streaming. This making focusing very difficult. The external browser can zoom. One way around it is to allow a higher zoom factor in the APP.

han-k59 commented 1 year ago

In the internal browser zooming using two vingers is not working. The x2 x4 zooming is working but is not enough to see stars good enough.

What a good solution for focussing would be is reading (optional) only a sub section of the stream. Eg 25% or 500 x500 pixel of the center, 10% or 200 x200 pixels.

I also have the impression that the auto stretch is not working for streaming. I can only see some bright stars but not the background.

artyom-beilis commented 1 year ago

Are you using pinch zoom or pressing +/- in the left/bottom corner.

I had so many issues in the past with pinch zoom and browser compatibility on AstroHopper that is also sometimes depends on specific browser settings so I did something much simpler to get it going till I implement pinch based zoo that at least is consistent.

In some browsers you can pinch zoom - but it is native built in zoom - not app zoom.

I also have the impression that the auto stretch is not working for streaming.

Auto and manual stretch are for stacking only. But it is actually not a bad idea to add an option of autostrech for live stream as well.

han-k59 commented 1 year ago

I'm using two fingers for zooming. Just option to select a part of the center (25%, 10%) looks for me the best option. Focusing is best done at center of the image not at the corners where more optical errors are visible.

han-k59 commented 1 year ago

Downloading only a section of the image would speed up. You want fast feedback if your manually adjusting the focus.

artyom-beilis commented 1 year ago

Closing it since there other better ticket you opened #31