-
Notifications
You must be signed in to change notification settings - Fork 4
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
a5100 support #1
Comments
Hi, sorry for answer so latly. |
Awesome! Thanks |
It does seem to be completely broken on my a5100, I can't change any settings other than auto/manual on/off and the bracketing/timer functions. no shutter/iso/aperture/etc control. Changing between auto and manual seems to have 2 autos and 2 manuals that have different configurations, which seemed odd. The original better manual worked mostly fine, but crashed occasionally. |
i think thats caused due the touchscreen. i left it out because a6000 dont have it. |
Ah, I only use the touchscreen for focusing really, I forgot to try that. The wheel couldn't select the settings in manual mode, and spinning it wouldn't change them. Also, after I installed this (not sure if this was the cause, but the only other thing I did was swap SD cards) my camera started turning off every few seconds and I had to reinitialize all the settings to get it to work again at all. :/ |
i looked a some pics from the a5100 and it seems it dont have the two top navigation wheels. about sd card. |
Ah, interesting. When I get home tonight I'll re-install the obs1dium better manual one and double check how I was able to navigate it previously. Good to know that it was likely not this that caused issues with the camera though, I was worried for a while until I finally found the reinitialization option that fixed it. |
i checked the old code and he added there alot swipelistners for the surface. so i think its like touch on the view(iso) and swipe. i have the basic code for swipe inside but not activated |
i checked my code even more. when you scroll with the disp wheel to iso you should be able to change it with swiping on the screen. |
Ok, just reinstalled obs1dium's one. I can swap between the shutter speed, iso and exposure using down arrow on the front spinner/dial thing (the only one I have). And then spin it to change values. to swap auto/manual, or do things like bracketing, burst shots, timer, etc I use the touch screen. The selection shows as green text instead of white. Installing your branch, there is no green selection, and it's not just hidden, spinning the dial does nothing. Up arrow to change display, changes the display as expected, left/right/down do not seem to do anything. I can touch ISO to make it change to auto ISO or manual, tapping the auto/manual button changes from manual at 1/30 shutter, to 0.4", still manual, then to auto at 0.4", then auto at 1/30th? The LENR button doesn't do anything, neither does the orange one? (motion compensation maybe? not sure of the icon). But anyway, the dial controls do not work on the a5100 currently. |
Lenr is long exposure noise reduction / darkframe substraction |
LENR is definitely supported, I started using better manual to disable it for astrophotography. The button on the UI says it is disabled in your fork, but touching it does nothing, and no buttons seem to let me navigate the menu. I'm unsure about the image stabilisation. From looking online it seems both the A6000 and A5100 don't have in-body stabilization, but some lenses do? If I press the center button, it toggles the Auto/manual button, which is green at startup. But I can't change to other items to modify those. Thanks for looking at this stuff even though you don't have the a5100 |
Hi @justin8 , @KillerInk: If I am not mistaken, the obs1dium app used the center-wheel DOWN key to toggle between modes / "dials" and then we do rotate wheel to increase/decrease or press Enter key to set some other settings. At least the part of code I used back then work that way. BTW, I tried the Killerlnk's APK on my nex-6 and it does crash at very begining... so I could not check regarding the Key Events. I must try on a6300 which is more similar to a6000, tomorrow |
Just installed his version into a6300 and it does work fine (in a way that must be similar to the a6000). The way that we can select settings is implemented in a different way of Obs1dium (which way I was familiar due having made an app using his code)… Here, rotate the CENTER-WHEEL is used to move from "M/A" mode to other settings, while on original code we use the DOWN key to pass through modes/settings. @justin8, |
The center (and only) wheel on my a5100, does nothing. Pressing the button alternates auto/manual modes. |
so the simplest solution is to add on UP/DOWN the navigation to the next ui item. changing the value seem to work with the upperdial for a5100 the center |
That sounds accurate, let me know if you need me to test anything. |
@justin8 with that you should be able to navigate on down key @vlousada newer tweak memorys app has adb inside. can you log the crash on nex6? |
Hey, What i have noticed in Better Manual for a6000, that when i'm shooting for exposure Bracketing , for example 3 photos, after shooting is finished LCD screen on camera remains black. |
Hi if you want something stable use that orginal from obs1dium |
Thanks for your reply ! |
seems like the raw saving problem is fixed with 3.21. latest commit fix the ae bracket crash |
That would be really nice ! :) |
new apk is up |
Wow, that was fast ! :) |
changed the navigation. center wheel up down cycle now through the ui items. |
I have answered about new update under "a6000 focus magnification" post. |
Hey,
I'm interested in using your fork of obs1dium's project, there seems to be a ton of fixes for issues I've encountered, but I have no experience with android projects, or how to build the APK. Obs1dium's version was installable via the pcma appspot application without issues, but this one is not available there.
Is it possible to provide an APK for this? or an easy way to install it
Thanks
The text was updated successfully, but these errors were encountered: