Forgot Password
Pentax Camera Forums Home
 
Log in or register to remove ads.

Showing results 1 to 25 of 38 Search:
Forum: Pentax DSLR Discussion 12-13-2018, 07:31 PM  
Introducing Pentax Wi-Fi & USB Tether by PentaxForums.com
Posted By jbinpg
Replies: 248
Views: 40,660
I hit the counter problem at any number of frames greater than three. Seems to be driver specific problems.
Forum: Pentax DSLR Discussion 12-13-2018, 02:03 AM  
Introducing Pentax Wi-Fi & USB Tether by PentaxForums.com
Posted By jbinpg
Replies: 248
Views: 40,660
OK. Tried it on my old HP laptop and sure enough, it loaded up the older ehci driver to handle the usb port. This allowed me to successfully work through a 10-shot queue. But... I could not download any files, no matter if I had selected to transfer immediately or after the queue finished. I assume the port is timing out. It is an older laptop so would be handling things that much slower.

Is there anyway to increase the usb timeouts in the sdk? That might solve all the problems. As it is now, I will fall back to using the newer laptop with the newer usb driver which at least has no problem transferring files which is the name of the game.

Jack
Forum: Pentax DSLR Discussion 12-13-2018, 12:44 AM  
Introducing Pentax Wi-Fi & USB Tether by PentaxForums.com
Posted By jbinpg
Replies: 248
Views: 40,660
Your reply twigged my memory that I had a fight with getting a usb 2.0 wireless wifi adapter working on a usb 3.0 controller a while back. The only thing that made it work was to connect it to a USB 2.0 port. I think what is happening here is the opposite where the latest usb driver is mishandling a v2 port. Usb v2 has lots of buggy code out there so we can't rely on Pentax to have done everything right.

Unfortunately, Ubuntu has decided to rely on the newer xhci_hcd driver to handle all existing usb connections instead of the older ehci_hcd for usb 2.0. And to add insult to injury, they built it into the kernel so I can't blacklist the xhci driver so it would have to use ehci. Some bioses allow you to turn off usb3 which turns the ports into usb2 but this Lenovo bios is next to useless and lacks this option. I will have to hunt through my old computer junk cupboard to see if I can find an old external usb hub I can connect to the laptop to see if that triggers and loads the usb2 driver.

I will also load up your app on my other devices to see if I can get a proper usb connection. But I suspect that you are right and it is a usb driver problem. Likely the driver is turning off the port for some dumb reason. Will update after i have a play around.

Jack
Forum: Pentax DSLR Discussion 12-12-2018, 06:07 PM  
Introducing Pentax Wi-Fi & USB Tether by PentaxForums.com
Posted By jbinpg
Replies: 248
Views: 40,660
OK, just finished another round of testing. Glad I did since I had misremembered some of what was happening. The queue still stops one short of the intended number of frames, but it only hangs when I abort the queue. And it doesn't matter if I set the 2-second delay or just go to no delay, still only get (queue - 1) number of frames. No change if I set it to transfer images immediately or wait until after the queue is finished. Obviously, this bug means that transferring immediately is the only way to ensure you get your images.

Which leads me to a couple of feature requests:

1) There is ample room in the queue display to add a leading column to enumerate the number of the frames in the queue. It would help the user to see the number of frames in the queue at a glance rather than having to start at the top and mouse-click down the queue while counting.

2) Which leads me to the next one: could we please have the cursor be active in the queue display? As it is now, you can only navigate through the queue with the mouse.

The number of frames bug is not a showstopper. I just add one to the required image queue. However, having to ctrl-c to get out of the hang after aborting the queue is annoying.

Jack
Forum: Pentax DSLR Discussion 12-12-2018, 01:18 AM  
Introducing Pentax Wi-Fi & USB Tether by PentaxForums.com
Posted By jbinpg
Replies: 248
Views: 40,660
Yes, repeatable hang. Changing to single frame with no delay results in all frames taken and no hang. I will investigate further on my end. - Jack
Forum: Pentax DSLR Discussion 12-09-2018, 05:45 PM  
Introducing Pentax Wi-Fi & USB Tether by PentaxForums.com
Posted By jbinpg
Replies: 248
Views: 40,660
Using the in-camera 2-sec delay which locks the mirror up at the start of the cycle. Very handy for astro work where any vibration is unwanted. Probably an interaction between the app interval timing and the in-camera 2-sec delay.- Jack
Forum: Pentax DSLR Discussion 12-09-2018, 03:05 PM  
Introducing Pentax Wi-Fi & USB Tether by PentaxForums.com
Posted By jbinpg
Replies: 248
Views: 40,660
Hi, Adam. Did an astro shoot using the usb mode last night. A couple of things I learned:

1) "B mode is not supported" comes up if trying to use the longer timer settings in B mode. Is it just usb mode that is not supported?

2) If using the 2-second delay, the last frame in the queue never gets triggered. I had to ctrl-c to kill the app otherwise it would have still been waiting for input. I assume the 2-sec delay has some bearing here. Not a problem since I transfer the images directly after each exposure so all the images minus the last one are saved.

Otherwise, it is such a pleasure being able to begin the queue and then walk back into the house and warm up knowing that I will have a nice set of frames waiting for me when I go back outside.

Jack
Forum: Pentax DSLR Discussion 11-28-2018, 07:17 PM  
Introducing Pentax Wi-Fi & USB Tether by PentaxForums.com
Posted By jbinpg
Replies: 248
Views: 40,660
After playing around with usb and wifi modes, I have decided to use usb exclusively with my astro shoots. Wifi is just too slow and occasionally flaky. The USB mode works fine with a 20 foot extension cable which is enough to allow me to shelter from the cold with the laptop should it be needed. Also, one little niggle that is an advantage for the usb mode when doing astro is that it will allow the 2 sec delay whereas with wifi, it has to be in single frame drive mode. The 2 sec delay locks the mirror up at the start of the cycle which will help minimize vibrations. For large scopes, it would be better to have a mirror up mode with a selectable delay for the 2nd shutter trigger but I doubt the SDK allows it.

And assuming the pedantic role, here is a typo I found in the debug output:

Capturing StillImage has started. Capture ID: 201811290203404
Got camera event Event: imageStored
Got camera event Event: captureComplete
Image Stored. Name: K1A_9488.DNG
Capture Complete. Caputure ID: 201811290203404

Note "Caputure ID" in last line. This typo is in both wifi and usb mode so it may be a mistake in the SDK rather than your code.

Jack
Forum: Pentax DSLR Discussion 11-27-2018, 09:59 PM  
Introducing Pentax Wi-Fi & USB Tether by PentaxForums.com
Posted By jbinpg
Replies: 248
Views: 40,660
Ah, OK. Thanks.
Forum: Pentax DSLR Discussion 11-27-2018, 09:29 PM  
Introducing Pentax Wi-Fi & USB Tether by PentaxForums.com
Posted By jbinpg
Replies: 248
Views: 40,660
Hey, Adam. Just tried out beta 18 on the K-1. When in usb mode, switching to "extended B mode" (green button in B mode), the only setting that comes through from the camera is ISO. All others are missing. I think you said that this worked in previous versions although I never tried it until now.
Forum: Pentax DSLR Discussion 11-26-2018, 04:09 PM  
Introducing Pentax Wi-Fi & USB Tether by PentaxForums.com
Posted By jbinpg
Replies: 248
Views: 40,660
Wifi would be a winner for me due to not needing a physical connection if only the transfer times were faster. But I can't see myself sticking it out at -25 temps during a winter astro shoot waiting for the files to transfer. Power draw is a moot point if you run your equipment off external power. I have yet to determine how long a usb cable you can get away with before the transfer goes south. - Jack
Forum: Pentax DSLR Discussion 11-26-2018, 03:40 PM  
Introducing Pentax Wi-Fi & USB Tether by PentaxForums.com
Posted By jbinpg
Replies: 248
Views: 40,660
Just a note on beta 17 with USB connections. There was no detectable difference in interval timing from previous versions. Still within a few hundredths to a few thousandths of a second for interval timing. Also, it takes about 4.5 seconds to get the thumbnail back to the PC with beta 17 so any interval less than that will not complete as required. 5 seconds and above are fine, though.

A summary from my testing of the program so far:

Wifi mode - Needs 2 cards in camera.
- File transfer speed very slow.

USB mode - Needs no cards in camera.
- Needs intervals of at least 5 seconds.
- File transfer speed fast.
- Power hungry compared to wifi.

- Jack
Forum: Pentax DSLR Discussion 11-25-2018, 01:32 AM  
Introducing Pentax Wi-Fi & USB Tether by PentaxForums.com
Posted By jbinpg
Replies: 248
Views: 40,660
New run with latest code and wifi. You were right - it doesn't work at all with no cards in the camera. Flaky with one card but perfect with both cards, including proper intervals. The only huge negative is that the downloading of the files via wifi is so slow as to make it unbearable compared to the comparative lightning speed of a USB connection. Terminal debug output of the wifi connection below. - Jack

============
Code version - v1.0.0 beta 16
OS - Ubuntu 18.10
java version - openjdk version "11.0.1" 2018-10-16
Connection mode - Wifi
Camera model - K-1 v1.50
Camera Auto Power Off setting = Off
Camera mode = M
Program file transfer Raw = On
Program Auto reconnect/Resume queue = On
Number of frames = 5
Interval length = 2m
Number of SD cards in camera = 2
============
$ ./run_mac_unix_wifi.sh
INFO AndroidLoggerFactory Logger name 'com.ricoh.camera.sdk.wireless.impl.WiFiCameraDeviceDetector' exceeds maximum length of 23 characters, using 'c*.r*.c*.s*.w*.i*.WiFi*' instead.
INFO AndroidLoggerFactory Logger name 'com.ricoh.camera.sdk.wireless.impl.ItemCameraInfo' exceeds maximum length of 23 characters, using 'c*.r*.c*.s*.w*.i*.Item*' instead.
INFO AndroidLoggerFactory Logger name 'com.ricoh.camera.sdk.wireless.impl.RestCameraClient' exceeds maximum length of 23 characters, using 'c*.r*.c*.s*.w*.i*.Rest*' instead.
INFO AndroidLoggerFactory Logger name 'com.ricoh.camera.sdk.wireless.impl.ImplCameraDeviceWiFiAdapterFactory' exceeds maximum length of 23 characters, using 'c*.r*.c*.s*.w*.i*.Impl*' instead.
DBUG c*.r*.c*.s*.w*.i*.Impl* create Adapter for PENTAX K-1
INFO AndroidLoggerFactory Logger name 'com.ricoh.camera.sdk.wireless.impl.SyncTrigger' exceeds maximum length of 23 characters, using 'c*.r*.c*.s*.w*.i*.Sync*' instead.
INFO AndroidLoggerFactory Logger name 'com.ricoh.camera.sdk.wireless.impl.ActionLiveview' exceeds maximum length of 23 characters, using 'c*.r*.c*.s*.w*.i*.Acti*' instead.
INFO AndroidLoggerFactory Logger name 'com.ricoh.camera.sdk.wireless.impl.SupportSettingReader' exceeds maximum length of 23 characters, using 'c*.r*.c*.s*.w*.i*.Supp*' instead.
DBUG c*.r*.c*.s*.w*.i*.Impl* Generate CameraInfo
DBUG c*.r*.c*.s*.w*.i*.Impl* Generate ConnectionChecker
INFO AndroidLoggerFactory Logger name 'com.ricoh.camera.sdk.wireless.impl.ConnectionChecker' exceeds maximum length of 23 characters, using 'c*.r*.c*.s*.w*.i*.Conn*' instead.
DBUG c*.r*.c*.s*.w*.i*.Impl* Set sync mode: WebSocket and Polling
INFO AndroidLoggerFactory Logger name 'com.ricoh.camera.sdk.wireless.impl.UpdateCameraStorage' exceeds maximum length of 23 characters, using 'c*.r*.c*.s*.w*.i*.Upda*' instead.
INFO AndroidLoggerFactory Logger name 'com.ricoh.camera.sdk.wireless.impl.UtilSyncList' exceeds maximum length of 23 characters, using 'c*.r*.c*.s*.w*.i*.Util*' instead.
DBUG c*.r*.c*.s*.w*.i*.Sync* WebSocket(Open)
Capturing StillImage has started. Capture ID: 20181124235926197
DBUG c*.r*.c*.s*.w*.i*.Upda* Number of buffered images is 1 (sd1).
DBUG c*.r*.c*.s*.w*.i*.Upda* Number of buffered images is 0 (sd2).
DBUG c*.r*.c*.s*.w*.i*.Upda* Send ImageStored (K1A_9337.PEF) to registered listener (275910435).
DBUG c*.r*.c*.s*.w*.i*.Upda* Send ImageStored (K1A_9337.PEF) to registered listener (642928846).
Image Stored. Name: K1A_9337.PEF
DBUG c*.r*.c*.s*.w*.i*.Upda* Number of captures with "Not Complete" is 1
DBUG c*.r*.c*.s*.w*.i*.Upda* Send CaptureComplete (20181124235926197) to registered listener (275910435).
DBUG c*.r*.c*.s*.w*.i*.Upda* Send CaptureComplete (20181124235926197) to registered listener (642928846).
Capture Complete. Caputure ID: 20181124235926197
Downloaded: /tmp/thumb3889884253636658698K1A_9337.PEF
Capturing StillImage has started. Capture ID: 20181125000126120
DBUG c*.r*.c*.s*.w*.i*.Conn* Connection check is skipped (because Image list is listing)
DBUG c*.r*.c*.s*.w*.i*.Upda* Number of buffered images is 2 (sd1).
DBUG c*.r*.c*.s*.w*.i*.Upda* Number of buffered images is 0 (sd2).
DBUG c*.r*.c*.s*.w*.i*.Upda* Send ImageStored (K1A_9338.PEF) to registered listener (275910435).
DBUG c*.r*.c*.s*.w*.i*.Upda* Send ImageStored (K1A_9338.PEF) to registered listener (642928846).
DBUG c*.r*.c*.s*.w*.i*.Upda* Number of captures with "Not Complete" is 1
DBUG c*.r*.c*.s*.w*.i*.Upda* Send CaptureComplete (20181125000126120) to registered listener (275910435).
Image Stored. Name: K1A_9338.PEF
DBUG c*.r*.c*.s*.w*.i*.Upda* Send CaptureComplete (20181125000126120) to registered listener (642928846).
Capture Complete. Caputure ID: 20181125000126120
Downloaded: /tmp/thumb16530968241291177968K1A_9338.PEF
Capturing StillImage has started. Capture ID: 20181125000326194
DBUG c*.r*.c*.s*.w*.i*.Upda* Number of buffered images is 3 (sd1).
DBUG c*.r*.c*.s*.w*.i*.Upda* Number of buffered images is 0 (sd2).
DBUG c*.r*.c*.s*.w*.i*.Upda* Send ImageStored (K1A_9339.PEF) to registered listener (275910435).
DBUG c*.r*.c*.s*.w*.i*.Upda* Send ImageStored (K1A_9339.PEF) to registered listener (642928846).
DBUG c*.r*.c*.s*.w*.i*.Upda* Number of captures with "Not Complete" is 1
DBUG c*.r*.c*.s*.w*.i*.Upda* Send CaptureComplete (20181125000326194) to registered listener (275910435).
Image Stored. Name: K1A_9339.PEF
DBUG c*.r*.c*.s*.w*.i*.Upda* Send CaptureComplete (20181125000326194) to registered listener (642928846).
Capture Complete. Caputure ID: 20181125000326194
Downloaded: /tmp/thumb884218631918629842K1A_9339.PEF
Capturing StillImage has started. Capture ID: 20181125000526178
DBUG c*.r*.c*.s*.w*.i*.Upda* Number of buffered images is 4 (sd1).
DBUG c*.r*.c*.s*.w*.i*.Upda* Number of buffered images is 0 (sd2).
DBUG c*.r*.c*.s*.w*.i*.Upda* Send ImageStored (K1A_9340.PEF) to registered listener (275910435).
DBUG c*.r*.c*.s*.w*.i*.Upda* Send ImageStored (K1A_9340.PEF) to registered listener (642928846).
DBUG c*.r*.c*.s*.w*.i*.Upda* Number of captures with "Not Complete" is 1
DBUG c*.r*.c*.s*.w*.i*.Upda* Send CaptureComplete (20181125000526178) to registered listener (275910435).
Image Stored. Name: K1A_9340.PEF
DBUG c*.r*.c*.s*.w*.i*.Upda* Send CaptureComplete (20181125000526178) to registered listener (642928846).
Capture Complete. Caputure ID: 20181125000526178
Downloaded: /tmp/thumb7638777998666454419K1A_9340.PEF
Capturing StillImage has started. Capture ID: 20181125000726276
DBUG c*.r*.c*.s*.w*.i*.Conn* Connection check is skipped (because Image list is listing)
DBUG c*.r*.c*.s*.w*.i*.Upda* Number of buffered images is 5 (sd1).
DBUG c*.r*.c*.s*.w*.i*.Upda* Number of buffered images is 0 (sd2).
DBUG c*.r*.c*.s*.w*.i*.Upda* Send ImageStored (K1A_9341.PEF) to registered listener (275910435).
DBUG c*.r*.c*.s*.w*.i*.Upda* Send ImageStored (K1A_9341.PEF) to registered listener (642928846).
DBUG c*.r*.c*.s*.w*.i*.Upda* Number of captures with "Not Complete" is 1
Image Stored. Name: K1A_9341.PEF
DBUG c*.r*.c*.s*.w*.i*.Upda* Send CaptureComplete (20181125000726276) to registered listener (275910435).
DBUG c*.r*.c*.s*.w*.i*.Upda* Send CaptureComplete (20181125000726276) to registered listener (642928846).
Capture Complete. Caputure ID: 20181125000726276
Downloaded: /tmp/thumb12360789559894648786K1A_9341.PEF
Downloaded: /home/jb/Pictures/K1/K1A_9337.PEF
Downloaded: /home/jb/Pictures/K1/K1A_9338.PEF
Downloaded: /home/jb/Pictures/K1/K1A_9339.PEF
Downloaded: /home/jb/Pictures/K1/K1A_9340.PEF
Downloaded: /home/jb/Pictures/K1/K1A_9341.PEF
Forum: Pentax DSLR Discussion 11-24-2018, 06:39 PM  
Introducing Pentax Wi-Fi & USB Tether by PentaxForums.com
Posted By jbinpg
Replies: 248
Views: 40,660
I will retry with wifi later and report back. - Jack
Forum: Pentax DSLR Discussion 11-24-2018, 06:32 PM  
Introducing Pentax Wi-Fi & USB Tether by PentaxForums.com
Posted By jbinpg
Replies: 248
Views: 40,660
New run with beta 16 and no cards in camera. Total success with both 10s and 2m intervals. All images transfered fine. This is a keeper.

