goprocam 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/constants.rb +12 -12
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 961380887bd74224309f163d264ab473ef19cde4
|
|
4
|
+
data.tar.gz: 24743be1eab5716e6ff56c762ed5fa496915046d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3f8fd9d11770a2aec82ea641de92663183ec5d0aac77523538c40a9077589f0c04af9398e018b7f58e66169010f9fdbbb3701159f3a711c2b7030dbbf95d6eba
|
|
7
|
+
data.tar.gz: 23ca81318161b353f79145f33e9b64dff6662442f2aed2a4160c801a4b232d56d82f04de3dc306fc3321fa6722eec1e3020e2e7d6a13f6dd349c5385a1ccbc2e
|
data/lib/constants.rb
CHANGED
|
@@ -287,12 +287,12 @@ class Photo
|
|
|
287
287
|
NIGHT_PHOTO_EXP="19"
|
|
288
288
|
class NightPhotoExp
|
|
289
289
|
ExpAuto="0"
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
290
|
+
Exp2Sec="1"
|
|
291
|
+
Exp5Sec="2"
|
|
292
|
+
Exp10Sec="3"
|
|
293
|
+
Exp15Sec="4"
|
|
294
|
+
Exp20Sec="5"
|
|
295
|
+
Exp30Sec="6"
|
|
296
296
|
end
|
|
297
297
|
CONTINUOUS_PHOTO_RATE="18"
|
|
298
298
|
class ContinuousPhotoRate
|
|
@@ -387,12 +387,12 @@ class Multishot
|
|
|
387
387
|
NIGHT_LAPSE_EXP="31"
|
|
388
388
|
class NightLapseExp
|
|
389
389
|
ExpAuto="0"
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
390
|
+
Exp2Sec="1"
|
|
391
|
+
Exp5Sec="2"
|
|
392
|
+
Exp10Sec="3"
|
|
393
|
+
Exp15Sec="4"
|
|
394
|
+
Exp20Sec="5"
|
|
395
|
+
Exp30Sec="6"
|
|
396
396
|
end
|
|
397
397
|
NIGHT_LAPSE_INTERVAL="32"
|
|
398
398
|
class NightLapseInterval
|