×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

New All Sky camera management software: indi-allsky

  • Posts: 401
  • Thank you received: 41
Do not worry, I have nothing crucial to hide, in fact, those settings are just the defaults. These are defaults cause I'm not pretty sure if I have to make changes - or even if I actually need them (?)

My whole system is on an SSD on RPI4 and I would like all the data to be stored locally on the SSD. Nothing special here.




PS. What are these?
1 year 1 week ago #91306
Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 255
  • Thank you received: 65
If you do not have any file transfer settings enabled, it should not be returning that error. Weird.

Those are the "orbs" that represent the sun (white) and moon (grey). In the default config, their location matches the local Hour Angle, where top center is your meridian. You can also set the orbs to represent Azimuth or Altitude (or disabled). The tick marks on the side represent the hour angle of the day/night boundary, 12 and 18 degrees below the horizon for the sun.
1 year 1 week ago #91309

Please Log in or Create an account to join the conversation.

  • Posts: 401
  • Thank you received: 41
If my previous screenshots point to the correct settings, there is no option to switch it off, just like the S3 uploading. Is there something I can do - or where to look - to find out why this is happening?





Thank you for the explanation, got it ;-)
1 year 1 week ago #91310
Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 255
  • Thank you received: 65
These are the settings for enabling/disabling standard uploads. If image upload is 0, it should not be trying to upload.

The following user(s) said Thank You: Euripides
1 year 1 week ago #91312
Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 80
  • Thank you received: 4
trying to use a remote indi server with the pyindilibcamera driver I get this error:
[ERROR] MainProcess allsky.unhandled_exception() #35: Type: <class 'indi_allsky.exceptions.TimeOutException'>
Mär 16 15:38:44 openmediavault python3[71288]: [ERROR] MainProcess allsky.unhandled_exception() #36: Value: Timeout finding control CCD_EXPOSURE
Mär 16 15:38:44 openmediavault python3[71288]: [ERROR] MainProcess allsky.unhandled_exception() #41: '  File "/home/admin/indi-allsky/allsky.py", line 119, in <module>\n    action_func(*args_list, **kwargs_dict)\n'
Mär 16 15:38:44 openmediavault python3[71288]: [ERROR] MainProcess allsky.unhandled_exception() #41: '  File "/home/admin/indi-allsky/indi_allsky/allsky.py", line 1011, in run\n    self._initialize()\n'
Mär 16 15:38:44 openmediavault python3[71288]: [ERROR] MainProcess allsky.unhandled_exception() #41: '  File "/home/admin/indi-allsky/indi_allsky/allsky.py", line 586, in _initialize\n    ccd_info = self.indiclient.getCcdInfo()\n'
Mär 16 15:38:44 openmediavault python3[71288]: [ERROR] MainProcess allsky.unhandled_exception() #41: '  File "/home/admin/indi-allsky/indi_allsky/camera/indi.py", line 497, in getCcdInfo\n    ctl_CCD_EXPOSURE = self.get_control(self._ccd_device, \'CCD_EXPOSURE\', \'number\')\n'
Mär 16 15:38:44 openmediavault python3[71288]: [ERROR] MainProcess allsky.unhandled_exception() #41: '  File "/home/admin/indi-allsky/indi_allsky/camera/indi.py", line 1184, in get_control\n    raise TimeOutException(\'Timeout finding control {0}\'.format(name))\n'
Mär 16 15:38:44 openmediavault systemd[8976]: indi-allsky.service: Main process exited, code=exited, status=1/FAILURE
CS, Markus
1 year 1 week ago #91315

Please Log in or Create an account to join the conversation.

  • Posts: 255
  • Thank you received: 65
That has to be a problem on the indi_pylibcamera server side. indi-allsky is just trying to find the exposure control. If the exposure control is not returned, then there is no way to take images.
1 year 1 week ago #91325

Please Log in or Create an account to join the conversation.

  • Posts: 401
  • Thank you received: 41
@AaronM Could you please explain how stack works?

For example, with those settings, does this means that it registers, aligns and stacks the last 5 images and shows the stacked on the latest?
Do I have to opt-in the stack split screen to view the stacked image?


1 year 1 week ago #91355
Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 255
  • Thank you received: 65
That is correct. It will retain the last 4 images in memory and align and stack them with the last (5th) image. The latest image will be the stacked image.

If you want to compare the unstacked and stacked images, you may enable the split screen, but it is not necessary.

Fair warning, alignment/registration can be an expensive process. It is also prone to problems, especially with clouds. A raspberry pi can probably do 3 images max in a 15 second window. I have only done this with 1920x1080 images on raspberry pi. I am not sure exactly what to expect with 4K images.
1 year 1 week ago #91356

Please Log in or Create an account to join the conversation.

  • Posts: 5
  • Thank you received: 0
Hi Aaron,

I think I have a problem: it seems that whatever config I set the photo always takes around 100 seconds between exposures. Exposure time is correct but the camera constantly stay busy for around 100 seconds. Take a look at the log:

<code>
Mar 21 21:03:18 allsky [INFO] MainProcess allsky._queueManualTasks() #2397: Checking for manually submitted tasks
Mar 21 21:03:18 allsky [INFO] MainProcess indi.getTelescopeRaDec() #844: Telescope Coord: RA 8.72, Dec 44.65
Mar 21 21:03:17 allsky [INFO] MainProcess allsky.detectMoonMode() #1575: Moon altitude: -27:44:31.0, phase 0.1%
Mar 21 21:03:17 allsky [INFO] MainProcess allsky.detectNight() #1558: Sun altitude: -26:53:55.4
Mar 21 21:03:17 allsky [INFO] MainProcess allsky.run() #1033: Exposure state: BUSY
Mar 21 21:03:17 allsky [INFO] MainProcess allsky.run() #1032: Camera last ready: 85.1s
Mar 21 21:03:06 allsky [INFO] MainProcess allsky._queueManualTasks() #2397: Checking for manually submitted tasks
Mar 21 21:03:06 allsky [INFO] MainProcess indi.getTelescopeRaDec() #844: Telescope Coord: RA 8.72, Dec 44.65
Mar 21 21:03:06 allsky [INFO] MainProcess allsky.detectMoonMode() #1575: Moon altitude: -27:42:52.0, phase 0.1%
Mar 21 21:03:06 allsky [INFO] MainProcess allsky.detectNight() #1558: Sun altitude: -26:52:13.3
Mar 21 21:03:06 allsky [INFO] MainProcess allsky.run() #1033: Exposure state: BUSY
Mar 21 21:03:06 allsky [INFO] MainProcess allsky.run() #1032: Camera last ready: 74.0s
Mar 21 21:02:55 allsky [INFO] MainProcess allsky._queueManualTasks() #2397: Checking for manually submitted tasks
Mar 21 21:02:55 allsky [INFO] MainProcess indi.getTelescopeRaDec() #844: Telescope Coord: RA 8.72, Dec 44.65
Mar 21 21:02:55 allsky [INFO] MainProcess allsky.detectMoonMode() #1575: Moon altitude: -27:41:13.0, phase 0.1%
Mar 21 21:02:55 allsky [INFO] MainProcess allsky.detectNight() #1558: Sun altitude: -26:50:31.2
Mar 21 21:02:55 allsky [INFO] MainProcess allsky.run() #1033: Exposure state: BUSY
Mar 21 21:02:55 allsky [INFO] MainProcess allsky.run() #1032: Camera last ready: 62.8s
Mar 21 21:02:44 allsky [INFO] MainProcess allsky._queueManualTasks() #2397: Checking for manually submitted tasks
Mar 21 21:02:44 allsky [INFO] MainProcess indi.getTelescopeRaDec() #844: Telescope Coord: RA 8.71, Dec 44.65
Mar 21 21:02:44 allsky [INFO] MainProcess allsky.detectMoonMode() #1575: Moon altitude: -27:39:34.0, phase 0.1%
Mar 21 21:02:44 allsky [INFO] MainProcess allsky.detectNight() #1558: Sun altitude: -26:48:49.1
Mar 21 21:02:44 allsky [INFO] MainProcess allsky.run() #1033: Exposure state: BUSY
Mar 21 21:02:44 allsky [INFO] MainProcess allsky.run() #1032: Camera last ready: 51.7s
Mar 21 21:02:33 allsky [INFO] MainProcess allsky._queueManualTasks() #2397: Checking for manually submitted tasks
Mar 21 21:02:33 allsky [INFO] MainProcess indi.getTelescopeRaDec() #844: Telescope Coord: RA 8.71, Dec 44.65
Mar 21 21:02:33 allsky [INFO] MainProcess allsky.detectMoonMode() #1575: Moon altitude: -27:37:55.0, phase 0.1%
Mar 21 21:02:33 allsky [INFO] MainProcess allsky.detectNight() #1558: Sun altitude: -26:47:06.9
Mar 21 21:02:33 allsky [INFO] MainProcess allsky.run() #1033: Exposure state: BUSY
Mar 21 21:02:33 allsky [INFO] MainProcess allsky.run() #1032: Camera last ready: 40.6s
Mar 21 21:02:22 allsky [INFO] MainProcess allsky._queueManualTasks() #2397: Checking for manually submitted tasks
Mar 21 21:02:22 allsky [INFO] MainProcess indi.getTelescopeRaDec() #844: Telescope Coord: RA 8.71, Dec 44.65
Mar 21 21:02:22 allsky [INFO] MainProcess allsky.detectMoonMode() #1575: Moon altitude: -27:36:15.8, phase 0.1%
Mar 21 21:02:22 allsky [INFO] MainProcess allsky.detectNight() #1558: Sun altitude: -26:45:24.7
Mar 21 21:02:22 allsky [INFO] MainProcess allsky.run() #1033: Exposure state: BUSY
Mar 21 21:02:22 allsky [INFO] MainProcess allsky.run() #1032: Camera last ready: 29.4s
Mar 21 21:02:11 allsky [INFO] MainProcess allsky._queueManualTasks() #2397: Checking for manually submitted tasks
Mar 21 21:02:11 allsky [INFO] MainProcess indi.getTelescopeRaDec() #844: Telescope Coord: RA 8.70, Dec 44.65
Mar 21 21:02:11 allsky [INFO] MainProcess allsky.detectMoonMode() #1575: Moon altitude: -27:34:36.7, phase 0.1%
Mar 21 21:02:11 allsky [INFO] MainProcess allsky.detectNight() #1558: Sun altitude: -26:43:42.4
Mar 21 21:02:11 allsky [INFO] MainProcess allsky.run() #1033: Exposure state: BUSY
Mar 21 21:02:11 allsky [INFO] MainProcess allsky.run() #1032: Camera last ready: 18.3s
Mar 21 21:02:00 allsky [INFO] MainProcess allsky._queueManualTasks() #2397: Checking for manually submitted tasks
Mar 21 21:02:00 allsky [INFO] MainProcess indi.getTelescopeRaDec() #844: Telescope Coord: RA 8.70, Dec 44.65
Mar 21 21:01:59 allsky [INFO] MainProcess allsky.detectMoonMode() #1575: Moon altitude: -27:32:57.4, phase 0.1%
Mar 21 21:01:59 allsky [INFO] MainProcess allsky.detectNight() #1558: Sun altitude: -26:42:00.0
Mar 21 21:01:59 allsky [INFO] MainProcess allsky._fileUploadWorkerStart() #893: Starting FileUploader process 3
Mar 21 21:01:59 allsky [INFO] MainProcess allsky._startVideoWorker() #830: Starting VideoWorker process 3
Mar 21 21:01:59 allsky [INFO] MainProcess allsky._startImageWorker() #765: Starting ImageWorker process 3
Mar 21 21:01:59 allsky [INFO] MainProcess allsky.run() #1033: Exposure state: BUSY
Mar 21 21:01:59 allsky [INFO] MainProcess allsky.run() #1032: Camera last ready: 6.6s
Mar 21 21:01:58 allsky [INFO] MainProcess allsky.run() #1243: Total time since last exposure 102.6227 s
Mar 21 21:01:57 allsky [INFO] MainProcess libcamera.setCcdExposure() #192: image command: libcamera-still --immediate --nopreview --encoding png --quality 100 --gain 1 --shutter 20000000 --metadata /tmp/tmppgwpi5tu.json --metadata-format json --output /tmp/tmpuu555usk.png
Mar 21 21:01:57 allsky [INFO] MainProcess allsky.shoot() #1795: Taking 20.00000000 s exposure (gain 1)
Mar 21 21:01:57 allsky [WARNING] MainProcess allsky.periodic_tasks() #976: Periodic tasks triggered
Mar 21 21:01:57 allsky [WARNING] FileUploader002 uploader.saferun() #118: Goodbye
Mar 21 21:01:57 allsky [INFO] MainProcess allsky._fileUploadWorkerStop() #939: Stopping FileUploadWorker process
Mar 21 21:01:57 allsky [WARNING] VideoWorker002 video.saferun() #154: Goodbye
Mar 21 21:01:57 allsky [INFO] MainProcess allsky._stopVideoWorker() #866: Stopping VideoWorker process
Mar 21 21:01:57 allsky [WARNING] ImageWorker002 image.saferun() #225: Goodbye
Mar 21 21:01:57 allsky [INFO] ImageWorker002 miscDb.addImage() #171: Adding image /var/www/html/allsky/images/ccd_8b13b96a-4d49-4f70-973a-d45ce2c507e9/20230321/night/21_21/ccd1_20230321_210152.jpg to DB
Mar 21 21:01:57 allsky [INFO] ImageWorker002 image.write_img() #1081: Image compressed in 0.4248 s
Mar 21 21:01:57 allsky [INFO] ImageWorker002 image.processImage() #426: Image processed in 4.5321 s
Mar 21 21:01:56 allsky [INFO] ImageWorker002 image.white_balance_manual_bgr() #2151: Applying manual color balance settings
Mar 21 21:01:55 allsky [INFO] ImageWorker002 scnr.maximum_neutral() #89: SCNR maximum neutral in 0.0178 s
Mar 21 21:01:55 allsky [INFO] ImageWorker002 stars.detectObjects() #86: Found 4 objects
Mar 21 21:01:55 allsky [INFO] ImageWorker002 stars.detectObjects() #84: Star detection in 1.4790 s
Mar 21 21:01:54 allsky [INFO] ImageWorker002 detectLines.detectLines() #81: Detected 0 lines
Mar 21 21:01:54 allsky [INFO] ImageWorker002 detectLines.detectLines() #78: Line detection in 0.1695 s
Mar 21 21:01:53 allsky [WARNING] ImageWorker002 image.recalculate_exposure() #1309: New calculated exposure: 20.000000
Mar 21 21:01:53 allsky [INFO] ImageWorker002 image.calculate_histogram() #1213: Brightness average: 43.57
Mar 21 21:01:53 allsky [INFO] ImageWorker002 image.processImage() #323: Image: 4056 x 3040
Mar 21 21:01:53 allsky [INFO] ImageWorker002 sqm.calculate() #42: Weighted SQM average: 40.74
Mar 21 21:01:53 allsky [INFO] ImageWorker002 sqm.calculate() #37: Raw SQM average: 40.74
Mar 21 21:01:53 allsky [INFO] ImageWorker002 sqm.calculate() #21: Exposure: 20.000000, gain: 1
Mar 21 21:01:53 allsky [WARNING] ImageWorker002 image._calibrate() #1844: Dark not found: ccd1 8bit 20.0000000s gain 1 bin 2 16.00c
Mar 21 21:01:53 allsky [WARNING] ImageWorker002 image._calibrate() #1826: Temperature matched dark not found: 16.00c
Mar 21 21:01:53 allsky [INFO] ImageWorker002 image._calibrate() #1809: Searching for dark frame: gain 1, exposure >= 20.0, temp >= 16.0c
Mar 21 21:01:53 allsky [WARNING] ImageWorker002 image._calibrate() #1797: Bad Pixel Map not found: ccd1 8bit 20.0000000s gain 1 bin 2 16.00c
Mar 21 21:01:53 allsky [WARNING] ImageWorker002 image._calibrate() #1779: Temperature matched bad pixel map not found: 16.00c
Mar 21 21:01:53 allsky [INFO] ImageWorker002 image._calibrate() #1762: Searching for bad pixel map: gain 1, exposure >= 20.0, temp >= 16.0c
Mar 21 21:01:53 allsky [INFO] ImageWorker002 image._detectBitDepth() #1706: Image max value: 255
Mar 21 21:01:53 allsky [INFO] ImageWorker002 image.add() #1653: Image bits: 8, cfa: None
Mar 21 21:01:52 allsky [INFO] MainProcess allsky._stopImageWorker() #808: Stopping ImageWorker process
Mar 21 21:01:52 allsky [WARNING] MainProcess allsky.run() #1206: Restarting processes
Mar 21 21:01:52 allsky [INFO] MainProcess allsky.run() #1174: Exposure received in 102.6227 s (82.6227)
Mar 21 21:01:48 allsky [INFO] MainProcess allsky._queueManualTasks() #2397: Checking for manually submitted tasks
Mar 21 21:01:48 allsky [INFO] MainProcess indi.getTelescopeRaDec() #844: Telescope Coord: RA 8.70, Dec 44.65
Mar 21 21:01:48 allsky [INFO] MainProcess allsky.detectMoonMode() #1575: Moon altitude: -27:31:12.8, phase 0.1%
Mar 21 21:01:48 allsky [INFO] MainProcess allsky.detectNight() #1558: Sun altitude: -26:40:12.1
Mar 21 21:01:48 allsky [INFO] MainProcess allsky.run() #1033: Exposure state: BUSY
Mar 21 21:01:48 allsky [INFO] MainProcess allsky.run() #1032: Camera last ready: 98.0s
</code>

Any idea? Any hint on how to try to reset the config?

MS
1 year 6 days ago #91390

Please Log in or Create an account to join the conversation.

  • Posts: 5
  • Thank you received: 0
Hi Aaron,

it seems that I messed something in the config: I set maximum exposure to 15 secs but the system takes around 80 secs between images. Delay in config is 5 seconds so I can't seem to understand the problem, maybe something hung in the config on the DB?
Mar 21 22:48:27 allsky [INFO] MainProcess allsky.run() #1243: Total time since last exposure 77.5747 s
Mar 21 22:48:27 allsky [INFO] MainProcess libcamera.setCcdExposure() #192: image command: libcamera-still --immediate --nopreview --encoding png --quality 100 --gain 1 --shutter 15000000 --metadata /tmp/tmp0x1qip2e.json --metadata-format json --output /tmp/tmpxxsgmj93.png
Mar 21 22:48:27 allsky [INFO] MainProcess allsky.shoot() #1795: Taking 15.00000000 s exposure (gain 1)
Mar 21 22:48:27 allsky [WARNING] FileUploader008 uploader.saferun() #118: Goodbye
Mar 21 22:48:27 allsky [INFO] MainProcess allsky._fileUploadWorkerStop() #939: Stopping FileUploadWorker process
Mar 21 22:48:27 allsky [WARNING] VideoWorker008 video.saferun() #154: Goodbye
Mar 21 22:48:27 allsky [INFO] MainProcess allsky._stopVideoWorker() #866: Stopping VideoWorker process
Mar 21 22:48:27 allsky [WARNING] ImageWorker008 image.saferun() #225: Goodbye
Mar 21 22:48:27 allsky [INFO] ImageWorker008 miscDb.addImage() #171: Adding image /var/www/html/allsky/images/ccd_8b13b96a-4d49-4f70-973a-d45ce2c507e9/20230321/night/21_22/ccd1_20230321_224814.jpg to DB
Mar 21 22:48:27 allsky [INFO] ImageWorker008 image.write_img() #1081: Image compressed in 0.4221 s
Mar 21 22:48:26 allsky [INFO] ImageWorker008 image.processImage() #426: Image processed in 12.5726 s
Mar 21 22:48:25 allsky [INFO] ImageWorker008 image.white_balance_manual_bgr() #2151: Applying manual color balance settings
Mar 21 22:48:25 allsky [INFO] ImageWorker008 scnr.maximum_neutral() #89: SCNR maximum neutral in 0.0177 s
Mar 21 22:48:25 allsky [INFO] ImageWorker008 stars.detectObjects() #86: Found 169 objects
Mar 21 22:48:25 allsky [INFO] ImageWorker008 stars.detectObjects() #84: Star detection in 1.5143 s
Mar 21 22:48:23 allsky [INFO] ImageWorker008 detectLines.detectLines() #81: Detected 0 lines
Mar 21 22:48:23 allsky [INFO] ImageWorker008 detectLines.detectLines() #78: Line detection in 0.2059 s
Mar 21 22:48:23 allsky [WARNING] ImageWorker008 image.recalculate_exposure() #1309: New calculated exposure: 15.000000
Mar 21 22:48:23 allsky [INFO] ImageWorker008 image.calculate_histogram() #1213: Brightness average: 23.81
Mar 21 22:48:22 allsky [INFO] ImageWorker008 image.processImage() #323: Image: 4056 x 3040
Mar 21 22:48:22 allsky [INFO] ImageWorker008 image.stack() #1994: Stacked 3 images (maximum) in 0.4199 s
Mar 21 22:48:22 allsky [ERROR] ImageWorker008 image.stack() #1968: Registration exceeded the exposure period, cancel alignment
Mar 21 22:48:19 allsky [INFO] ImageWorker008 stack.register() #152: Registration Matches: 9, Rotation: -0.001281, Translation: (-6.598205, 2.253958), Scale: 1.001522
Mar 21 22:48:14 allsky [INFO] ImageWorker008 sqm.calculate() #42: Weighted SQM average: 20.68
Mar 21 22:48:14 allsky [INFO] ImageWorker008 sqm.calculate() #37: Raw SQM average: 20.68
Mar 21 22:48:14 allsky [INFO] ImageWorker008 sqm.calculate() #21: Exposure: 15.000000, gain: 1
Mar 21 22:48:14 allsky [WARNING] ImageWorker008 image._calibrate() #1844: Dark not found: ccd1 8bit 15.0000000s gain 1 bin 2 15.00c
Mar 21 22:48:14 allsky [WARNING] ImageWorker008 image._calibrate() #1826: Temperature matched dark not found: 15.00c
Mar 21 22:48:14 allsky [INFO] ImageWorker008 image._calibrate() #1809: Searching for dark frame: gain 1, exposure >= 15.0, temp >= 15.0c
Mar 21 22:48:14 allsky [WARNING] ImageWorker008 image._calibrate() #1797: Bad Pixel Map not found: ccd1 8bit 15.0000000s gain 1 bin 2 15.00c
Mar 21 22:48:14 allsky [WARNING] ImageWorker008 image._calibrate() #1779: Temperature matched bad pixel map not found: 15.00c
Mar 21 22:48:14 allsky [INFO] ImageWorker008 image._calibrate() #1762: Searching for bad pixel map: gain 1, exposure >= 15.0, temp >= 15.0c
Mar 21 22:48:14 allsky [INFO] ImageWorker008 image._detectBitDepth() #1706: Image max value: 255
1 year 6 days ago #91392

Please Log in or Create an account to join the conversation.

  • Posts: 255
  • Thank you received: 65
This is what happens with libcamera when you run in JPEG/PNG mode (instead of DNG mode). libcamera's auto white balance and color correction cause the program to run for long periods of time. If you run in DNG raw mode, this does not happen.

I can only assume the same thing happens in TJ's all sky software, but I have not tried.
The following user(s) said Thank You: Michele
1 year 6 days ago #91405

Please Log in or Create an account to join the conversation.

  • Posts: 535
  • Thank you received: 109
I've been following this post since it was created, knowing that I wanted to set it up. I finally got my old ASI290MC back from a friend, and proceeded to get some parts together. My goal for this build was to have something mobile, such that when I visit other places with better skies than mine, I could take it along.

The result of the effort on the hardware side is a PVC setup with a built-in tent spike for the ground that looks like this:



Inside the contraption is the camera, an RPi 4b+ and the power supply. An extension cord was added with the connection to the Pi power supply inside of the enclosure to protect it. I ended up cracking the dome when assembling, so have a different one ready to go.

The software has been working very well once connected, and the hardware is working as good as can be expected for an ageing CMOS camera with plenty of stuck pixels.

Thank you to everyone that helped make the software what it is today!



From this image, some observations:

1. my image sensor in the ASI290MC seems to not be centered with the lens. The right side of the image shows the barrel of the lens holder, and the left side does not. Not sure there is much that can be done here, maybe the circular cropping of the image would make it look better.
2. light pollution and clouds, yay.
3. my dome has glare, some possibly from the crack, some from the white surface. The PVC is not painted yet. I would go with a dark color, but then it will probably get too hot, and if I find a place in the shade during the day, that means part of the sky is obstructed.
4. daytime captures are great, clouds do crazy dances in timelapse
5. it would be nice if there was a way to send items that may not have uploaded correctly, from the viewer. Perhaps a `send this video` type link on each video that would match your criteria for the File Transfer configuration. I had some videos that did not get sent due to configuration issues, but I am not finding a way to send them later other than deleting them and re-creating them.
6. any of the text items that change as the image is being created overwrite each other in the top right, making a bit of a mess. Is this something I can configure around? If that data is written into the picture part of the image, there probably isn't much that can be done, but maybe that info can just be in the metadata part of the image, like EXIF? In this way, star trails and similar composite images would not be affected, but individual images could still display the information, or at least contain it?
7. My lens is only 150 degree. What cameras and lenses are people using to see closer to 170 degree?
8. Finally (geez), is there a place where people have been sharing images and videos created with this software?
11 months 2 weeks ago #91929
Attachments:

Please Log in or Create an account to join the conversation.

Time to create page: 1.610 seconds