Jack

=============
Code version - v1.0.0 beta 16
OS - Ubuntu 18.10
java version - openjdk version "11.0.1" 2018-10-16
Connection mode - USB
Camera model - K-1 v1.50
Camera Auto Power Off setting = Off
Camera mode = M
Program file transfer Raw = On
Program Auto reconnect/Resume queue = On
Number of frames = 5
Interval length = 2m
Number of SD cards in camera = 0
=============
$ ./run_mac_unix_usb.sh
USB DetectDevice Detected 1 devices. DATA: {USB Connection0=Disconnected, Firmware Version0=1.50, Model0=PENTAX K-1, Manufacturer0=RICOH IMAGING COMPANY LTD., Serial Number0=6370527, Detected Devices=1}
USB ConnectCamera Connection SUCCEED
USB SetSock
Communicating with camera on port 44263
USB GetAllSettings Retrieval succeeded. DATA: {availableCaptureMethod=Movie|StillImage, availableShutterSpeed=30|20|15|10|8|6|4|3|2|1.5|1|0.7|0.5|0.3|1/4|1/6|1/8|1/10|1/15|1/20|1/30|1/45|1/60|1/90|1/125|1/180|1/250|1/350|1/500|1/750|1/1000|1/1500|1/2000|1/3000|1/4000|1/6000|1/8000|, currentFNumber=6.3, currentShutterSpeed=1/250, currentExposureCompensation=0.0, availableISO=100|200|400|800|1600|3200|6400|12800|25600|51200|102400|204800|, availableFNumber=6.3|6.7|8.0|9.5|11|13|16|19|22|27|32|, currentISO=1600, availableExposureCompensation=5.0|4.5|4.0|3.5|3.0|2.5|2.0|1.5|1.0|0.5|0.0|-0.5|-1.0|-1.5|-2.0|-2.5|-3.0|-3.5|-4.0|-4.5|-5.0|, currentCaptureMethod=StillImage}
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=6.3, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=20181125011418375}
Capturing StillImage has started. Capture ID: 20181125011418375
Got camera event Event: imageAdded
Got camera event Event: captureComplete
Image Stored. Name: K1A_9322.PEF
Capture Complete. Caputure ID: 20181125011418375
Downloaded: /tmp/thumb901973786739418668K1A_9322.PEF
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=6.3, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=20181125011618168}
Capturing StillImage has started. Capture ID: 20181125011618168
Got camera event Event: imageAdded
Image Stored. Name: K1A_9323.PEF
Got camera event Event: captureComplete
Downloaded: /tmp/thumb4262997162547139332K1A_9323.PEF
Capture Complete. Caputure ID: 20181125011618168
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=6.3, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=2018112501181815}
Capturing StillImage has started. Capture ID: 2018112501181815
Got camera event Event: imageAdded
Image Stored. Name: K1A_9324.PEF
Got camera event Event: captureComplete
Capture Complete. Caputure ID: 2018112501181815
Downloaded: /tmp/thumb2450760181550513385K1A_9324.PEF
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=6.3, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=20181125012018158}
Capturing StillImage has started. Capture ID: 20181125012018158
Got camera event Event: imageAdded
Image Stored. Name: K1A_9325.PEF
Got camera event Event: captureComplete
Downloaded: /tmp/thumb12890655977326626798K1A_9325.PEF
Capture Complete. Caputure ID: 20181125012018158
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=6.3, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=20181125012217760}
Capturing StillImage has started. Capture ID: 20181125012217760
Got camera event Event: imageAdded
Image Stored. Name: K1A_9326.PEF
Got camera event Event: captureComplete
Capture Complete. Caputure ID: 20181125012217760
Downloaded: /tmp/thumb11313581046752256503K1A_9326.PEF
USB GetAllSettings Retrieval succeeded. DATA: {availableCaptureMethod=Movie|StillImage, availableShutterSpeed=30|20|15|10|8|6|4|3|2|1.5|1|0.7|0.5|0.3|1/4|1/6|1/8|1/10|1/15|1/20|1/30|1/45|1/60|1/90|1/125|1/180|1/250|1/350|1/500|1/750|1/1000|1/1500|1/2000|1/3000|1/4000|1/6000|1/8000|, currentFNumber=6.3, currentShutterSpeed=1/250, currentExposureCompensation=0.0, availableISO=100|200|400|800|1600|3200|6400|12800|25600|51200|102400|204800|, availableFNumber=6.3|6.7|8.0|9.5|11|13|16|19|22|27|32|, currentISO=1600, availableExposureCompensation=5.0|4.5|4.0|3.5|3.0|2.5|2.0|1.5|1.0|0.5|0.0|-0.5|-1.0|-1.5|-2.0|-2.5|-3.0|-3.5|-4.0|-4.5|-5.0|, currentCaptureMethod=StillImage}
Downloaded: /home/jb/Pictures/K1/K1A_9326.PEF
Downloaded: /home/jb/Pictures/K1/K1A_9322.PEF
Downloaded: /home/jb/Pictures/K1/K1A_9323.PEF
Downloaded: /home/jb/Pictures/K1/K1A_9325.PEF
Downloaded: /home/jb/Pictures/K1/K1A_9324.PEF
Forum: Pentax DSLR Discussion 11-24-2018, 12:45 AM  
Introducing Pentax Wi-Fi & USB Tether by PentaxForums.com
Posted By jbinpg
Replies: 248
Views: 40,660
New run with only one card in camera. Last two captures look good. I will repeat with no cards in camera. - Jack

===========
Code version - v1.0.0 beta 14
OS - Ubuntu 18.10
java version - openjdk version "11.0.1" 2018-10-16
Connection mode - USB
Camera model - K-1 v1.50
Camera Auto Power Off setting = Off
Camera mode = M
Program file transfer Raw = On
Program Auto reconnect/Resume queue = On
Number of frames = 5
Interval length = 10s
Number of SD cards in camera = 1
=============

$ ./run_mac_unix_usb.sh
DEBUG: Processing 0
USB DetectDevice Detected 1 devices. DATA: {USB Connection0=Disconnected, Firmware Version0=1.50, Model0=PENTAX K-1, Manufacturer0=RICOH IMAGING COMPANY LTD., Serial Number0=6370527, Detected Devices=1}
DEBUG: Processing 1
USB ConnectCamera Connection SUCCEED
DEBUG: Processing 5000 43067
USB SetSock
Communicating with camera on port 43067
DEBUG: Processing 3000
USB GetAllSettings Retrieval succeeded. DATA: {availableCaptureMethod=Movie|StillImage, availableShutterSpeed=30|20|15|10|8|6|4|3|2|1.5|1|0.7|0.5|0.3|1/4|1/6|1/8|1/10|1/15|1/20|1/30|1/45|1/60|1/90|1/125|1/180|1/250|1/350|1/500|1/750|1/1000|1/1500|1/2000|1/3000|1/4000|1/6000|1/8000|, currentFNumber=6.3, currentShutterSpeed=1/250, currentExposureCompensation=0.0, availableISO=100|200|400|800|1600|3200|6400|12800|25600|51200|102400|204800|, availableFNumber=6.3|6.7|8.0|9.5|11|13|16|19|22|27|32|, currentISO=1600, availableExposureCompensation=5.0|4.5|4.0|3.5|3.0|2.5|2.0|1.5|1.0|0.5|0.0|-0.5|-1.0|-1.5|-2.0|-2.5|-3.0|-3.5|-4.0|-4.5|-5.0|, currentCaptureMethod=StillImage}
DEBUG: Processing 5
DEBUG: Processing 3001 6.3 1/250 1600 0.0
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=6.3, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
DEBUG: Processing 2
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=2018112407332034}
Capturing StillImage has started. Capture ID: 2018112407332034
DEBUG: Processing 5
Got camera event Event: imageStored
Image Stored. Name: K1A_9267.PEF
DEBUG: Processing 2000 202974259
USB storeThumbnail Transfer SUCCEEDED. DATA: {filePath=/tmp/fileXLlgJtthumb_K1A_9267.JPG}
Downloaded: /tmp/thumb7763546026418648853K1A_9267.PEF
DEBUG: Processing 5
Shooting interrupted on frame 1. Auto reconnecting and restarting.
DEBUG: Processing 0
USB DetectDevice Detected 1 devices. DATA: {USB Connection0=Connected, Firmware Version0=1.50, Model0=PENTAX K-1, Manufacturer0=RICOH IMAGING COMPANY LTD., Serial Number0=6370527, Detected Devices=1}
DEBUG: Processing 1
USB ConnectCamera Connection SUCCEED
DEBUG: Processing 5000 38827
USB SetSock
Communicating with camera on port 38827
DEBUG: Processing 3000
USB GetAllSettings Retrieval succeeded. DATA: {availableCaptureMethod=Movie|StillImage, availableShutterSpeed=30|20|15|10|8|6|4|3|2|1.5|1|0.7|0.5|0.3|1/4|1/6|1/8|1/10|1/15|1/20|1/30|1/45|1/60|1/90|1/125|1/180|1/250|1/350|1/500|1/750|1/1000|1/1500|1/2000|1/3000|1/4000|1/6000|1/8000|, currentFNumber=6.3, currentShutterSpeed=1/250, currentExposureCompensation=0.0, availableISO=100|200|400|800|1600|3200|6400|12800|25600|51200|102400|204800|, availableFNumber=6.3|6.7|8.0|9.5|11|13|16|19|22|27|32|, currentISO=1600, availableExposureCompensation=5.0|4.5|4.0|3.5|3.0|2.5|2.0|1.5|1.0|0.5|0.0|-0.5|-1.0|-1.5|-2.0|-2.5|-3.0|-3.5|-4.0|-4.5|-5.0|, currentCaptureMethod=StillImage}
DEBUG: Processing 5
DEBUG: Processing 3001 6.3 1/250 1600 0.0
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=6.3, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
DEBUG: Processing 2
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=2018112407335459}
Capturing StillImage has started. Capture ID: 2018112407335459
DEBUG: Processing 5
Got camera event Event: imageStored
Image Stored. Name: K1A_9268.PEF
DEBUG: Processing 2000 202974260
USB storeThumbnail Transfer SUCCEEDED. DATA: {filePath=/tmp/fileh0kzXlthumb_K1A_9268.JPG}
Downloaded: /tmp/thumb4093312493886198924K1A_9268.PEF
DEBUG: Processing 5
Shooting interrupted on frame 2. Auto reconnecting and restarting.
DEBUG: Processing 0
USB DetectDevice Detected 1 devices. DATA: {USB Connection0=Connected, Firmware Version0=1.50, Model0=PENTAX K-1, Manufacturer0=RICOH IMAGING COMPANY LTD., Serial Number0=6370527, Detected Devices=1}
DEBUG: Processing 1
USB ConnectCamera Connection SUCCEED
DEBUG: Processing 5000 35785
USB SetSock
Communicating with camera on port 35785
DEBUG: Processing 3000
USB GetAllSettings Retrieval succeeded. DATA: {availableCaptureMethod=Movie|StillImage, availableShutterSpeed=30|20|15|10|8|6|4|3|2|1.5|1|0.7|0.5|0.3|1/4|1/6|1/8|1/10|1/15|1/20|1/30|1/45|1/60|1/90|1/125|1/180|1/250|1/350|1/500|1/750|1/1000|1/1500|1/2000|1/3000|1/4000|1/6000|1/8000|, currentFNumber=6.3, currentShutterSpeed=1/250, currentExposureCompensation=0.0, availableISO=100|200|400|800|1600|3200|6400|12800|25600|51200|102400|204800|, availableFNumber=6.3|6.7|8.0|9.5|11|13|16|19|22|27|32|, currentISO=1600, availableExposureCompensation=5.0|4.5|4.0|3.5|3.0|2.5|2.0|1.5|1.0|0.5|0.0|-0.5|-1.0|-1.5|-2.0|-2.5|-3.0|-3.5|-4.0|-4.5|-5.0|, currentCaptureMethod=StillImage}
DEBUG: Processing 5
DEBUG: Processing 3001 6.3 1/250 1600 0.0
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=6.3, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
DEBUG: Processing 5
DEBUG: Processing 2
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=2018112407342888}
Capturing StillImage has started. Capture ID: 2018112407342888
DEBUG: Processing 5
Got camera event Event: imageStored
Image Stored. Name: K1A_9269.PEF
DEBUG: Processing 2000 202974261
USB storeThumbnail Transfer SUCCEEDED. DATA: {filePath=/tmp/filelmaCrEthumb_K1A_9269.JPG}
Downloaded: /tmp/thumb888111561518655879K1A_9269.PEF
DEBUG: Processing 5
Shooting interrupted on frame 3. Auto reconnecting and restarting.
DEBUG: Processing 0
USB DetectDevice Detected 1 devices. DATA: {USB Connection0=Connected, Firmware Version0=1.50, Model0=PENTAX K-1, Manufacturer0=RICOH IMAGING COMPANY LTD., Serial Number0=6370527, Detected Devices=1}
DEBUG: Processing 1
USB ConnectCamera Connection SUCCEED
DEBUG: Processing 5000 44223
USB SetSock
Communicating with camera on port 44223
DEBUG: Processing 3000
USB GetAllSettings Retrieval succeeded. DATA: {availableCaptureMethod=Movie|StillImage, availableShutterSpeed=30|20|15|10|8|6|4|3|2|1.5|1|0.7|0.5|0.3|1/4|1/6|1/8|1/10|1/15|1/20|1/30|1/45|1/60|1/90|1/125|1/180|1/250|1/350|1/500|1/750|1/1000|1/1500|1/2000|1/3000|1/4000|1/6000|1/8000|, currentFNumber=6.3, currentShutterSpeed=1/250, currentExposureCompensation=0.0, availableISO=100|200|400|800|1600|3200|6400|12800|25600|51200|102400|204800|, availableFNumber=6.3|6.7|8.0|9.5|11|13|16|19|22|27|32|, currentISO=1600, availableExposureCompensation=5.0|4.5|4.0|3.5|3.0|2.5|2.0|1.5|1.0|0.5|0.0|-0.5|-1.0|-1.5|-2.0|-2.5|-3.0|-3.5|-4.0|-4.5|-5.0|, currentCaptureMethod=StillImage}
DEBUG: Processing 5
DEBUG: Processing 3001 6.3 1/250 1600 0.0
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=6.3, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
DEBUG: Processing 5
DEBUG: Processing 2
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=20181124073502286}
Capturing StillImage has started. Capture ID: 20181124073502286
DEBUG: Processing 5
Got camera event Event: imageStored
Got camera event Event: captureComplete
Image Stored. Name: K1A_9270.PEF
DEBUG: Processing 2000 202974262
Capture Complete. Caputure ID: 20181124073502286
USB storeThumbnail Transfer SUCCEEDED. DATA: {filePath=/tmp/filejzPtWothumb_K1A_9270.JPG}
Downloaded: /tmp/thumb5372707572999301205K1A_9270.PEF
DEBUG: Processing 5
DEBUG: Processing 3001 6.3 1/250 1600 0.0
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=6.3, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
DEBUG: Processing 2
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=20181124073512146}
Capturing StillImage has started. Capture ID: 20181124073512146
DEBUG: Processing 5
Got camera event Event: imageStored
Got camera event Event: captureComplete
Capture Complete. Caputure ID: 20181124073512146
Image Stored. Name: K1A_9271.PEF
DEBUG: Processing 3000
USB GetAllSettings Retrieval succeeded. DATA: {availableCaptureMethod=Movie|StillImage, availableShutterSpeed=30|20|15|10|8|6|4|3|2|1.5|1|0.7|0.5|0.3|1/4|1/6|1/8|1/10|1/15|1/20|1/30|1/45|1/60|1/90|1/125|1/180|1/250|1/350|1/500|1/750|1/1000|1/1500|1/2000|1/3000|1/4000|1/6000|1/8000|, currentFNumber=6.3, currentShutterSpeed=1/250, currentExposureCompensation=0.0, availableISO=100|200|400|800|1600|3200|6400|12800|25600|51200|102400|204800|, availableFNumber=6.3|6.7|8.0|9.5|11|13|16|19|22|27|32|, currentISO=1600, availableExposureCompensation=5.0|4.5|4.0|3.5|3.0|2.5|2.0|1.5|1.0|0.5|0.0|-0.5|-1.0|-1.5|-2.0|-2.5|-3.0|-3.5|-4.0|-4.5|-5.0|, currentCaptureMethod=StillImage}
DEBUG: Processing 2001 202974259
USB storeImage Transfer SUCCEEDED. DATA: {filePath=/tmp/fileBC4r6AK1A_9267.PEF}
Downloaded: /home/jb/Pictures/K1/K1A_9267.PEF
DEBUG: Processing 2001 202974260
USB storeImage Transfer SUCCEEDED. DATA: {filePath=/tmp/fileWF0Zu3K1A_9268.PEF}
Downloaded: /home/jb/Pictures/K1/K1A_9268.PEF
DEBUG: Processing 2001 202974261
USB storeImage Transfer SUCCEEDED. DATA: {filePath=/tmp/file8dOiiNK1A_9269.PEF}
Downloaded: /home/jb/Pictures/K1/K1A_9269.PEF
DEBUG: Processing 2001 202974262
USB storeImage Transfer SUCCEEDED. DATA: {filePath=/tmp/file7RBlJNK1A_9270.PEF}
Downloaded: /home/jb/Pictures/K1/K1A_9270.PEF
DEBUG: Processing 2000 202974263
USB storeThumbnail Transfer SUCCEEDED. DATA: {filePath=/tmp/fileDoWiM4thumb_K1A_9271.JPG}
Downloaded: /tmp/thumb4908721564083764048K1A_9271.PEF
DEBUG: Processing 2001 202974263
USB storeImage Transfer SUCCEEDED. DATA: {filePath=/tmp/file9OAchmK1A_9271.PEF}
Downloaded: /home/jb/Pictures/K1/K1A_9271.PEF
DEBUG: Processing 5
jb@jblaptop2:~/PentaxWifi-master$

---------- Post added 11-23-18 at 11:58 PM ----------

New run with no cards in camera. Intervals are perfect and all camera events recorded. However, with no cards in the camera to store images, there was no transfer. It seems that the storing of images interferes with the interval function and chatter back and forth with the camera. Is the camera connection only single-threaded? - Jack

===========
Code version - v1.0.0 beta 14
OS - Ubuntu 18.10
java version - openjdk version "11.0.1" 2018-10-16
Connection mode - USB
Camera model - K-1 v1.50
Camera Auto Power Off setting = Off
Camera mode = M
Program file transfer Raw = On
Program Auto reconnect/Resume queue = On
Number of frames = 5
Interval length = 10s
Number of SD cards in camera = 0
==========
$ ./run_mac_unix_usb.sh
DEBUG: Processing 0
USB DetectDevice Detected 1 devices. DATA: {USB Connection0=Disconnected, Firmware Version0=1.50, Model0=PENTAX K-1, Manufacturer0=RICOH IMAGING COMPANY LTD., Serial Number0=6370527, Detected Devices=1}
DEBUG: Processing 1
USB ConnectCamera Connection SUCCEED
DEBUG: Processing 5000 44119
USB SetSock
Communicating with camera on port 44119
DEBUG: Processing 3000
USB GetAllSettings Retrieval succeeded. DATA: {availableCaptureMethod=Movie|StillImage, availableShutterSpeed=30|20|15|10|8|6|4|3|2|1.5|1|0.7|0.5|0.3|1/4|1/6|1/8|1/10|1/15|1/20|1/30|1/45|1/60|1/90|1/125|1/180|1/250|1/350|1/500|1/750|1/1000|1/1500|1/2000|1/3000|1/4000|1/6000|1/8000|, currentFNumber=6.3, currentShutterSpeed=1/250, currentExposureCompensation=0.0, availableISO=100|200|400|800|1600|3200|6400|12800|25600|51200|102400|204800|, availableFNumber=6.3|6.7|8.0|9.5|11|13|16|19|22|27|32|, currentISO=1600, availableExposureCompensation=5.0|4.5|4.0|3.5|3.0|2.5|2.0|1.5|1.0|0.5|0.0|-0.5|-1.0|-1.5|-2.0|-2.5|-3.0|-3.5|-4.0|-4.5|-5.0|, currentCaptureMethod=StillImage}
DEBUG: Processing 5
DEBUG: Processing 3001 6.3 1/250 1600 0.0
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=6.3, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
DEBUG: Processing 2
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=20181124074722107}
Capturing StillImage has started. Capture ID: 20181124074722107
DEBUG: Processing 5
Got camera event Event: captureComplete
Capture Complete. Caputure ID: 20181124074722107
DEBUG: Processing 3001 6.3 1/250 1600 0.0
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=6.3, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
DEBUG: Processing 2
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=2018112407473249}
Capturing StillImage has started. Capture ID: 2018112407473249
DEBUG: Processing 5
Got camera event Event: captureComplete
Capture Complete. Caputure ID: 2018112407473249
DEBUG: Processing 3001 6.3 1/250 1600 0.0
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=6.3, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
DEBUG: Processing 5
DEBUG: Processing 2
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=20181124074742178}
Capturing StillImage has started. Capture ID: 20181124074742178
DEBUG: Processing 5
Got camera event Event: captureComplete
Capture Complete. Caputure ID: 20181124074742178
DEBUG: Processing 3001 6.3 1/250 1600 0.0
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=6.3, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
DEBUG: Processing 5
DEBUG: Processing 2
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=20181124074752279}
Capturing StillImage has started. Capture ID: 20181124074752279
DEBUG: Processing 5
Got camera event Event: captureComplete
Capture Complete. Caputure ID: 20181124074752279
DEBUG: Processing 3001 6.3 1/250 1600 0.0
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=6.3, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
DEBUG: Processing 5
DEBUG: Processing 2
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=20181124074802185}
Capturing StillImage has started. Capture ID: 20181124074802185
DEBUG: Processing 5
Got camera event Event: captureComplete
Capture Complete. Caputure ID: 20181124074802185
DEBUG: Processing 3000
USB GetAllSettings Retrieval succeeded. DATA: {availableCaptureMethod=Movie|StillImage, availableShutterSpeed=30|20|15|10|8|6|4|3|2|1.5|1|0.7|0.5|0.3|1/4|1/6|1/8|1/10|1/15|1/20|1/30|1/45|1/60|1/90|1/125|1/180|1/250|1/350|1/500|1/750|1/1000|1/1500|1/2000|1/3000|1/4000|1/6000|1/8000|, currentFNumber=6.3, currentShutterSpeed=1/250, currentExposureCompensation=0.0, availableISO=100|200|400|800|1600|3200|6400|12800|25600|51200|102400|204800|, availableFNumber=6.3|6.7|8.0|9.5|11|13|16|19|22|27|32|, currentISO=1600, availableExposureCompensation=5.0|4.5|4.0|3.5|3.0|2.5|2.0|1.5|1.0|0.5|0.0|-0.5|-1.0|-1.5|-2.0|-2.5|-3.0|-3.5|-4.0|-4.5|-5.0|, currentCaptureMethod=StillImage}
DEBUG: Processing 5
Forum: Pentax DSLR Discussion 11-23-2018, 10:49 PM  
Introducing Pentax Wi-Fi & USB Tether by PentaxForums.com
Posted By jbinpg
Replies: 248
Views: 40,660
Here is a run with the latest beta 14. Asked for 5 frames at 10s intervals. Still getting inconsistent intervals but all files transferred successfully. Debug outout below. - Jack

Code version - v1.0.0 beta 14
OS - Ubuntu 18.10
java version - openjdk version "11.0.1" 2018-10-16
Connection mode - USB
Camera model - K-1 v1.50
Camera Auto Power Off setting = Off
Camera mode = M
Program file transfer Raw = On
Program Auto reconnect/Resume queue = On

==========
$ ./run_mac_unix_usb.sh
DEBUG: Processing 0
USB DetectDevice Detected 1 devices. DATA: {USB Connection0=Disconnected, Firmware Version0=1.50, Model0=PENTAX K-1, Manufacturer0=RICOH IMAGING COMPANY LTD., Serial Number0=6370527, Detected Devices=1}
DEBUG: Processing 1
USB ConnectCamera Connection SUCCEED
DEBUG: Processing 5000 39261
USB SetSock
Communicating with camera on port 39261
DEBUG: Processing 3000
USB GetAllSettings Retrieval succeeded. DATA: {availableCaptureMethod=Movie|StillImage, availableShutterSpeed=30|20|15|10|8|6|4|3|2|1.5|1|0.7|0.5|0.3|1/4|1/6|1/8|1/10|1/15|1/20|1/30|1/45|1/60|1/90|1/125|1/180|1/250|1/350|1/500|1/750|1/1000|1/1500|1/2000|1/3000|1/4000|1/6000|1/8000|, currentFNumber=6.3, currentShutterSpeed=1/250, currentExposureCompensation=0.0, availableISO=100|200|400|800|1600|3200|6400|12800|25600|51200|102400|204800|, availableFNumber=6.3|6.7|8.0|9.5|11|13|16|19|22|27|32|, currentISO=1600, availableExposureCompensation=5.0|4.5|4.0|3.5|3.0|2.5|2.0|1.5|1.0|0.5|0.0|-0.5|-1.0|-1.5|-2.0|-2.5|-3.0|-3.5|-4.0|-4.5|-5.0|, currentCaptureMethod=StillImage}
DEBUG: Processing 5
DEBUG: Processing 3001 6.3 1/250 1600 0.0
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=6.3, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
DEBUG: Processing 5
DEBUG: Processing 2
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=20181124053712663}
Capturing StillImage has started. Capture ID: 20181124053712663
DEBUG: Processing 5
Got camera event Event: imageStored
Image Stored. Name: K1A_9257.PEF
DEBUG: Processing 2000 203007017
USB storeThumbnail Transfer SUCCEEDED. DATA: {filePath=/tmp/filemtD7klthumb_K1A_9257.JPG}
Downloaded: /tmp/thumb5792818048986124623K1A_9257.PEF
DEBUG: Processing 5
Shooting interrupted on frame 1. Auto reconnecting and restarting.
DEBUG: Processing 0
USB DetectDevice Detected 1 devices. DATA: {USB Connection0=Connected, Firmware Version0=1.50, Model0=PENTAX K-1, Manufacturer0=RICOH IMAGING COMPANY LTD., Serial Number0=6370527, Detected Devices=1}
DEBUG: Processing 1
USB ConnectCamera Connection SUCCEED
DEBUG: Processing 5000 40813
USB SetSock
Communicating with camera on port 40813
DEBUG: Processing 3000
USB GetAllSettings Retrieval succeeded. DATA: {availableCaptureMethod=Movie|StillImage, availableShutterSpeed=30|20|15|10|8|6|4|3|2|1.5|1|0.7|0.5|0.3|1/4|1/6|1/8|1/10|1/15|1/20|1/30|1/45|1/60|1/90|1/125|1/180|1/250|1/350|1/500|1/750|1/1000|1/1500|1/2000|1/3000|1/4000|1/6000|1/8000|, currentFNumber=6.3, currentShutterSpeed=1/250, currentExposureCompensation=0.0, availableISO=100|200|400|800|1600|3200|6400|12800|25600|51200|102400|204800|, availableFNumber=6.3|6.7|8.0|9.5|11|13|16|19|22|27|32|, currentISO=1600, availableExposureCompensation=5.0|4.5|4.0|3.5|3.0|2.5|2.0|1.5|1.0|0.5|0.0|-0.5|-1.0|-1.5|-2.0|-2.5|-3.0|-3.5|-4.0|-4.5|-5.0|, currentCaptureMethod=StillImage}
DEBUG: Processing 5
DEBUG: Processing 3001 6.3 1/250 1600 0.0
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=6.3, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
DEBUG: Processing 5
DEBUG: Processing 2
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=20181124053747115}
Capturing StillImage has started. Capture ID: 20181124053747115
DEBUG: Processing 5
Got camera event Event: imageStored
Image Stored. Name: K1A_9258.PEF
DEBUG: Processing 2000 203007018
USB storeThumbnail Transfer SUCCEEDED. DATA: {filePath=/tmp/fileKFzbJwthumb_K1A_9258.JPG}
Downloaded: /tmp/thumb13602355467439652787K1A_9258.PEF
DEBUG: Processing 5
Shooting interrupted on frame 2. Auto reconnecting and restarting.
DEBUG: Processing 0
USB DetectDevice Detected 1 devices. DATA: {USB Connection0=Connected, Firmware Version0=1.50, Model0=PENTAX K-1, Manufacturer0=RICOH IMAGING COMPANY LTD., Serial Number0=6370527, Detected Devices=1}
DEBUG: Processing 1
USB ConnectCamera Connection SUCCEED
DEBUG: Processing 5000 35511
USB SetSock
Communicating with camera on port 35511
DEBUG: Processing 3000
USB GetAllSettings Retrieval succeeded. DATA: {availableCaptureMethod=Movie|StillImage, availableShutterSpeed=30|20|15|10|8|6|4|3|2|1.5|1|0.7|0.5|0.3|1/4|1/6|1/8|1/10|1/15|1/20|1/30|1/45|1/60|1/90|1/125|1/180|1/250|1/350|1/500|1/750|1/1000|1/1500|1/2000|1/3000|1/4000|1/6000|1/8000|, currentFNumber=6.3, currentShutterSpeed=1/250, currentExposureCompensation=0.0, availableISO=100|200|400|800|1600|3200|6400|12800|25600|51200|102400|204800|, availableFNumber=6.3|6.7|8.0|9.5|11|13|16|19|22|27|32|, currentISO=1600, availableExposureCompensation=5.0|4.5|4.0|3.5|3.0|2.5|2.0|1.5|1.0|0.5|0.0|-0.5|-1.0|-1.5|-2.0|-2.5|-3.0|-3.5|-4.0|-4.5|-5.0|, currentCaptureMethod=StillImage}
DEBUG: Processing 5
DEBUG: Processing 3001 6.3 1/250 1600 0.0
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=6.3, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
DEBUG: Processing 5
DEBUG: Processing 2
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=20181124053821368}
Capturing StillImage has started. Capture ID: 20181124053821368
DEBUG: Processing 5
Got camera event Event: imageStored
Image Stored. Name: K1A_9259.PEF
DEBUG: Processing 2000 203007019
USB storeThumbnail Transfer SUCCEEDED. DATA: {filePath=/tmp/fileKfoqoathumb_K1A_9259.JPG}
Downloaded: /tmp/thumb6150096226410339031K1A_9259.PEF
DEBUG: Processing 5
Shooting interrupted on frame 3. Auto reconnecting and restarting.
DEBUG: Processing 0
USB DetectDevice Detected 1 devices. DATA: {USB Connection0=Connected, Firmware Version0=1.50, Model0=PENTAX K-1, Manufacturer0=RICOH IMAGING COMPANY LTD., Serial Number0=6370527, Detected Devices=1}
DEBUG: Processing 1
USB ConnectCamera Connection SUCCEED
DEBUG: Processing 5000 45949
USB SetSock
Communicating with camera on port 45949
DEBUG: Processing 3000
USB GetAllSettings Retrieval succeeded. DATA: {availableCaptureMethod=Movie|StillImage, availableShutterSpeed=30|20|15|10|8|6|4|3|2|1.5|1|0.7|0.5|0.3|1/4|1/6|1/8|1/10|1/15|1/20|1/30|1/45|1/60|1/90|1/125|1/180|1/250|1/350|1/500|1/750|1/1000|1/1500|1/2000|1/3000|1/4000|1/6000|1/8000|, currentFNumber=6.3, currentShutterSpeed=1/250, currentExposureCompensation=0.0, availableISO=100|200|400|800|1600|3200|6400|12800|25600|51200|102400|204800|, availableFNumber=6.3|6.7|8.0|9.5|11|13|16|19|22|27|32|, currentISO=1600, availableExposureCompensation=5.0|4.5|4.0|3.5|3.0|2.5|2.0|1.5|1.0|0.5|0.0|-0.5|-1.0|-1.5|-2.0|-2.5|-3.0|-3.5|-4.0|-4.5|-5.0|, currentCaptureMethod=StillImage}
DEBUG: Processing 5
DEBUG: Processing 3001 6.3 1/250 1600 0.0
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=6.3, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
DEBUG: Processing 5
DEBUG: Processing 2
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=20181124053855895}
Capturing StillImage has started. Capture ID: 20181124053855895
DEBUG: Processing 5
Got camera event Event: imageStored
Image Stored. Name: K1A_9260.PEF
DEBUG: Processing 2000 203007020
USB storeThumbnail Transfer SUCCEEDED. DATA: {filePath=/tmp/fileiiAU4fthumb_K1A_9260.JPG}
Downloaded: /tmp/thumb10653851627321328268K1A_9260.PEF
DEBUG: Processing 5
Shooting interrupted on frame 4. Auto reconnecting and restarting.
DEBUG: Processing 0
USB DetectDevice Detected 1 devices. DATA: {USB Connection0=Connected, Firmware Version0=1.50, Model0=PENTAX K-1, Manufacturer0=RICOH IMAGING COMPANY LTD., Serial Number0=6370527, Detected Devices=1}
DEBUG: Processing 1
USB ConnectCamera Connection SUCCEED
DEBUG: Processing 5000 43547
USB SetSock
Communicating with camera on port 43547
DEBUG: Processing 3000
USB GetAllSettings Retrieval succeeded. DATA: {availableCaptureMethod=Movie|StillImage, availableShutterSpeed=30|20|15|10|8|6|4|3|2|1.5|1|0.7|0.5|0.3|1/4|1/6|1/8|1/10|1/15|1/20|1/30|1/45|1/60|1/90|1/125|1/180|1/250|1/350|1/500|1/750|1/1000|1/1500|1/2000|1/3000|1/4000|1/6000|1/8000|, currentFNumber=6.3, currentShutterSpeed=1/250, currentExposureCompensation=0.0, availableISO=100|200|400|800|1600|3200|6400|12800|25600|51200|102400|204800|, availableFNumber=6.3|6.7|8.0|9.5|11|13|16|19|22|27|32|, currentISO=1600, availableExposureCompensation=5.0|4.5|4.0|3.5|3.0|2.5|2.0|1.5|1.0|0.5|0.0|-0.5|-1.0|-1.5|-2.0|-2.5|-3.0|-3.5|-4.0|-4.5|-5.0|, currentCaptureMethod=StillImage}
DEBUG: Processing 5
DEBUG: Processing 3001 6.3 1/250 1600 0.0
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=6.3, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
DEBUG: Processing 5
DEBUG: Processing 2
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=20181124053930333}
Capturing StillImage has started. Capture ID: 20181124053930333
DEBUG: Processing 5
Got camera event Event: imageStored
Image Stored. Name: K1A_9261.PEF
DEBUG: Processing 2000 203007021
USB storeThumbnail Transfer SUCCEEDED. DATA: {filePath=/tmp/fileAUyJsNthumb_K1A_9261.JPG}
Downloaded: /tmp/thumb17782558249079674203K1A_9261.PEF
DEBUG: Processing 5
Shooting interrupted on frame 5. Auto reconnecting and restarting.
DEBUG: Processing 2001 203007017
USB storeImage Transfer SUCCEEDED. DATA: {filePath=/tmp/fileARM2BuK1A_9257.PEF}
DEBUG: Processing 0
USB DetectDevice Detected 1 devices. DATA: {USB Connection0=Connected, Firmware Version0=1.50, Model0=PENTAX K-1, Manufacturer0=RICOH IMAGING COMPANY LTD., Serial Number0=6370527, Detected Devices=1}
DEBUG: Processing 1
USB ConnectCamera Connection SUCCEED
DEBUG: Processing 5000 41879
USB SetSock
Communicating with camera on port 41879
DEBUG: Processing 3000
USB GetAllSettings Retrieval succeeded. DATA: {availableCaptureMethod=Movie|StillImage, availableShutterSpeed=30|20|15|10|8|6|4|3|2|1.5|1|0.7|0.5|0.3|1/4|1/6|1/8|1/10|1/15|1/20|1/30|1/45|1/60|1/90|1/125|1/180|1/250|1/350|1/500|1/750|1/1000|1/1500|1/2000|1/3000|1/4000|1/6000|1/8000|, currentFNumber=6.3, currentShutterSpeed=1/250, currentExposureCompensation=0.0, availableISO=100|200|400|800|1600|3200|6400|12800|25600|51200|102400|204800|, availableFNumber=6.3|6.7|8.0|9.5|11|13|16|19|22|27|32|, currentISO=1600, availableExposureCompensation=5.0|4.5|4.0|3.5|3.0|2.5|2.0|1.5|1.0|0.5|0.0|-0.5|-1.0|-1.5|-2.0|-2.5|-3.0|-3.5|-4.0|-4.5|-5.0|, currentCaptureMethod=StillImage}
DEBUG: Processing 5
Downloaded: /home/jb/Pictures/K1/K1A_9257.PEF
DEBUG: Processing 2001 203007018
USB storeImage Transfer SUCCEEDED. DATA: {filePath=/tmp/fileWD9kSAK1A_9258.PEF}
Downloaded: /home/jb/Pictures/K1/K1A_9258.PEF
DEBUG: Processing 2001 203007019
USB storeImage Transfer SUCCEEDED. DATA: {filePath=/tmp/fileOyum35K1A_9259.PEF}
Downloaded: /home/jb/Pictures/K1/K1A_9259.PEF
DEBUG: Processing 2001 203007020
USB storeImage Transfer SUCCEEDED. DATA: {filePath=/tmp/file04CjF1K1A_9260.PEF}
Downloaded: /home/jb/Pictures/K1/K1A_9260.PEF
DEBUG: Processing 2001 203007021
USB storeImage Transfer SUCCEEDED. DATA: {filePath=/tmp/filerfqrPlK1A_9261.PEF}
Downloaded: /home/jb/Pictures/K1/K1A_9261.PEF
DEBUG: Processing 5
Forum: Pentax DSLR Discussion 11-22-2018, 09:48 PM  
Introducing Pentax Wi-Fi & USB Tether by PentaxForums.com
Posted By jbinpg
Replies: 248
Views: 40,660
Yes, that makes sense. I suppose that means we would need to wait for an updated SDK. The good news is that using the program as a simple transfer program after manually triggering a capture works perfectly. So you lose the hands-off interval function but you still have the transfer function.

