Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
naixx committed Jun 9, 2024
1 parent d95db09 commit 7824453
Showing 1 changed file with 18 additions and 8 deletions.
26 changes: 18 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,33 @@
This fork is intended to make the VIEW intervalometer more stable, predictable in ramping, alghoritms and eliminate bugfixes. I can only support sony cameras since I'm able to test it only on Sony A6300 and A6600.
This fork aims to enhance the stability and predictability of the VIEW intervalometer, refine its ramping algorithms, and eliminate bugs. I can only provide support for Sony cameras as I have tested it solely on the Sony A6300 and A6600.

For now, I understand in general how VIEW works, what algorithm is used, and why it can go extremely dark or light. As for now, I see that the estimated ramping should be different, the histogram and luminance are incorrect, hightlights protection calculations can produce underexposure, so it is better to turn it off. Further investigations are required.
Currently, I have a general understanding of how VIEW operates, the algorithms involved, and why it may sometimes produce extreme light or dark exposures. At present, it appears that the estimated ramping needs adjustment, and issues with the histogram and luminance calculations are causing inaccuracies. Highlight protection calculations may result in underexposure, so it's advisable to disable this feature. Further investigation is necessary.

Releases are provided AS IS. I've already soft bricked my VIEW during development and spent some nervous nights trying to restore it. The provided releases were tested to run on my view. Just download archieve on your SD card and install an update via `Firmware Update` menu. If anything goes wrong, refer to troubleshooting in official docs to rollback to other versions.Feel free to contact me to discuss ideas, VIEW development and further enhancements.
Please note that the releases are provided 'AS IS.' During development, I inadvertently caused a soft brick on my VIEW and spent several anxious nights trying to recover it. The provided releases have been tested on my own device. Simply download the archive onto your SD card and install the update via the 'Firmware Update' menu. In case of any issues, consult the troubleshooting section in the official documentation to revert to previous versions. Feel free to reach out to discuss ideas, VIEW development, and future enhancements.
## Changes
### 1.8.52
* Implemented a new method for calculating the histogram. Past experiences highlighted many overexposed timelapses due to incorrect histogram calculations, leading to failures in actual highlights protection algorithms. Day and night luminance calculations are now more precise, based on the YUV colorspace formula. Adjust your luminance references accordingly for `day` and `night`.
* Revised the `sunrise ramping algorithm`. Previously, the algorithm sometimes hesitated to adjust to the increasing light levels in the mornings. It has been modified to ramp faster towards brighter conditions.
* Enhanced camera exposure values in balance mode (`S=A=I`). If previous change in one direction was of the same parameter, then the opposite direction change will be of the same parameter. Except iso in up direction, we want it to ramp as quickly as possible.
For instance, transitioning to darkness with the previous algorithm: `6s 5.6f`, `8s 5.6f`(s), `8s 4f`(a), `10s 4f`(s) -> transitioning light -> `10s 5.6f`(a) -> transitioning dark -> `12s 5.6f`(s). Notice that the shutter and aperture change sequentially, which can lead to a peculiar situation where you may end up with a longer shutter speed instead of a wider aperture at night.
The new algorithm will maintain the adjusted parameter sequence: `6s 5.6f`, `8s 5.6f`(s), `8s 4f`(a), `10s 4f`(s) -> transitioning light -> `8s 4f`(s) -> transitioning dark -> `10s 4f`(s). Notice that the `aperture remains unchanged` as the EV decreases and increases.
* In balance mode (`S=A=I`), ISO will consistently be the last parameter to change when transitioning to darker settings and the first parameter to adjust when transitioning to brighter settings.

TODO:

## TODO:
* video advance in clips via knob
* histogram in capture and exposure
* mobile app build
* histogram and luminance in capture and exposure screen
* new mobile app
* new cameras?
* make aperture changes not so quick as it is now, but scaled to the number of shutter changes

------------------------------------------
<img alt="Timelapse+ VIEW Intervalometer" src="https://static1.squarespace.com/static/5318bacfe4b03ba2018b9945/5318bdcce4b04f773bfbb207/585c56295016e19f2cbefd4a/1482446382681/284A7536.jpg?format=475w" width="475">

# Timelapse+ VIEW Intervalometer
### Timelapse+ VIEW Intervalometer

📷 Innovative solutions for time-lapse.

## Docs
### Docs

**[Official VIEW documentation](http://docs.view.tl/)**

Expand Down

0 comments on commit 7824453

Please sign in to comment.