Difference between revisions of "UserSequencer"

From apertus wiki
Jump to: navigation, search
Line 1: Line 1:
=About=
=About=


This is a modified firmware and gateware to allow triggering image output over HDMI independent from triggering an image acquisition from the image sensor.  
This is a modified firmware and gateware to allow triggering image output over HDMI independent from triggering an image acquisition from the image sensor. This trigger is now done from the Userspace (hence the name) in Linux rather than from the hardware in the FPGA logic.


=Files=  
=Files=  
Line 10: Line 10:


=TODOs=
=TODOs=
* Migrate to Firmware 2.0
* Migrate these scripts to Firmware 2.0
* integrate files into github firmware repo
* integrate files into github firmware repo (https://github.com/apertus-open-source-cinema/axiom-firmware)
* Document usage
* Document usage

Revision as of 11:07, 5 November 2023

1 About

This is a modified firmware and gateware to allow triggering image output over HDMI independent from triggering an image acquisition from the image sensor. This trigger is now done from the Userspace (hence the name) in Linux rather than from the hardware in the FPGA logic.

2 Files

http://vserver.13thfloor.at/Stuff/AXIOM/BETA/LAM/

cmv_hdmi4* is the bitstream, the shell scripts contain the setup code

3 TODOs