Jack
Forum: Pentax DSLR Discussion 11-21-2018, 04:53 PM  
Introducing Pentax Wi-Fi & USB Tether by PentaxForums.com
Posted By jbinpg
Replies: 248
Views: 40,660
Tried again but with program file transfers turned off. This time it could not process the queue at all. The program does not see a successful capture and resets the connection after every attempted capture. Terminal output below. Note that the interval between attempts is about 34 seconds instead of the requested queue interval of 5 seconds.

Jack

==========

Code version - v1.0.0 beta 13
OS - Ubuntu 18.10
java version - openjdk version "11.0.1" 2018-10-16
Connection mode - USB
Camera model - K-1 v1.50
Camera Auto Power Off setting = Off
Camera mode = M
Program file transfer = Off
Program Auto reconnect/Resume queue = On

==========

$ ./run_mac_unix_usb.sh
USB DetectDevice Detected 1 devices. DATA: {USB Connection0=Disconnected, Firmware Version0=1.50, Model0=PENTAX K-1, Manufacturer0=RICOH IMAGING COMPANY LTD., Serial Number0=6370527, Detected Devices=1}
USB ConnectCamera Connection SUCCEED
USB SetSock
USB GetAllSettings Retrieval succeeded. DATA: {availableCaptureMethod=Movie|StillImage, availableShutterSpeed=30|20|15|10|8|6|4|3|2|1.5|1|0.7|0.5|0.3|1/4|1/6|1/8|1/10|1/15|1/20|1/30|1/45|1/60|1/90|1/125|1/180|1/250|1/350|1/500|1/750|1/1000|1/1500|1/2000|1/3000|1/4000|1/6000|1/8000|, currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, availableISO=100|200|400|800|1600|3200|6400|12800|25600|51200|102400|204800|, availableFNumber=4.5|5.6|6.7|8.0|9.5|11|13|16|19|22|, currentISO=1600, availableExposureCompensation=5.0|4.5|4.0|3.5|3.0|2.5|2.0|1.5|1.0|0.5|0.0|-0.5|-1.0|-1.5|-2.0|-2.5|-3.0|-3.5|-4.0|-4.5|-5.0|, currentCaptureMethod=StillImage}
USB GetAllSettings Retrieval succeeded. DATA: {availableCaptureMethod=Movie|StillImage, availableShutterSpeed=30|20|15|10|8|6|4|3|2|1.5|1|0.7|0.5|0.3|1/4|1/6|1/8|1/10|1/15|1/20|1/30|1/45|1/60|1/90|1/125|1/180|1/250|1/350|1/500|1/750|1/1000|1/1500|1/2000|1/3000|1/4000|1/6000|1/8000|, currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, availableISO=100|200|400|800|1600|3200|6400|12800|25600|51200|102400|204800|, availableFNumber=4.5|5.6|6.7|8.0|9.5|11|13|16|19|22|, currentISO=1600, availableExposureCompensation=5.0|4.5|4.0|3.5|3.0|2.5|2.0|1.5|1.0|0.5|0.0|-0.5|-1.0|-1.5|-2.0|-2.5|-3.0|-3.5|-4.0|-4.5|-5.0|, currentCaptureMethod=StillImage}
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=20181121233122425}
Capturing StillImage has started. Capture ID: 20181121233122425
USB GetAllSettings Retrieval succeeded. DATA: {availableCaptureMethod=Movie|StillImage, availableShutterSpeed=30|20|15|10|8|6|4|3|2|1.5|1|0.7|0.5|0.3|1/4|1/6|1/8|1/10|1/15|1/20|1/30|1/45|1/60|1/90|1/125|1/180|1/250|1/350|1/500|1/750|1/1000|1/1500|1/2000|1/3000|1/4000|1/6000|1/8000|, currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, availableISO=100|200|400|800|1600|3200|6400|12800|25600|51200|102400|204800|, availableFNumber=4.5|5.6|6.7|8.0|9.5|11|13|16|19|22|, currentISO=1600, availableExposureCompensation=5.0|4.5|4.0|3.5|3.0|2.5|2.0|1.5|1.0|0.5|0.0|-0.5|-1.0|-1.5|-2.0|-2.5|-3.0|-3.5|-4.0|-4.5|-5.0|, currentCaptureMethod=StillImage}
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=20181121233330969}
Capturing StillImage has started. Capture ID: 20181121233330969
Shooting interrupted on frame 0. Auto reconnecting and restarting.
USB DetectDevice Detected 1 devices. DATA: {USB Connection0=Connected, Firmware Version0=1.50, Model0=PENTAX K-1, Manufacturer0=RICOH IMAGING COMPANY LTD., Serial Number0=6370527, Detected Devices=1}
USB ConnectCamera Connection SUCCEED
USB SetSock
USB GetAllSettings Retrieval succeeded. DATA: {availableCaptureMethod=Movie|StillImage, availableShutterSpeed=30|20|15|10|8|6|4|3|2|1.5|1|0.7|0.5|0.3|1/4|1/6|1/8|1/10|1/15|1/20|1/30|1/45|1/60|1/90|1/125|1/180|1/250|1/350|1/500|1/750|1/1000|1/1500|1/2000|1/3000|1/4000|1/6000|1/8000|, currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, availableISO=100|200|400|800|1600|3200|6400|12800|25600|51200|102400|204800|, availableFNumber=4.5|5.6|6.7|8.0|9.5|11|13|16|19|22|, currentISO=1600, availableExposureCompensation=5.0|4.5|4.0|3.5|3.0|2.5|2.0|1.5|1.0|0.5|0.0|-0.5|-1.0|-1.5|-2.0|-2.5|-3.0|-3.5|-4.0|-4.5|-5.0|, currentCaptureMethod=StillImage}
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=20181121233405188}
Capturing StillImage has started. Capture ID: 20181121233405188
Shooting interrupted on frame 0. Auto reconnecting and restarting.
USB DetectDevice Detected 1 devices. DATA: {USB Connection0=Connected, Firmware Version0=1.50, Model0=PENTAX K-1, Manufacturer0=RICOH IMAGING COMPANY LTD., Serial Number0=6370527, Detected Devices=1}
USB ConnectCamera Connection SUCCEED
USB SetSock
USB GetAllSettings Retrieval succeeded. DATA: {availableCaptureMethod=Movie|StillImage, availableShutterSpeed=30|20|15|10|8|6|4|3|2|1.5|1|0.7|0.5|0.3|1/4|1/6|1/8|1/10|1/15|1/20|1/30|1/45|1/60|1/90|1/125|1/180|1/250|1/350|1/500|1/750|1/1000|1/1500|1/2000|1/3000|1/4000|1/6000|1/8000|, currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, availableISO=100|200|400|800|1600|3200|6400|12800|25600|51200|102400|204800|, availableFNumber=4.5|5.6|6.7|8.0|9.5|11|13|16|19|22|, currentISO=1600, availableExposureCompensation=5.0|4.5|4.0|3.5|3.0|2.5|2.0|1.5|1.0|0.5|0.0|-0.5|-1.0|-1.5|-2.0|-2.5|-3.0|-3.5|-4.0|-4.5|-5.0|, currentCaptureMethod=StillImage}
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=20181121233439189}
Capturing StillImage has started. Capture ID: 20181121233439189
Shooting interrupted on frame 0. Auto reconnecting and restarting.
USB DetectDevice Detected 1 devices. DATA: {USB Connection0=Connected, Firmware Version0=1.50, Model0=PENTAX K-1, Manufacturer0=RICOH IMAGING COMPANY LTD., Serial Number0=6370527, Detected Devices=1}
USB ConnectCamera Connection SUCCEED
USB SetSock
USB GetAllSettings Retrieval succeeded. DATA: {availableCaptureMethod=Movie|StillImage, availableShutterSpeed=30|20|15|10|8|6|4|3|2|1.5|1|0.7|0.5|0.3|1/4|1/6|1/8|1/10|1/15|1/20|1/30|1/45|1/60|1/90|1/125|1/180|1/250|1/350|1/500|1/750|1/1000|1/1500|1/2000|1/3000|1/4000|1/6000|1/8000|, currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, availableISO=100|200|400|800|1600|3200|6400|12800|25600|51200|102400|204800|, availableFNumber=4.5|5.6|6.7|8.0|9.5|11|13|16|19|22|, currentISO=1600, availableExposureCompensation=5.0|4.5|4.0|3.5|3.0|2.5|2.0|1.5|1.0|0.5|0.0|-0.5|-1.0|-1.5|-2.0|-2.5|-3.0|-3.5|-4.0|-4.5|-5.0|, currentCaptureMethod=StillImage}
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=20181121233513171}
Capturing StillImage has started. Capture ID: 20181121233513171
Shooting interrupted on frame 0. Auto reconnecting and restarting.
USB DetectDevice Detected 1 devices. DATA: {USB Connection0=Connected, Firmware Version0=1.50, Model0=PENTAX K-1, Manufacturer0=RICOH IMAGING COMPANY LTD., Serial Number0=6370527, Detected Devices=1}
USB ConnectCamera Connection SUCCEED
USB SetSock
USB GetAllSettings Retrieval succeeded. DATA: {availableCaptureMethod=Movie|StillImage, availableShutterSpeed=30|20|15|10|8|6|4|3|2|1.5|1|0.7|0.5|0.3|1/4|1/6|1/8|1/10|1/15|1/20|1/30|1/45|1/60|1/90|1/125|1/180|1/250|1/350|1/500|1/750|1/1000|1/1500|1/2000|1/3000|1/4000|1/6000|1/8000|, currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, availableISO=100|200|400|800|1600|3200|6400|12800|25600|51200|102400|204800|, availableFNumber=4.5|5.6|6.7|8.0|9.5|11|13|16|19|22|, currentISO=1600, availableExposureCompensation=5.0|4.5|4.0|3.5|3.0|2.5|2.0|1.5|1.0|0.5|0.0|-0.5|-1.0|-1.5|-2.0|-2.5|-3.0|-3.5|-4.0|-4.5|-5.0|, currentCaptureMethod=StillImage}
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=20181121233547356}
Capturing StillImage has started. Capture ID: 20181121233547356
Shooting interrupted on frame 0. Auto reconnecting and restarting.
USB DetectDevice Detected 1 devices. DATA: {USB Connection0=Connected, Firmware Version0=1.50, Model0=PENTAX K-1, Manufacturer0=RICOH IMAGING COMPANY LTD., Serial Number0=6370527, Detected Devices=1}
USB ConnectCamera Connection SUCCEED
USB SetSock
USB GetAllSettings Retrieval succeeded. DATA: {availableCaptureMethod=Movie|StillImage, availableShutterSpeed=30|20|15|10|8|6|4|3|2|1.5|1|0.7|0.5|0.3|1/4|1/6|1/8|1/10|1/15|1/20|1/30|1/45|1/60|1/90|1/125|1/180|1/250|1/350|1/500|1/750|1/1000|1/1500|1/2000|1/3000|1/4000|1/6000|1/8000|, currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, availableISO=100|200|400|800|1600|3200|6400|12800|25600|51200|102400|204800|, availableFNumber=4.5|5.6|6.7|8.0|9.5|11|13|16|19|22|, currentISO=1600, availableExposureCompensation=5.0|4.5|4.0|3.5|3.0|2.5|2.0|1.5|1.0|0.5|0.0|-0.5|-1.0|-1.5|-2.0|-2.5|-3.0|-3.5|-4.0|-4.5|-5.0|, currentCaptureMethod=StillImage}
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=20181121233621622}
Capturing StillImage has started. Capture ID: 20181121233621622
Shooting interrupted on frame 0. Auto reconnecting and restarting.
USB DetectDevice Detected 1 devices. DATA: {USB Connection0=Connected, Firmware Version0=1.50, Model0=PENTAX K-1, Manufacturer0=RICOH IMAGING COMPANY LTD., Serial Number0=6370527, Detected Devices=1}
USB ConnectCamera Connection SUCCEED
USB SetSock
USB GetAllSettings Retrieval succeeded. DATA: {availableCaptureMethod=Movie|StillImage, availableShutterSpeed=30|20|15|10|8|6|4|3|2|1.5|1|0.7|0.5|0.3|1/4|1/6|1/8|1/10|1/15|1/20|1/30|1/45|1/60|1/90|1/125|1/180|1/250|1/350|1/500|1/750|1/1000|1/1500|1/2000|1/3000|1/4000|1/6000|1/8000|, currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, availableISO=100|200|400|800|1600|3200|6400|12800|25600|51200|102400|204800|, availableFNumber=4.5|5.6|6.7|8.0|9.5|11|13|16|19|22|, currentISO=1600, availableExposureCompensation=5.0|4.5|4.0|3.5|3.0|2.5|2.0|1.5|1.0|0.5|0.0|-0.5|-1.0|-1.5|-2.0|-2.5|-3.0|-3.5|-4.0|-4.5|-5.0|, currentCaptureMethod=StillImage}
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=20181121233655674}
Capturing StillImage has started. Capture ID: 20181121233655674
Shooting interrupted on frame 0. Auto reconnecting and restarting.
USB DetectDevice Detected 1 devices. DATA: {USB Connection0=Connected, Firmware Version0=1.50, Model0=PENTAX K-1, Manufacturer0=RICOH IMAGING COMPANY LTD., Serial Number0=6370527, Detected Devices=1}
USB ConnectCamera Connection SUCCEED
USB SetSock
USB GetAllSettings Retrieval succeeded. DATA: {availableCaptureMethod=Movie|StillImage, availableShutterSpeed=30|20|15|10|8|6|4|3|2|1.5|1|0.7|0.5|0.3|1/4|1/6|1/8|1/10|1/15|1/20|1/30|1/45|1/60|1/90|1/125|1/180|1/250|1/350|1/500|1/750|1/1000|1/1500|1/2000|1/3000|1/4000|1/6000|1/8000|, currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, availableISO=100|200|400|800|1600|3200|6400|12800|25600|51200|102400|204800|, availableFNumber=4.5|5.6|6.7|8.0|9.5|11|13|16|19|22|, currentISO=1600, availableExposureCompensation=5.0|4.5|4.0|3.5|3.0|2.5|2.0|1.5|1.0|0.5|0.0|-0.5|-1.0|-1.5|-2.0|-2.5|-3.0|-3.5|-4.0|-4.5|-5.0|, currentCaptureMethod=StillImage}
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=20181121233729695}
Capturing StillImage has started. Capture ID: 20181121233729695
Shooting interrupted on frame 0. Auto reconnecting and restarting.
USB DetectDevice Detected 1 devices. DATA: {USB Connection0=Connected, Firmware Version0=1.50, Model0=PENTAX K-1, Manufacturer0=RICOH IMAGING COMPANY LTD., Serial Number0=6370527, Detected Devices=1}
USB ConnectCamera Connection SUCCEED
USB SetSock
USB GetAllSettings Retrieval succeeded. DATA: {availableCaptureMethod=Movie|StillImage, availableShutterSpeed=30|20|15|10|8|6|4|3|2|1.5|1|0.7|0.5|0.3|1/4|1/6|1/8|1/10|1/15|1/20|1/30|1/45|1/60|1/90|1/125|1/180|1/250|1/350|1/500|1/750|1/1000|1/1500|1/2000|1/3000|1/4000|1/6000|1/8000|, currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, availableISO=100|200|400|800|1600|3200|6400|12800|25600|51200|102400|204800|, availableFNumber=4.5|5.6|6.7|8.0|9.5|11|13|16|19|22|, currentISO=1600, availableExposureCompensation=5.0|4.5|4.0|3.5|3.0|2.5|2.0|1.5|1.0|0.5|0.0|-0.5|-1.0|-1.5|-2.0|-2.5|-3.0|-3.5|-4.0|-4.5|-5.0|, currentCaptureMethod=StillImage}
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=20181121233803707}
Capturing StillImage has started. Capture ID: 20181121233803707
Shooting interrupted on frame 0. Auto reconnecting and restarting.
USB DetectDevice Detected 1 devices. DATA: {USB Connection0=Connected, Firmware Version0=1.50, Model0=PENTAX K-1, Manufacturer0=RICOH IMAGING COMPANY LTD., Serial Number0=6370527, Detected Devices=1}
USB ConnectCamera Connection SUCCEED
USB SetSock
USB GetAllSettings Retrieval succeeded. DATA: {availableCaptureMethod=Movie|StillImage, availableShutterSpeed=30|20|15|10|8|6|4|3|2|1.5|1|0.7|0.5|0.3|1/4|1/6|1/8|1/10|1/15|1/20|1/30|1/45|1/60|1/90|1/125|1/180|1/250|1/350|1/500|1/750|1/1000|1/1500|1/2000|1/3000|1/4000|1/6000|1/8000|, currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, availableISO=100|200|400|800|1600|3200|6400|12800|25600|51200|102400|204800|, availableFNumber=4.5|5.6|6.7|8.0|9.5|11|13|16|19|22|, currentISO=1600, availableExposureCompensation=5.0|4.5|4.0|3.5|3.0|2.5|2.0|1.5|1.0|0.5|0.0|-0.5|-1.0|-1.5|-2.0|-2.5|-3.0|-3.5|-4.0|-4.5|-5.0|, currentCaptureMethod=StillImage}
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=20181121233837922}
Capturing StillImage has started. Capture ID: 20181121233837922
Shooting interrupted on frame 0. Auto reconnecting and restarting.
USB DetectDevice Detected 1 devices. DATA: {USB Connection0=Connected, Firmware Version0=1.50, Model0=PENTAX K-1, Manufacturer0=RICOH IMAGING COMPANY LTD., Serial Number0=6370527, Detected Devices=1}
USB ConnectCamera Connection SUCCEED
USB SetSock
USB GetAllSettings Retrieval succeeded. DATA: {availableCaptureMethod=Movie|StillImage, availableShutterSpeed=30|20|15|10|8|6|4|3|2|1.5|1|0.7|0.5|0.3|1/4|1/6|1/8|1/10|1/15|1/20|1/30|1/45|1/60|1/90|1/125|1/180|1/250|1/350|1/500|1/750|1/1000|1/1500|1/2000|1/3000|1/4000|1/6000|1/8000|, currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, availableISO=100|200|400|800|1600|3200|6400|12800|25600|51200|102400|204800|, availableFNumber=4.5|5.6|6.7|8.0|9.5|11|13|16|19|22|, currentISO=1600, availableExposureCompensation=5.0|4.5|4.0|3.5|3.0|2.5|2.0|1.5|1.0|0.5|0.0|-0.5|-1.0|-1.5|-2.0|-2.5|-3.0|-3.5|-4.0|-4.5|-5.0|, currentCaptureMethod=StillImage}
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=2018112123391244}
Capturing StillImage has started. Capture ID: 2018112123391244
Shooting interrupted on frame 0. Auto reconnecting and restarting.
Forum: Pentax DSLR Discussion 11-21-2018, 12:39 PM  
Introducing Pentax Wi-Fi & USB Tether by PentaxForums.com
Posted By jbinpg
Replies: 248
Views: 40,660
Here are the results of a run with the latest code. Worse than previous in that the connection is being reset frequently for no apparent reason. How often does the program poll for a connection? I set up a queue using 5.6,1/250,1600,0.0 for 10 frames at 10s intervals and got 20 frames at non-deterministic intervals. It got stuck on the first frame for some reason and then reset the connection after every 2nd or 3rd frame. I have attached the terminal session for the latest run so you can see for yourself.

