kevinGan / dslrdashboard

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

Issues with D5100 camera #177

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. When you will capture the photo, sometimes it will generate and save a 
picture on my tablet and most of the times it does not generate a full image. 
But it always generate thumbnails for me.

What is the expected output? What do you see instead?
It should save the large picture every time when I capture but it does not and 
generate sometimes but it always generate thumbnails.

What version of the product are you using? On what operating system?

I am using Acer Iconia tab and OS version is 4.03 and camera is Nikon D5100.

I am using the source which is present in repository and I also tried to 
diagnose the issue in code and I found it gets stuck in PtpService class and 
method name is getPictureFromSdram and following is the code.

cmd = sendCommandNew(getPartialObjectCmd(helper.objectInfo, 0x10000,
                                        new GetPartialObjectProcessor.GetPartialObjectProgress() {

                                            @Override
                                            public void onProgress(int offset) {
                                                helper.progress = offset;
                                                sendPtpServiceEvent(PtpServiceEventType.GetObjectFromSdramProgress, helper);
                                            }
                                        }));

Please send me the reply as soon as possible.

Please provide any additional information below.

Original issue reported on code.google.com by khurrame...@gmail.com on 9 Jan 2014 at 12:54

GoogleCodeExporter commented 8 years ago
Sorry for late answer, my fault not seeing there are more open issues.

I fixed that but don't remember what was the problem.

Original comment by hub...@gmail.com on 25 Feb 2014 at 9:03