timelapse-sony icon indicating copy to clipboard operation
timelapse-sony copied to clipboard

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

Open cryptomilk opened this issue 6 years ago • 14 comments

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

cryptomilk avatar Mar 15 '18 09:03 cryptomilk

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

hameno avatar Sep 01 '18 21:09 hameno

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

brianrc avatar Oct 20 '18 16:10 brianrc

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

hameno avatar Oct 20 '18 16:10 hameno

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

brianrc avatar Oct 20 '18 16:10 brianrc

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.

hameno avatar Oct 20 '18 16:10 hameno

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

brianrc avatar Oct 20 '18 16:10 brianrc

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.

ThibaudM avatar Oct 21 '18 08:10 ThibaudM

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 avatar Oct 21 '18 08:10 hameno

Here you go #41

hameno avatar Oct 21 '18 08:10 hameno

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

hameno avatar Oct 21 '18 09:10 hameno

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?

brianrc avatar Oct 22 '18 04:10 brianrc

@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.

hameno avatar Oct 22 '18 05:10 hameno

Thanks for the tip! That explains it. I didn't event know about NFC. The connection is super finicky. Still playing with it, but I think I figured it out and the intervalometer seems to be working alright now!

The intermediate step page where it shows live view and you can take a picture seems bugged when you take a picture. It just hangs and doesn't display the picture after you take it.

Still, very happy to get this working! Just might suggest some clear instructions for dummies like me.

On Mon, Oct 22, 2018 at 1:42 AM Philip Schiffer [email protected] wrote:

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.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ThibaudM/timelapse-sony/issues/39#issuecomment-431743281, or mute the thread https://github.com/notifications/unsubscribe-auth/AAjB898nAehoMXLKn9Zzn-jkY8tbkbHgks5unVqugaJpZM4Srxl9 .

brianrc avatar Oct 22 '18 16:10 brianrc

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.

Merire avatar Feb 19 '20 10:02 Merire