(Full Details : https://spacestationguys.com/spom/#2025january)
You can see a bit more about the process here : https://www.facebook.com/reel/1825851937956314
Charline and I worked together on how to capture HDR data of the ISS and how to process that data - she did all the hard work of coming up with the initial idea and actually being in the right place at the right time to image the ISS. All I had to do was the easy part of making a few tweaks so that SharpCap could be used as part of the project.
I'm not going to try covering how to actually image the ISS in the first place - just how to modify the normal imaging procedure to allow for an HDR capture and then how to process the resulting data to extract the bright and dim portions of the capture into separate files.
The HDR Script
The first stage is to use the SharpCap Python script below during capture. The script will change the camera exposure regularly (by default every 0.2s) between a dim and bright setting - this means that the capture will contain portions at the bright and dim camera settings that will need to be separated out later. If, for instance, you are imaging at about 100fps, you will have about 20 bright frames, followed by 20 dim frames, repeating for the duration of the capture.
To use this file, do the following:
- Save it to your PC somewhere
- Make sure you have a recent copy of SharpCap and a SharpCap Pro license (SharpCap Pro is required to use the built in Python scripting system)
- In SharpCap, go to the 'Scripting' menu, then 'Run Script', then browse for the .py file and let SharpCap run it
Using the Script
Pressing the 'HDR' button will activate the HDR mode switching between dim and bright versions of the same image. Pressing 'Stop' will stop the HDR exposure changing effect.
You need to have the camera open and the camera settings set up before using the 'HDR' button. In fact, you should set up the gain/exposure of the camera to properly expose the brightest parts of the image - that's because the HDR function will alternate between the exposure you set and one that is 5 times longer (and therefore a 5x brighter image), so your initial settings need to properly expose the highlights - the brighter parts will get the detail in the shadows.
Once you have the HDR function running and the camera switching between bright and dark regularly, just use the 'Start Capture' or 'Quick Capture' function in SharpCap as usual to capture to SER file and capture your video.
I will cover processing the HDR video into separate chunks of bright and dim frames in the next post - on the capturing side there are a last few things to mention...
Customizing HDR Capture
* You can edit the 'ratio' and 'delay' values in the python script to change how much brighter the script makes the bright sections of the video (default 5 times) and how long between exposure changes (default 0.2s). Best to close and re-open SharpCap, then re-run the script after this sort of change
* You can set up SharpCap to automatically load the HDR script at startup - see https://docs.sharpcap.co.uk/4.1/#Start-up%20Scripts for details on how to add/remove and manage 'start up scripts' that run when SharpCap starts.
cheers,
Robin