Difference between revisions of "AXIOM Beta support for the AXIOM nMigen gateware"
From apertus wiki
(Created page with "== Project Summary == nMigen is an HDL toolkit implemented in the Python programming language. By using nMigen instead of traditional HDLs like Verilog or VHDL, gateware can b...") |
|||
Line 1: | Line 1: | ||
== Project Summary == | == Project Summary == | ||
The AXIOM recorder software can record moving images from axiom cameras via either USB3 or Ethernet. Currently, that software is only a CLI tool that is difficult to use in the field and has severe accessibility hurdles for not technically inclined users. This project will develop an easy to use and performant GUI to ease the operation of the recorder. | |||
'''Google Summer of Code 2021 project.''' | '''Google Summer of Code 2021 project.''' | ||
'''Mentored by: | '''Mentored by: Robin Heinemann (@vup)''' | ||
'''Student: | '''Student: Jaro @anuejn''' | ||
---- | ---- | ||
Line 12: | Line 12: | ||
== Important URLs == | == Important URLs == | ||
- [https://lab.apertus.org/ | - [https://lab.apertus.org/T1221 Lab Task] | ||
- [https://summerofcode.withgoogle.com/projects/# | - [https://summerofcode.withgoogle.com/projects/#6265101792837632 Project Page] | ||
- [https://github.com/apertus-open-source-cinema/ | - [https://github.com/apertus-open-source-cinema/narui Source Code (see final report for details)] | ||
- [https:// | - [https://anuejn.github.io/blog/rust/apertus/ui/2021/08/23/a-graphical-user-interface-for-the-axiom-recorder.html Final Project Report] | ||
Revision as of 13:40, 27 August 2021
1 Project Summary
The AXIOM recorder software can record moving images from axiom cameras via either USB3 or Ethernet. Currently, that software is only a CLI tool that is difficult to use in the field and has severe accessibility hurdles for not technically inclined users. This project will develop an easy to use and performant GUI to ease the operation of the recorder.
Google Summer of Code 2021 project.
Mentored by: Robin Heinemann (@vup)
Student: Jaro @anuejn
2 Important URLs
- Lab Task