As for the Add to Queue button, no change. Only works after queue has processed and files have finished downloading.

- Jack

=============

Code version - v1.0.0 beta 13
OS - Ubuntu 18.10
java version - openjdk version "11.0.1" 2018-10-16
Connection mode - USB
Camera model - K-1 v1.50
Camera Auto Power Off setting = Off
Camera mode = M

=============

./run_mac_unix_usb.sh
USB DetectDevice Detected 1 devices. DATA: {USB Connection0=Disconnected, Firmware Version0=1.50, Model0=PENTAX K-1, Manufacturer0=RICOH IMAGING COMPANY LTD., Serial Number0=6370527, Detected Devices=1}
USB ConnectCamera Connection SUCCEED
USB SetSock
USB GetAllSettings Retrieval succeeded. DATA: {availableCaptureMethod=Movie|StillImage, availableShutterSpeed=30|20|15|10|8|6|4|3|2|1.5|1|0.7|0.5|0.3|1/4|1/6|1/8|1/10|1/15|1/20|1/30|1/45|1/60|1/90|1/125|1/180|1/250|1/350|1/500|1/750|1/1000|1/1500|1/2000|1/3000|1/4000|1/6000|1/8000|, currentFNumber=4.5, currentShutterSpeed=30, currentExposureCompensation=0.0, availableISO=100|200|400|800|1600|3200|6400|12800|25600|51200|102400|204800|, availableFNumber=4.5|5.6|6.7|8.0|9.5|11|13|16|19|22|, currentISO=1600, availableExposureCompensation=5.0|4.5|4.0|3.5|3.0|2.5|2.0|1.5|1.0|0.5|0.0|-0.5|-1.0|-1.5|-2.0|-2.5|-3.0|-3.5|-4.0|-4.5|-5.0|, currentCaptureMethod=StillImage}
USB GetAllSettings Retrieval succeeded. DATA: {availableCaptureMethod=Movie|StillImage, availableShutterSpeed=30|20|15|10|8|6|4|3|2|1.5|1|0.7|0.5|0.3|1/4|1/6|1/8|1/10|1/15|1/20|1/30|1/45|1/60|1/90|1/125|1/180|1/250|1/350|1/500|1/750|1/1000|1/1500|1/2000|1/3000|1/4000|1/6000|1/8000|, currentFNumber=4.5, currentShutterSpeed=30, currentExposureCompensation=0.0, availableISO=100|200|400|800|1600|3200|6400|12800|25600|51200|102400|204800|, availableFNumber=4.5|5.6|6.7|8.0|9.5|11|13|16|19|22|, currentISO=1600, availableExposureCompensation=5.0|4.5|4.0|3.5|3.0|2.5|2.0|1.5|1.0|0.5|0.0|-0.5|-1.0|-1.5|-2.0|-2.5|-3.0|-3.5|-4.0|-4.5|-5.0|, currentCaptureMethod=StillImage}
USB GetAllSettings Retrieval succeeded. DATA: {availableCaptureMethod=Movie|StillImage, availableShutterSpeed=30|20|15|10|8|6|4|3|2|1.5|1|0.7|0.5|0.3|1/4|1/6|1/8|1/10|1/15|1/20|1/30|1/45|1/60|1/90|1/125|1/180|1/250|1/350|1/500|1/750|1/1000|1/1500|1/2000|1/3000|1/4000|1/6000|1/8000|, currentFNumber=5.6, currentShutterSpeed=0.5, currentExposureCompensation=0.0, availableISO=100|200|400|800|1600|3200|6400|12800|25600|51200|102400|204800|, availableFNumber=4.5|5.6|6.7|8.0|9.5|11|13|16|19|22|, currentISO=1600, availableExposureCompensation=5.0|4.5|4.0|3.5|3.0|2.5|2.0|1.5|1.0|0.5|0.0|-0.5|-1.0|-1.5|-2.0|-2.5|-3.0|-3.5|-4.0|-4.5|-5.0|, currentCaptureMethod=StillImage}
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=5.6, currentShutterSpeed=0.5, currentExposureCompensation=0.0, currentISO=1600}
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=20181121185239920}
Capturing StillImage has started. Capture ID: 20181121185239920
Image Stored. Name: K1A_9180.PEF
USB storeThumbnail Transfer SUCCEEDED. DATA: {filePath=/tmp/file7tUsqqthumb_K1A_9180.JPG}
Downloaded: /tmp/thumb2952327332460235141K1A_9180.PEF
USB storeImage Transfer SUCCEEDED. DATA: {filePath=/tmp/filexmM523K1A_9180.PEF}
Downloaded: /home/jb/Pictures/K1/K1A_9180.PEF
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=20181121185757711}
Capturing StillImage has started. Capture ID: 20181121185757711
Image Stored. Name: K1A_9181.PEF
USB storeThumbnail Transfer SUCCEEDED. DATA: {filePath=/tmp/filelieK15thumb_K1A_9181.JPG}
Downloaded: /tmp/thumb2263227977597024572K1A_9181.PEF
Shooting interrupted on frame 0. Auto reconnecting and restarting.
USB DetectDevice Detected 1 devices. DATA: {USB Connection0=Connected, Firmware Version0=1.50, Model0=PENTAX K-1, Manufacturer0=RICOH IMAGING COMPANY LTD., Serial Number0=6370527, Detected Devices=1}
USB ConnectCamera Connection SUCCEED
USB SetSock
USB GetAllSettings Retrieval succeeded. DATA: {availableCaptureMethod=Movie|StillImage, availableShutterSpeed=30|20|15|10|8|6|4|3|2|1.5|1|0.7|0.5|0.3|1/4|1/6|1/8|1/10|1/15|1/20|1/30|1/45|1/60|1/90|1/125|1/180|1/250|1/350|1/500|1/750|1/1000|1/1500|1/2000|1/3000|1/4000|1/6000|1/8000|, currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, availableISO=100|200|400|800|1600|3200|6400|12800|25600|51200|102400|204800|, availableFNumber=4.5|5.6|6.7|8.0|9.5|11|13|16|19|22|, currentISO=1600, availableExposureCompensation=5.0|4.5|4.0|3.5|3.0|2.5|2.0|1.5|1.0|0.5|0.0|-0.5|-1.0|-1.5|-2.0|-2.5|-3.0|-3.5|-4.0|-4.5|-5.0|, currentCaptureMethod=StillImage}
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=20181121185841553}
Capturing StillImage has started. Capture ID: 20181121185841553
Image Stored. Name: K1A_9182.PEF
USB storeThumbnail Transfer SUCCEEDED. DATA: {filePath=/tmp/file34o1kYthumb_K1A_9182.JPG}
Downloaded: /tmp/thumb5308192559672362819K1A_9182.PEF
Shooting interrupted on frame 0. Auto reconnecting and restarting.
USB DetectDevice Detected 1 devices. DATA: {USB Connection0=Connected, Firmware Version0=1.50, Model0=PENTAX K-1, Manufacturer0=RICOH IMAGING COMPANY LTD., Serial Number0=6370527, Detected Devices=1}
USB ConnectCamera Connection SUCCEED
USB SetSock
USB GetAllSettings Retrieval succeeded. DATA: {availableCaptureMethod=Movie|StillImage, availableShutterSpeed=30|20|15|10|8|6|4|3|2|1.5|1|0.7|0.5|0.3|1/4|1/6|1/8|1/10|1/15|1/20|1/30|1/45|1/60|1/90|1/125|1/180|1/250|1/350|1/500|1/750|1/1000|1/1500|1/2000|1/3000|1/4000|1/6000|1/8000|, currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, availableISO=100|200|400|800|1600|3200|6400|12800|25600|51200|102400|204800|, availableFNumber=4.5|5.6|6.7|8.0|9.5|11|13|16|19|22|, currentISO=1600, availableExposureCompensation=5.0|4.5|4.0|3.5|3.0|2.5|2.0|1.5|1.0|0.5|0.0|-0.5|-1.0|-1.5|-2.0|-2.5|-3.0|-3.5|-4.0|-4.5|-5.0|, currentCaptureMethod=StillImage}
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=20181121185925697}
Capturing StillImage has started. Capture ID: 20181121185925697
Image Stored. Name: K1A_9183.PEF
USB storeThumbnail Transfer SUCCEEDED. DATA: {filePath=/tmp/file9CBoaIthumb_K1A_9183.JPG}
Downloaded: /tmp/thumb2108754220430265586K1A_9183.PEF
Shooting interrupted on frame 0. Auto reconnecting and restarting.
USB DetectDevice Detected 1 devices. DATA: {USB Connection0=Connected, Firmware Version0=1.50, Model0=PENTAX K-1, Manufacturer0=RICOH IMAGING COMPANY LTD., Serial Number0=6370527, Detected Devices=1}
USB ConnectCamera Connection SUCCEED
USB SetSock
USB GetAllSettings Retrieval succeeded. DATA: {availableCaptureMethod=Movie|StillImage, availableShutterSpeed=30|20|15|10|8|6|4|3|2|1.5|1|0.7|0.5|0.3|1/4|1/6|1/8|1/10|1/15|1/20|1/30|1/45|1/60|1/90|1/125|1/180|1/250|1/350|1/500|1/750|1/1000|1/1500|1/2000|1/3000|1/4000|1/6000|1/8000|, currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, availableISO=100|200|400|800|1600|3200|6400|12800|25600|51200|102400|204800|, availableFNumber=4.5|5.6|6.7|8.0|9.5|11|13|16|19|22|, currentISO=1600, availableExposureCompensation=5.0|4.5|4.0|3.5|3.0|2.5|2.0|1.5|1.0|0.5|0.0|-0.5|-1.0|-1.5|-2.0|-2.5|-3.0|-3.5|-4.0|-4.5|-5.0|, currentCaptureMethod=StillImage}
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=20181121190009758}
Capturing StillImage has started. Capture ID: 20181121190009758
Image Stored. Name: K1A_9184.PEF
Capture Complete. Caputure ID: 20181121190009758
USB storeThumbnail Transfer SUCCEEDED. DATA: {filePath=/tmp/fileTcWPijthumb_K1A_9184.JPG}
Downloaded: /tmp/thumb11841902407462929983K1A_9184.PEF
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=20181121190019778}
Capturing StillImage has started. Capture ID: 20181121190019778
Image Stored. Name: K1A_9185.PEF
Capture Complete. Caputure ID: 20181121190019778
USB storeThumbnail Transfer SUCCEEDED. DATA: {filePath=/tmp/filenuETCkthumb_K1A_9185.JPG}
Downloaded: /tmp/thumb17426903220154957648K1A_9185.PEF
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=20181121190029712}
Capturing StillImage has started. Capture ID: 20181121190029712
Image Stored. Name: K1A_9186.PEF
USB storeThumbnail Transfer SUCCEEDED. DATA: {filePath=/tmp/filethjyMLthumb_K1A_9186.JPG}
Downloaded: /tmp/thumb18120453582043164520K1A_9186.PEF
Shooting interrupted on frame 2. Auto reconnecting and restarting.
USB DetectDevice Detected 1 devices. DATA: {USB Connection0=Connected, Firmware Version0=1.50, Model0=PENTAX K-1, Manufacturer0=RICOH IMAGING COMPANY LTD., Serial Number0=6370527, Detected Devices=1}
USB ConnectCamera Connection SUCCEED
USB SetSock
USB GetAllSettings Retrieval succeeded. DATA: {availableCaptureMethod=Movie|StillImage, availableShutterSpeed=30|20|15|10|8|6|4|3|2|1.5|1|0.7|0.5|0.3|1/4|1/6|1/8|1/10|1/15|1/20|1/30|1/45|1/60|1/90|1/125|1/180|1/250|1/350|1/500|1/750|1/1000|1/1500|1/2000|1/3000|1/4000|1/6000|1/8000|, currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, availableISO=100|200|400|800|1600|3200|6400|12800|25600|51200|102400|204800|, availableFNumber=4.5|5.6|6.7|8.0|9.5|11|13|16|19|22|, currentISO=1600, availableExposureCompensation=5.0|4.5|4.0|3.5|3.0|2.5|2.0|1.5|1.0|0.5|0.0|-0.5|-1.0|-1.5|-2.0|-2.5|-3.0|-3.5|-4.0|-4.5|-5.0|, currentCaptureMethod=StillImage}
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=20181121190113818}
Capturing StillImage has started. Capture ID: 20181121190113818
Image Stored. Name: K1A_9187.PEF
Capture Complete. Caputure ID: 20181121190113818
USB storeThumbnail Transfer SUCCEEDED. DATA: {filePath=/tmp/file4u7wj4thumb_K1A_9187.JPG}
Downloaded: /tmp/thumb16780626374634956284K1A_9187.PEF
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=20181121190123636}
Capturing StillImage has started. Capture ID: 20181121190123636
Image Stored. Name: K1A_9188.PEF
Capture Complete. Caputure ID: 20181121190123636
USB storeThumbnail Transfer SUCCEEDED. DATA: {filePath=/tmp/filey9vIsMthumb_K1A_9188.JPG}
Downloaded: /tmp/thumb7338345373847399168K1A_9188.PEF
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=20181121190133656}
Capturing StillImage has started. Capture ID: 20181121190133656
Image Stored. Name: K1A_9189.PEF
USB storeThumbnail Transfer SUCCEEDED. DATA: {filePath=/tmp/fileK8eCPUthumb_K1A_9189.JPG}
Downloaded: /tmp/thumb472160592922659208K1A_9189.PEF
Shooting interrupted on frame 4. Auto reconnecting and restarting.
USB DetectDevice Detected 1 devices. DATA: {USB Connection0=Connected, Firmware Version0=1.50, Model0=PENTAX K-1, Manufacturer0=RICOH IMAGING COMPANY LTD., Serial Number0=6370527, Detected Devices=1}
USB ConnectCamera Connection SUCCEED
USB SetSock
USB GetAllSettings Retrieval succeeded. DATA: {availableCaptureMethod=Movie|StillImage, availableShutterSpeed=30|20|15|10|8|6|4|3|2|1.5|1|0.7|0.5|0.3|1/4|1/6|1/8|1/10|1/15|1/20|1/30|1/45|1/60|1/90|1/125|1/180|1/250|1/350|1/500|1/750|1/1000|1/1500|1/2000|1/3000|1/4000|1/6000|1/8000|, currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, availableISO=100|200|400|800|1600|3200|6400|12800|25600|51200|102400|204800|, availableFNumber=4.5|5.6|6.7|8.0|9.5|11|13|16|19|22|, currentISO=1600, availableExposureCompensation=5.0|4.5|4.0|3.5|3.0|2.5|2.0|1.5|1.0|0.5|0.0|-0.5|-1.0|-1.5|-2.0|-2.5|-3.0|-3.5|-4.0|-4.5|-5.0|, currentCaptureMethod=StillImage}
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=20181121190217719}
Capturing StillImage has started. Capture ID: 20181121190217719
Image Stored. Name: K1A_9190.PEF
Capture Complete. Caputure ID: 20181121190217719
USB storeThumbnail Transfer SUCCEEDED. DATA: {filePath=/tmp/filequSEdUthumb_K1A_9190.JPG}
Downloaded: /tmp/thumb6730468497642215010K1A_9190.PEF
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=20181121190227839}
Capturing StillImage has started. Capture ID: 20181121190227839
Image Stored. Name: K1A_9191.PEF
USB storeThumbnail Transfer SUCCEEDED. DATA: {filePath=/tmp/fileYT5NUjthumb_K1A_9191.JPG}
Downloaded: /tmp/thumb17731488180998444694K1A_9191.PEF
Shooting interrupted on frame 5. Auto reconnecting and restarting.
USB DetectDevice Detected 1 devices. DATA: {USB Connection0=Connected, Firmware Version0=1.50, Model0=PENTAX K-1, Manufacturer0=RICOH IMAGING COMPANY LTD., Serial Number0=6370527, Detected Devices=1}
USB ConnectCamera Connection SUCCEED
USB SetSock
USB GetAllSettings Retrieval succeeded. DATA: {availableCaptureMethod=Movie|StillImage, availableShutterSpeed=30|20|15|10|8|6|4|3|2|1.5|1|0.7|0.5|0.3|1/4|1/6|1/8|1/10|1/15|1/20|1/30|1/45|1/60|1/90|1/125|1/180|1/250|1/350|1/500|1/750|1/1000|1/1500|1/2000|1/3000|1/4000|1/6000|1/8000|, currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, availableISO=100|200|400|800|1600|3200|6400|12800|25600|51200|102400|204800|, availableFNumber=4.5|5.6|6.7|8.0|9.5|11|13|16|19|22|, currentISO=1600, availableExposureCompensation=5.0|4.5|4.0|3.5|3.0|2.5|2.0|1.5|1.0|0.5|0.0|-0.5|-1.0|-1.5|-2.0|-2.5|-3.0|-3.5|-4.0|-4.5|-5.0|, currentCaptureMethod=StillImage}
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=20181121190311824}
Capturing StillImage has started. Capture ID: 20181121190311824
Image Stored. Name: K1A_9192.PEF
Capture Complete. Caputure ID: 20181121190311824
USB storeThumbnail Transfer SUCCEEDED. DATA: {filePath=/tmp/fileAdAWMAthumb_K1A_9192.JPG}
Downloaded: /tmp/thumb1554843813228464779K1A_9192.PEF
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=20181121190321833}
Capturing StillImage has started. Capture ID: 20181121190321833
Image Stored. Name: K1A_9193.PEF
Capture Complete. Caputure ID: 20181121190321833
USB storeThumbnail Transfer SUCCEEDED. DATA: {filePath=/tmp/fileqgdpAhthumb_K1A_9193.JPG}
Downloaded: /tmp/thumb6568674601096842898K1A_9193.PEF
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=20181121190331844}
Capturing StillImage has started. Capture ID: 20181121190331844
Image Stored. Name: K1A_9194.PEF
USB storeThumbnail Transfer SUCCEEDED. DATA: {filePath=/tmp/file6ztJCothumb_K1A_9194.JPG}
Downloaded: /tmp/thumb10396654192833563672K1A_9194.PEF
Shooting interrupted on frame 7. Auto reconnecting and restarting.
USB DetectDevice Detected 1 devices. DATA: {USB Connection0=Connected, Firmware Version0=1.50, Model0=PENTAX K-1, Manufacturer0=RICOH IMAGING COMPANY LTD., Serial Number0=6370527, Detected Devices=1}
USB ConnectCamera Connection SUCCEED
USB SetSock
USB GetAllSettings Retrieval succeeded. DATA: {availableCaptureMethod=Movie|StillImage, availableShutterSpeed=30|20|15|10|8|6|4|3|2|1.5|1|0.7|0.5|0.3|1/4|1/6|1/8|1/10|1/15|1/20|1/30|1/45|1/60|1/90|1/125|1/180|1/250|1/350|1/500|1/750|1/1000|1/1500|1/2000|1/3000|1/4000|1/6000|1/8000|, currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, availableISO=100|200|400|800|1600|3200|6400|12800|25600|51200|102400|204800|, availableFNumber=4.5|5.6|6.7|8.0|9.5|11|13|16|19|22|, currentISO=1600, availableExposureCompensation=5.0|4.5|4.0|3.5|3.0|2.5|2.0|1.5|1.0|0.5|0.0|-0.5|-1.0|-1.5|-2.0|-2.5|-3.0|-3.5|-4.0|-4.5|-5.0|, currentCaptureMethod=StillImage}
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=2018112119041656}
Capturing StillImage has started. Capture ID: 2018112119041656
Image Stored. Name: K1A_9195.PEF
Capture Complete. Caputure ID: 2018112119041656
USB storeThumbnail Transfer SUCCEEDED. DATA: {filePath=/tmp/file6XQBqnthumb_K1A_9195.JPG}
Downloaded: /tmp/thumb15570684889083441480K1A_9195.PEF
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=20181121190425954}
Capturing StillImage has started. Capture ID: 20181121190425954
Image Stored. Name: K1A_9196.PEF
USB storeThumbnail Transfer SUCCEEDED. DATA: {filePath=/tmp/file8CfF3Lthumb_K1A_9196.JPG}
Downloaded: /tmp/thumb10204191786567505315K1A_9196.PEF
Shooting interrupted on frame 8. Auto reconnecting and restarting.
USB DetectDevice Detected 1 devices. DATA: {USB Connection0=Connected, Firmware Version0=1.50, Model0=PENTAX K-1, Manufacturer0=RICOH IMAGING COMPANY LTD., Serial Number0=6370527, Detected Devices=1}
USB ConnectCamera Connection SUCCEED
USB SetSock
USB GetAllSettings Retrieval succeeded. DATA: {availableCaptureMethod=Movie|StillImage, availableShutterSpeed=30|20|15|10|8|6|4|3|2|1.5|1|0.7|0.5|0.3|1/4|1/6|1/8|1/10|1/15|1/20|1/30|1/45|1/60|1/90|1/125|1/180|1/250|1/350|1/500|1/750|1/1000|1/1500|1/2000|1/3000|1/4000|1/6000|1/8000|, currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, availableISO=100|200|400|800|1600|3200|6400|12800|25600|51200|102400|204800|, availableFNumber=4.5|5.6|6.7|8.0|9.5|11|13|16|19|22|, currentISO=1600, availableExposureCompensation=5.0|4.5|4.0|3.5|3.0|2.5|2.0|1.5|1.0|0.5|0.0|-0.5|-1.0|-1.5|-2.0|-2.5|-3.0|-3.5|-4.0|-4.5|-5.0|, currentCaptureMethod=StillImage}
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=20181121190509884}
Capturing StillImage has started. Capture ID: 20181121190509884
Image Stored. Name: K1A_9197.PEF
USB storeThumbnail Transfer SUCCEEDED. DATA: {filePath=/tmp/files3Uum1thumb_K1A_9197.JPG}
Downloaded: /tmp/thumb1753099050866678050K1A_9197.PEF
Shooting interrupted on frame 8. Auto reconnecting and restarting.
USB DetectDevice Detected 1 devices. DATA: {USB Connection0=Connected, Firmware Version0=1.50, Model0=PENTAX K-1, Manufacturer0=RICOH IMAGING COMPANY LTD., Serial Number0=6370527, Detected Devices=1}
USB ConnectCamera Connection SUCCEED
USB SetSock
USB GetAllSettings Retrieval succeeded. DATA: {availableCaptureMethod=Movie|StillImage, availableShutterSpeed=30|20|15|10|8|6|4|3|2|1.5|1|0.7|0.5|0.3|1/4|1/6|1/8|1/10|1/15|1/20|1/30|1/45|1/60|1/90|1/125|1/180|1/250|1/350|1/500|1/750|1/1000|1/1500|1/2000|1/3000|1/4000|1/6000|1/8000|, currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, availableISO=100|200|400|800|1600|3200|6400|12800|25600|51200|102400|204800|, availableFNumber=4.5|5.6|6.7|8.0|9.5|11|13|16|19|22|, currentISO=1600, availableExposureCompensation=5.0|4.5|4.0|3.5|3.0|2.5|2.0|1.5|1.0|0.5|0.0|-0.5|-1.0|-1.5|-2.0|-2.5|-3.0|-3.5|-4.0|-4.5|-5.0|, currentCaptureMethod=StillImage}
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=20181121190553798}
Capturing StillImage has started. Capture ID: 20181121190553798
Image Stored. Name: K1A_9198.PEF
Capture Complete. Caputure ID: 20181121190553798
USB storeThumbnail Transfer SUCCEEDED. DATA: {filePath=/tmp/file0CTrC7thumb_K1A_9198.JPG}
Downloaded: /tmp/thumb485400228700226196K1A_9198.PEF
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=20181121190603724}
Capturing StillImage has started. Capture ID: 20181121190603724
Image Stored. Name: K1A_9199.PEF
USB storeThumbnail Transfer SUCCEEDED. DATA: {filePath=/tmp/filekdY6HDthumb_K1A_9199.JPG}
Downloaded: /tmp/thumb813952205310569886K1A_9199.PEF
Shooting interrupted on frame 9. Auto reconnecting and restarting.
USB DetectDevice Detected 1 devices. DATA: {USB Connection0=Connected, Firmware Version0=1.50, Model0=PENTAX K-1, Manufacturer0=RICOH IMAGING COMPANY LTD., Serial Number0=6370527, Detected Devices=1}
USB ConnectCamera Connection SUCCEED
USB SetSock
USB GetAllSettings Retrieval succeeded. DATA: {availableCaptureMethod=Movie|StillImage, availableShutterSpeed=30|20|15|10|8|6|4|3|2|1.5|1|0.7|0.5|0.3|1/4|1/6|1/8|1/10|1/15|1/20|1/30|1/45|1/60|1/90|1/125|1/180|1/250|1/350|1/500|1/750|1/1000|1/1500|1/2000|1/3000|1/4000|1/6000|1/8000|, currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, availableISO=100|200|400|800|1600|3200|6400|12800|25600|51200|102400|204800|, availableFNumber=4.5|5.6|6.7|8.0|9.5|11|13|16|19|22|, currentISO=1600, availableExposureCompensation=5.0|4.5|4.0|3.5|3.0|2.5|2.0|1.5|1.0|0.5|0.0|-0.5|-1.0|-1.5|-2.0|-2.5|-3.0|-3.5|-4.0|-4.5|-5.0|, currentCaptureMethod=StillImage}
USB SetSettings Setting all settings succeeded. DATA: {currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, currentISO=1600}
USB StartCapture Capture OK DATA: {CaptureState=Executing, CaptureMethod=StillImage, CaptureID=20181121190647542}
Capturing StillImage has started. Capture ID: 20181121190647542
Image Stored. Name: K1A_9200.PEF
Capture Complete. Caputure ID: 20181121190647542
USB storeThumbnail Transfer SUCCEEDED. DATA: {filePath=/tmp/fileyCstq0thumb_K1A_9200.JPG}
USB GetAllSettings Retrieval succeeded. DATA: {availableCaptureMethod=Movie|StillImage, availableShutterSpeed=30|20|15|10|8|6|4|3|2|1.5|1|0.7|0.5|0.3|1/4|1/6|1/8|1/10|1/15|1/20|1/30|1/45|1/60|1/90|1/125|1/180|1/250|1/350|1/500|1/750|1/1000|1/1500|1/2000|1/3000|1/4000|1/6000|1/8000|, currentFNumber=5.6, currentShutterSpeed=1/250, currentExposureCompensation=0.0, availableISO=100|200|400|800|1600|3200|6400|12800|25600|51200|102400|204800|, availableFNumber=4.5|5.6|6.7|8.0|9.5|11|13|16|19|22|, currentISO=1600, availableExposureCompensation=5.0|4.5|4.0|3.5|3.0|2.5|2.0|1.5|1.0|0.5|0.0|-0.5|-1.0|-1.5|-2.0|-2.5|-3.0|-3.5|-4.0|-4.5|-5.0|, currentCaptureMethod=StillImage}
Downloaded: /tmp/thumb12401915192331300252K1A_9200.PEF
USB storeImage Transfer SUCCEEDED. DATA: {filePath=/tmp/fileUbl8VoK1A_9181.PEF}
Downloaded: /home/jb/Pictures/K1/K1A_9181.PEF
USB storeImage Transfer SUCCEEDED. DATA: {filePath=/tmp/fileCYf9h6K1A_9182.PEF}
Downloaded: /home/jb/Pictures/K1/K1A_9182.PEF
USB storeImage Transfer SUCCEEDED. DATA: {filePath=/tmp/fileuSpEr6K1A_9183.PEF}
Downloaded: /home/jb/Pictures/K1/K1A_9183.PEF
USB storeImage Transfer SUCCEEDED. DATA: {filePath=/tmp/fileCgtzbpK1A_9184.PEF}
Downloaded: /home/jb/Pictures/K1/K1A_9184.PEF
USB storeImage Transfer SUCCEEDED. DATA: {filePath=/tmp/fileeHFSr0K1A_9185.PEF}
Downloaded: /home/jb/Pictures/K1/K1A_9185.PEF
USB storeImage Transfer SUCCEEDED. DATA: {filePath=/tmp/fileep8bLUK1A_9186.PEF}
Downloaded: /home/jb/Pictures/K1/K1A_9186.PEF
USB storeImage Transfer SUCCEEDED. DATA: {filePath=/tmp/fileVpDnj8K1A_9187.PEF}
Downloaded: /home/jb/Pictures/K1/K1A_9187.PEF
USB storeImage Transfer SUCCEEDED. DATA: {filePath=/tmp/file8Zq6tDK1A_9188.PEF}
Downloaded: /home/jb/Pictures/K1/K1A_9188.PEF
USB storeImage Transfer SUCCEEDED. DATA: {filePath=/tmp/fileWpfarrK1A_9189.PEF}
Downloaded: /home/jb/Pictures/K1/K1A_9189.PEF
USB storeImage Transfer SUCCEEDED. DATA: {filePath=/tmp/fileYbZOmyK1A_9190.PEF}
Downloaded: /home/jb/Pictures/K1/K1A_9190.PEF
USB storeImage Transfer SUCCEEDED. DATA: {filePath=/tmp/fileD0WXoYK1A_9191.PEF}
Downloaded: /home/jb/Pictures/K1/K1A_9191.PEF
USB storeImage Transfer SUCCEEDED. DATA: {filePath=/tmp/fileQ05sYGK1A_9192.PEF}
Downloaded: /home/jb/Pictures/K1/K1A_9192.PEF
USB storeImage Transfer SUCCEEDED. DATA: {filePath=/tmp/filekXtcLIK1A_9193.PEF}
Downloaded: /home/jb/Pictures/K1/K1A_9193.PEF
USB storeImage Transfer SUCCEEDED. DATA: {filePath=/tmp/file08nsg3K1A_9194.PEF}
Downloaded: /home/jb/Pictures/K1/K1A_9194.PEF
USB storeImage Transfer SUCCEEDED. DATA: {filePath=/tmp/filexHL97GK1A_9195.PEF}
Downloaded: /home/jb/Pictures/K1/K1A_9195.PEF
USB storeImage Transfer SUCCEEDED. DATA: {filePath=/tmp/fileOvl5BDK1A_9196.PEF}
Downloaded: /home/jb/Pictures/K1/K1A_9196.PEF
USB storeImage Transfer SUCCEEDED. DATA: {filePath=/tmp/filePow0zTK1A_9197.PEF}
Downloaded: /home/jb/Pictures/K1/K1A_9197.PEF
USB storeImage Transfer SUCCEEDED. DATA: {filePath=/tmp/file6HsebtK1A_9198.PEF}
Downloaded: /home/jb/Pictures/K1/K1A_9198.PEF
USB storeImage Transfer SUCCEEDED. DATA: {filePath=/tmp/fileEjhYklK1A_9199.PEF}
Downloaded: /home/jb/Pictures/K1/K1A_9199.PEF
USB storeImage Transfer SUCCEEDED. DATA: {filePath=/tmp/fileCssQbxK1A_9200.PEF}
Downloaded: /home/jb/Pictures/K1/K1A_9200.PEF

---------- Post added 11-21-18 at 11:45 AM ----------

Oops, forgot to add that Abort Queue no longer hangs the program. Bravo!

Jack
Forum: Pentax DSLR Discussion 11-20-2018, 09:02 PM  
Introducing Pentax Wi-Fi & USB Tether by PentaxForums.com
Posted By jbinpg
Replies: 248
Views: 40,660
Hi, Adam. Finally got around to testing out the latest code. Looks good. Summary below:

Code version - v1.0.0 beta 12
OS - Ubuntu 18.10
java version - openjdk version "11.0.1" 2018-10-16
Connection mode - USB
Camera model - K-1 v1.50

- Camera timeout must be set to Off to avoid timeout detection by program which will reset the connection.
- All camera adjustments must be made before processing the queue. Once the queue processing has begun, no camera adjustments will be recognized by the program.
- Aborting the queue still results in a hung program. Best to let the queue finish processing. If you are doing tests, make them short.
- Once the queue finishes without an abort, the Add to Queue button will work but not before.
- All file transfers to designated folder take place after all frames have been taken. The frames are saved to a tmp folder until the queue is finished.

The addition of the queue slider label works perfectly and removes any guesswork by the user. File transfer to tmp folder is down to 4 seconds now for a 36M FF frame, faster than tmp ->selected save folder. Precision of interval of successive frame times is in the order of a few thousands of a second.

