Skip to content
Awawa edited this page Jun 5, 2022 · 45 revisions

Windows

  • Download HyperHDR installer for Windows from HyperHDR github project.
    For example: HyperHDR-17.0.0.0-Windows-AMD64.exe

  • Uninstall previous version of HyperHDR (if applied).

  • Run the installer. Windows probably will ask are you sure? Yes, you are 😉 It's default behavior for the first time usage for files downloaded from the internet without EV certificate which costs a lot.

  • Then proceed with the installer... just click few times 'next' and 'finish'. Congratulation, you've got your HyperHDR system installed 🙂

  • Run the HyperHDR from the desktop shortcut.

  • The HyperHDR icon will show up in the right-bottom corner

  • Click it the right button. The menu will show up. Then select 'Settings'. The browser will open HyperHDR www panel.

RaspberryPi OS (SD card image installation)

  • Download and extract the SD image from HyperHDR github release repository. 7-zip is recommended.

    For example for current 18.0.0.0beta3

    • Raspberry Pi Zero (not Zero 2 W), RPi 1, 2 choose: SD-card-image-18.0.0.0beta3-armv6l.img.xz

    • Raspberry Pi 3 and 4 (32bit) choose: SD-card-image-18.0.0.0beta3-armv7l.img.xz

    • Raspberry Pi Zero 2 W, RPi 2 (rev. 1.2), 3 and 4 choose faster, 64bit: SD-card-image-18.0.0.0beta3-aarch64.img.xz

  • Download Rufus

  • Insert prepared SD to the reader. Check the reader's letter assigned in Windows.

  • Run Rufus

obraz

- Select the img file that you extracted from the downloaded archive.
- Verify that the program selected correct SD card drive's letter    
- Click 'Start' to begin the process of writing
  • After the image is written successfully probably you want to configure the Wifi connection for Raspberry Pi.

  • Create file named wpa_supplicant.conf in the boot folder on the SD card and edit its content.
    For example (edit your network and password):

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=PL

network={
     ssid="Name of your wifi LAN"
     psk="Password for your wifi LAN"
}
  • Take the SD out of the card reader and put it into the Raspberry Pi.
  • It is recommended to reboot the system after first boot because the user (pi) is just created then and the service may be unavailable during that session.

After boot default host name is: HyperHDR
Connect to the www panel using port 8090 (HTTP) or 8092 (HTTPS).
Default user is: pi
Default password is: raspberry
SSH and SPI are enabled on default.

Linux

  • First please get rid off of the previous version of HyperHDR (if applied):
    $sudo apt remove hyperhdr

  • Download the package from HyperHDR github release repo to the current directory.

    • Raspberry Pi Zero,1,2: choose v6l suffix.
      For example: HyperHDR-17.0.0.0-Linux-armv6l.deb

    • Raspberry Pi 3 and 4 (32bits OS): choose v7l suffix.
      For example: HyperHDR-17.0.0.0-Linux-armv7l.deb

    • Raspberry Pi 3 and 4 (faster, 64bits OS): choose aarch64 suffix.
      For example: HyperHDR-17.0.0.0-Linux-aarch64.deb

    • Generic x86 Linux: choose x86_64 suffix.
      For example: HyperHDR-17.0.0.0-Linux-x86_64.deb

  • Install the package that you have downloaded from the current directory.
    For example:
    $sudo apt install ./HyperHDR-17.0.0.0-Linux-armv7l.deb

  • HyperHDR should be up and running on the 8090 (HTTP) or 8092 (HTTPS) port.

  • If the WWW panel is out of reach then run the following command to check what's happening:
    $/usr/bin/hyperhdr -d

  • To start/stop HyperHDR service on Raspberry Pi execute:
    $sudo systemctl start/stop [email protected]

macOS

Since version 16 HyperHDR offers direct support for USB grabbers for macOS (native x64 application, runs on Apple M1 in emulation also) and provides very friendly DMG installation container.

  • Download and run DMG container. Setup installation process will start:

  • After setup is finished you will have mounted volume with HyperHDR application.

  • Drag HyperHDR application from DMG container to your applications folder. Next run it.

Screen Shot 2021-09-12 at 3 22 37 PM

  • It will take some time (up to one minute) for a first run. HyperHDR icon will be "jumping" in the lower-right corner. Wait until it finishes:

  • After the application starts macOS will ask you about granting camera permission for hyperhdr application. It's required. If you missed the request you can always redo your choice in the macOS' system options. Similar dialog about granting microphone permission shows up when you use the sound effect or system software screen grabber for the first time (the application restart is required here).

    Screen Shot 2021-09-12 at 3 23 16 PM

  • HyperHDR application is running now. Click HyperHDR icon ('H') in the upper-right corner to bring the menu and then click the settings item. It opens the browser with HyperHDR configuration panel.

    image

  • Now it's time to go through the typical HyperHDR configuration process.

    Screen Shot 2021-09-12 at 3 39 33 PM