-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some ideas for the photostacking feature #19
Comments
mostly for issue #19 * auto Tv delay for focus stack, adj spacing for 9pt focus * added button toggle mode when upside down * added err when tv step wrong expo mode
A few things I just added (because of your previous suggestions submitted to my blog):
I don't want the button-toggle mode to be a default, and I don't really want it to be a run-time-configurable or compile-time-configurable option, so I feel like this is a good compromise. From a design point of view, the apps that I added button-toggle-mode to are not ones that should be "unattended", hence why I would not implement this as the default behavior. Please do a full update, including data-upload (there are new image files). Try it out and let me know what you think. |
Frank, Thank you for reviewing my idea. - Photostacking test with A7R4
- 9 point test with A7R4
- Shutter step test with A7R4 In S mode, I pressed the shutter button halfway to confirm autofocusing, and then started shooting.
|
please try out v1.0.12 , I added a new wait state that waits until the camera completely saves the image from buffer to SD card, which makes the shutter speed change much more reliable |
I just installed v1.0.12 and tested it. There is a new counter at the bottom of the shutter step menu, and the problem mentioned in the previous v1.0.11 report has not been improved. I found something new while testing the slow shutter in the focusstacking menu.
|
For an accurate test, I tested with a telephoto lens, shutter speed of 1 second, and aperture value in the range of f/4 to f/22. Very rarely, a shot was missed or two overlapped shots were taken. However, this did not affect the actual photography work. It was tested only in the focus stacking menu, but it is expected that there will be no problems with the focus movement section in other menus. |
Some testing notes with the latest code version with the A74; The biggest problem I was having was getting the "9-point" function to even focus before taking the photos. It would move the focus point around just fine and take the photos just fine too. Side note here; the spacing options work fine, the toggle function works great across all the functions it can be used on. I was wracking my brain trying to figure out what was going wrong when something @my1sec said stuck out to me: Maybe worth adding this as a note under this function on the Features page? |
I got a busy weekend ahead, can't update the code nightly like usual for a bit The MF getting stuck I think I see the bug on line 161 of ShutterStep.ino , where a true needs to be false for cmd_ManualFocusMode The instructions for "AF with Shutter" will be added to docs, thanks! As for the MF focus stepping being not regular, I'm not very clear what to do. The code is allowed to send three different step sizes, 1, 3, or 7. 1 is useless, 3 is a bit useless but the best, and 7 is huge. From my testing, one "size 7" step is equal to about 50 "size 3" step. There is a configurable delay between sending each step command, regardless of step size. The focus stacking function can also send consecutive commands. The code looks like
The case number is what's displayed on the screen |
Frank, I have no doubt that your project will be of great help to me and other thirsty alpha users. Every time I leave a comment here, my gratitude for you grows deeper. Today, I tried using Alpha Fairy for real landscape photography.
I thought that the focus stacking function was good enough as it is now, as the irregular focus shift problem that occurs very rarely does not interfere with actual use. |
fixing MF lock after shutterstep, added err msg for "AF w/ shutter" disabled #19
I just fixed the MF getting stuck I'm looking at my code and the 9-point function explicitly engages AF and waits up to 5 seconds to obtain a lock I disabled "AF with shutter" on my A1, and the AF activation stopped working. I used Wireshark to sniff this while trying the same thing with Sony's Imaging Edge Remote running on my PC. It also is not able to engage AF. This also means I can't make an effective fix, since Sony themselves can't do it. I think this is an actual camera bug. Sony wouldn't put an AF button on the GUI if it literally does nothing. I added a clear error message screen for the 9-point app, if the AF fails to engage, it will say that "AF w shutter is off". I also added the instructions to the github documentation. NOTE: it does seem like the same command engages AEL though |
- [ alpha-fairy ver 1.0.13 ] 9 point test with A7R4 There are no more problems with MF locking or the focus cursor getting stuck when 9point work is finished. But the A7R4 didn't shoot. |
That video is super helpful, I was wondering why the green dot for focus lock looked different from mine, mine is always the green dot with some circles around it. I realized that you are using AF-S and AF-C. My mistake is that in AF-C mode, if I just get the green dot, it actually means the subject tracking has lost the target, so in my code it's labelled as To fix it, I added an equivalent enum definition Fix is in the following commit (and is available to be pulled from main branch): I forgot to change branches before editing the code so there's no pull request to link, oops |
- [alpha-fairy ver 1.0.13_2 ] 9 point test with A7R4 https://www.youtube.com/watch?v=7psqoeQXQxQ A test was conducted with the newly updated code applied. The action was quickly and without stalling, and the A7R4 fired the shot. However, if you look at the video from the 14th second, it seems that something has started to stagnate, and the A7R4 has not worked since. Of course, there was no problem with MF lock and focus cursor movement. |
Frank, I sincerely thank you for giving me the opportunity to use such a wonderful tool. Alpha-fairy has always been with me this fall shooting season. I discovered a few new things.
|
For all of the buffering problem (images not being saved and then getting stuck), please double check your camera settings to use "save to camera only", once for PC mode and once for smartphone mode as well.
yes I know, I can't do much about this, the steps sizes seem to vary depending on both the lens model and also where the focus started from
I can't debug this, I don't know if the source of the problem is the LWIP implementation, and if it is, I don't really know how to solve it. Months ago I had an entirely different backend using AsyncTCP instead, hoping it wouldn't allow anything to buffer up and choke, it didn't help and was harder to keep stable.
I will probably work on this next. |
- [alpha-fairy ver 1.0.13_2 ] shutter timer test with A7R4 https://www.youtube.com/watch?v=AFI1AOlZy1Y I tested again today and discovered something new. Saving failed in toggle mode with shutter timer set. |
Hello Frank, thank you for allowing me to experience this wonderful project.
First of all, please understand that I am not familiar with the documentation format on GitHub.
A7R4, photo stacking The number of times the big button was pressed was the same as the number of shots.
I thought that if you press it once, it will shoot continuously even if you release your hand after that, and then press it again to stop shooting, but that didn't work.
(I don't know if the toggle hold function has already been implemented, but it doesn't work on the A7R4.)
(The same is true for the 9-focus function. While the big button is held down, the shooting proceeds by moving through the 9 zones in turn. If the button is accidentally missed in the middle, it goes back to the beginning and starts shooting from the center zone.)
I would like to suggest the toggle hold function of the Big Button and the setting of the total number of stacking shots as ideas.
(It would be nice if the shooting interval could be set as short as possible, but I think it will be difficult because there is a physical difference in the focus motor for each lens.)
The text was updated successfully, but these errors were encountered: