drtaylor175 / dslrdashboard

Automatically exported from code.google.com/p/dslrdashboard
0 stars 0 forks source link

LRTimelapse M Mode check displayed even when camera is in M mode #88

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Connect to Camera (OTG cable or OpenWRT method)
2. Set Camera to Manual Mode
3. Tap LR Timelapse Button

What is the expected output? What do you see instead?
Expect LRTimelapse screen, instead see "Exposure mode warning" "Please switch 
you camera to M mode"

What version of the product are you using? On what operating system?
DSLRDashboard 0.30.29
Android 4.3 on Nexus 7 (2012)
Camera: Canon EOS 5D Mk2

Please provide any additional information below.
Worked OK in version 0.30.27

Original issue reported on code.google.com by chris.re...@gmail.com on 6 Sep 2013 at 9:48

GoogleCodeExporter commented 9 years ago
If you change the exposure mode on camera is that reflected correctly in DD?

Original comment by hub...@gmail.com on 6 Sep 2013 at 11:16

GoogleCodeExporter commented 9 years ago
Yes, as I change the camera setting (manual dial) they are correctly picked
up by DSLRDashboard.

Original comment by chris.re...@gmail.com on 6 Sep 2013 at 11:32

GoogleCodeExporter commented 9 years ago
Can you please install this version:
https://code.google.com/p/dslrdashboard/downloads/detail?name=DslrDashboard_V0.3
0.29_4.apk&can=2&q=#makechanges

Then set your camera to M mode with the dial and connect to Android.
Press the 'i' button in top row, then press the 'Save info' button.
That will create a device_info.txt (containing the camera supported commands, 
properties, events etc) in your Android device '/sdcard/DCIM' folder.
Please send me that file

Original comment by hub...@gmail.com on 6 Sep 2013 at 12:13

GoogleCodeExporter commented 9 years ago
File attached...

Original comment by chris.re...@gmail.com on 6 Sep 2013 at 12:36

GoogleCodeExporter commented 9 years ago
Don't see the attachment, can you send it to my mail?

Original comment by hub...@gmail.com on 6 Sep 2013 at 12:37

GoogleCodeExporter commented 9 years ago
Here is is again. dslrdashboard@googlecode.com is the only email I can see.
If you have an alternative, please let me have it.

Original comment by chris.re...@gmail.com on 6 Sep 2013 at 12:51

GoogleCodeExporter commented 9 years ago
hubaiz@gmail.com

Original comment by hub...@gmail.com on 6 Sep 2013 at 12:52

GoogleCodeExporter commented 9 years ago
I can repeat the same issue with Canon EOS 40D and Nexus 7 2012.

I tried to generate an info file but tapping 'Save info' does not do anything 
and I could not find a device_info.txt in my device's DCIM dir. Other than this 
issue I am able to control the camera using DSLRDashboard.

Original comment by philipjh...@gmail.com on 8 Sep 2013 at 4:13

GoogleCodeExporter commented 9 years ago
0.30.30 resolves the issue. Thanks!

Original comment by philipjh...@gmail.com on 9 Sep 2013 at 11:26

GoogleCodeExporter commented 9 years ago
Yep, I disabled the check for Canon DSLR where DD can't find the 'capture mode' 
property. Hope I can manage somehow to get one of those Canon DSLR to see if 
there is a way to read the 'capture mode' property. To bad that Canon does not 
provide documentation for developers.

Original comment by hub...@gmail.com on 9 Sep 2013 at 11:29

GoogleCodeExporter commented 9 years ago
It must be available as Helicon Remote (running on my Nexus 7) does provide
it. I found a reference to it in one of the header files for an arduino
project that connects to EOS cameras via USB. It also provides an
enumeration of the data. You can find it here
https://github.com/felis/Arduino_Camera_Control/blob/master/canoneos.h. I
am assuming that the data stream coming from the camera is the same - I
can's see why it would be different. Hope this provides some clues that are
helpful.

Chris.

Original comment by chris.re...@gmail.com on 9 Sep 2013 at 4:50

GoogleCodeExporter commented 9 years ago
Thanks for the info, it was in front of me and didn't see it. On 650D I use 
another property 0xd138.
I uploaded a test version, hope this will display the exposure mode. Tested 
with the 650D and it worked but I couldn't change the value with it.

https://code.google.com/p/dslrdashboard/downloads/detail?name=DslrDashboard_V0.3
0.30_1.apk&can=2&q=#makechanges

Original comment by hub...@gmail.com on 9 Sep 2013 at 5:41

GoogleCodeExporter commented 9 years ago
Grand job. I now get the mode button, and it recognises the changes.

Chris.

Original comment by chris.re...@gmail.com on 9 Sep 2013 at 9:21