Skip to content
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

[ILCE-7M3] Taking a picture in timelapse mode reports and error #39

Open
cryptomilk opened this issue Mar 15, 2018 · 14 comments · May be fixed by #41
Open

[ILCE-7M3] Taking a picture in timelapse mode reports and error #39

cryptomilk opened this issue Mar 15, 2018 · 14 comments · May be fixed by #41

Comments

@cryptomilk
Copy link
Contributor

Hi,

if I select the frame count and initial delay I see that the camera focues but does not take the picture. Then it reports an error.

Is there a way to debug this and give you details what is wrong

@hameno
Copy link

hameno commented Sep 1, 2018

I had the same error, it prompted me to look at the source code and try to fix this.
I refactored several parts of this app (still WIP) and found that it will work when the focusing is set to DMF or MF, also it works in all modes when I added a shutter half-press before trying to take the pictures.
My WIP branch: https://github.com/hameno/timelapse-sony/tree/ilce_7m3

@brianrc
Copy link

brianrc commented Oct 20, 2018

Thank you, @hameno ! This is exactly what we need. How do I install your branch on my Nexus 6P?

@hameno
Copy link

hameno commented Oct 20, 2018

Only way currently is to check it out locally and build the apk using gradle (./gradlew assembleDebug)

@brianrc
Copy link

brianrc commented Oct 20, 2018

Hmm. I'm not familiar with the process to do that. Do I need to install Android Studio and everything?

@hameno
Copy link

hameno commented Oct 20, 2018

You would need to install the SDK, yes. IDE is not necessary if you only want to build the apk.
But I can try to find some time to build it tomorrow and provide an apk.

@brianrc
Copy link

brianrc commented Oct 20, 2018

That would be amazing. I'm sure all a7iii owners out there would be super appreciative!

@ThibaudM
Copy link
Owner

Thank you @hameno for your amazing work.
Did you plan to do a pull request soon? After some verifications/tests I can plan to include your work directly in the app published in the play store.

@hameno
Copy link

hameno commented Oct 21, 2018

I wasn't sure if you'd welcome such a large change. It's basically a complete rewrite and conversion to Kotlin. But if you'd like, I can of course create a PR :)

@hameno
Copy link

hameno commented Oct 21, 2018

Here you go #41

@hameno
Copy link

hameno commented Oct 21, 2018

@brianrc I've created a debug apk for you to test: https://cloud.psdev.de/s/kGxpRp5SmzcXwFR

@brianrc
Copy link

brianrc commented Oct 22, 2018

I just tested it out and unfortunately it's not really working for me despite my tries at playing with different settings.

It's weird, after accepting some access permissions, it connected ok the first time, but each time after the program never gets beyond the 'Wifi connection' step.

Here are the steps I took:
I uninstalled the Timelapse app, then installed the apk.

On my A7III I selected 'Ctrl w/ Smartphone' and turned it on and set 'Always Connected' to 'On.' Then went to 'Connection' and started up that process.

On the Phone I went into the app, Wifi enabled shows a checkmark, but Wifi connection just keeps spinning. 'Sony API connection' shows a red X.

I've tried restarting the app and restarting the camera multiple times. Wifi connection just keeps on spinning.

My Nexus 6P is running Android version 8.0.0.

Is there anything I'm missing?

@hameno
Copy link

hameno commented Oct 22, 2018

@brianrc Sounds like you did not setup the wifi connection yet. Try holding your phone to the side of the camera where the SD cards are. It will setup the wifi connection via NFC.

@brianrc
Copy link

brianrc commented Oct 22, 2018 via email

@hameno hameno linked a pull request Oct 27, 2018 that will close this issue
@Merire
Copy link
Contributor

Merire commented Feb 19, 2020

I had the same error, it prompted me to look at the source code and try to fix this.
I refactored several parts of this app (still WIP) and found that it will work when the focusing is set to DMF or MF, also it works in all modes when I added a shutter half-press before trying to take the pictures.
My WIP branch: https://github.com/hameno/timelapse-sony/tree/ilce_7m3

Exact same problem here with RX100VA, the timelapse triggers the AF instead of the shutter unless I'm in MF mode. I could try to build your branch @hameno unless you're going to accept the PR soon and update the play store app @ThibaudM ?
Edit > nvm just saw that you may not accept the PR in #39 for maintainability.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants