Utilities for testing various capabilities of IMX585 sensor on Raspberry Pi.
Related to an episode of Collimated Beard channel.
All utilities are able to work locally on Raspberry Pi or remotely through SSH. If you want to run it from other machine, please configure key auth so you don't need to hardcode your credentials into python file. Look up "ssh key login" on your favourite search engine.
All inner workings of the program will be explained in future video, please keep an eye out. If you are here and have IMX585 board working, feel free to test all options.
This program relies on few libraries to work, you can install them using PIP:
pip install -r requirements.txtIn order to run this on a remote desktop you must setup everything to be able to login over SSH to your PI.
ssh cinepi # This should work without asking you for username and password.
# ("cinepi" is host name of Raspberry Pi machine)After dependencies are installed, you can run program without parameters.
python 585Multitool.pyBy default, it will try to connect to host "cinepi". You can specify different hostname as first parameter:
python 585Multitool.py hostnameTo run in local mode directly on Pi, please edit source and change "ssh_mode":
ssh_mode = False If everything starts up successfully, you should see main interface of the program:
This is a fullscreen application, ideally viewed on 4K screen so you can see the details of the image.
Tip: not everything is working yet.