Jack
Forum: Pentax DSLR Discussion 11-20-2018, 02:26 AM  
Introducing Pentax Wi-Fi & USB Tether by PentaxForums.com
Posted By jbinpg
Replies: 248
Views: 40,660
OK, v1.0.0 beta 10 has fixed the GUI not instantiating. Thank you! But there are a few glitches:

1) No longer able to add current settings to the queue via Add to Queue.

2) Aborting the queue results in a hung GUI. Have to kill -9 it.

3) Long exposures/intervals result in untransferred files. A queue of 10 FF K-1 files using 30s exposures resulted in only 3 being transferred with a 60 second interval. I changed camera timeout to 3 minutes from 1 minute but it did not help. A short exposure/interval of 1/250s every 10 seconds results in all files being transferred.

Suggestion: The slider for selecting the interval either needs a readout of selected value or more scale marks on the slider. It lacks precision the way it is now.

USB is about 10x faster than WiFi as expected. A 36M FF file takes about 6 seconds to transfer.

Jack
Forum: Pentax DSLR Discussion 11-19-2018, 09:12 PM  
Introducing Pentax Wi-Fi & USB Tether by PentaxForums.com
Posted By jbinpg
Replies: 248
Views: 40,660
OK. Will watch for it.

Jack
Forum: Pentax DSLR Discussion 11-19-2018, 08:35 PM  
Introducing Pentax Wi-Fi & USB Tether by PentaxForums.com
Posted By jbinpg
Replies: 248
Views: 40,660
I switched to my M*300/4 lens and the GUI refused to come up. Here is the terminal output:

USB DetectDevice Detected 1 devices. DATA: {USB Connection0=Disconnected, Firmware Version0=1.50, Model0=PENTAX K-1, Manufacturer0=RICOH IMAGING COMPANY LTD., Serial Number0=6370527, Detected Devices=1}
USB ConnectCamera Connection SUCCEED
USB SetSock
USB GetAllSettings Retrieval succeeded. DATA: {availableCaptureMethod=Movie|StillImage, currentFNumber=null, currentShutterSpeed=30, currentExposureCompensation=0.0, currentISO=1600, currentCaptureMethod=StillImage}
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at pfpentaxtether.usb.USBCameraSetting.getUSBSetting(USBCameraSetting.java:50)
at pfpentaxtether.usb.PFRicohUSBSDKBridge.getSettings(PFRicohUSBSDKBridge.java:682)
at pfpentaxtether.usb.USBCamera.getCaptureSettings(USBCamera.java:387)
at pfpentaxtether.CameraConnectionModel.refreshCurrentSettings(CameraConnectionModel.java:463)
at pfpentaxtether.CameraConnectionModel.connect(CameraConnectionModel.java:665)
at pfpentaxtether.gui.MainGui.connect(MainGui.java:714)
at pfpentaxtether.gui.MainGui.(MainGui.java:147)
at startGui$1.run(startGui.java:58)
at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)

Note the exception thrown right after camera connection. Would this have anything to do with aperture not being available due to it being a manual lens?

Jack
Forum: Pentax DSLR Discussion 11-19-2018, 06:53 PM  
Introducing Pentax Wi-Fi & USB Tether by PentaxForums.com
Posted By jbinpg
Replies: 248
Views: 40,660
Ah, I keep forgetting to right-click on all the controls to see what else is available! Got it now. - Jack
Search took 0.00 seconds | Showing results 1 to 25 of 38

 
Forum Jump


All times are GMT -7. The time now is 06:58 AM. | See also: NikonForums.com, CanonForums.com part of our network of photo forums!
  • Red (Default)
  • Green
  • Gray
  • Dark
  • Dark Yellow
  • Dark Blue
  • Old Red
  • Old Green
  • Old Gray
  • Dial-Up Style
Hello! It's great to see you back on the forum! Have you considered joining the community?
register
Creating a FREE ACCOUNT takes under a minute, removes ads, and lets you post! [Dismiss]
Top