{"id":14992207,"url":"https://github.com/apertus-open-source-cinema/axiom-recorder","last_synced_at":"2025-03-16T11:28:01.984Z","repository":{"id":37959359,"uuid":"144744448","full_name":"apertus-open-source-cinema/axiom-recorder","owner":"apertus-open-source-cinema","description":"Software to record moving images from Apertus° AXIOM cameras via USB3 or ethernet","archived":false,"fork":false,"pushed_at":"2024-04-16T15:41:05.000Z","size":152986,"stargazers_count":22,"open_issues_count":12,"forks_count":6,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-01-16T12:54:14.925Z","etag":null,"topics":["apertus","axiom","cinematography","hacktoberfest","recorder","usb3"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apertus-open-source-cinema.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-14T16:16:23.000Z","updated_at":"2024-10-18T02:27:44.000Z","dependencies_parsed_at":"2023-02-13T01:00:28.467Z","dependency_job_id":"75994d60-560a-4b99-87b5-b4e216fbf882","html_url":"https://github.com/apertus-open-source-cinema/axiom-recorder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apertus-open-source-cinema%2Faxiom-recorder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apertus-open-source-cinema%2Faxiom-recorder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apertus-open-source-cinema%2Faxiom-recorder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apertus-open-source-cinema%2Faxiom-recorder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apertus-open-source-cinema","download_url":"https://codeload.github.com/apertus-open-source-cinema/axiom-recorder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243860220,"owners_count":20359688,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apertus","axiom","cinematography","hacktoberfest","recorder","usb3"],"created_at":"2024-09-24T15:00:52.154Z","updated_at":"2025-03-16T11:28:01.942Z","avatar_url":"https://github.com/apertus-open-source-cinema.png","language":"Rust","funding_links":[],"categories":["Sensor and Communication Protocol"],"sub_categories":[],"readme":"# AXIOM RECORDER / RAW UTILITIES\n![Build](https://github.com/apertus-open-source-cinema/axiom-recorder/workflows/Build/badge.svg)\n\nSoftware to record and convert moving images from Apertus° AXIOM cameras via USB3 or ethernet.\n\nThis software-package features a graph-based environment for developing raw images and raw image sequences\nin real time with GPU-acceleration.\n\n## Get It!\n```shell script\ngit clone https://github.com/apertus-open-source-cinema/axiom-recorder\ncd axiom-recorder\ncargo build --release --all\n```\n\n## Usage\nCurrently, this project only exposes a cli tool with which you can create and run image processing pipelines.\nA GUI tool for doing recording in a more convenient way is planned but not implemented yet.\n\nProcessing pipelines can either be specified directly on the cli:\n\n```sh\n$ target/debug/cli from-cli --help\ncli-from-cli \nspecify the processing pipeline directly on the cli\n\nUSAGE:\n    cli from-cli [PIPELINE]...\n\nARGS:\n    \u003cPIPELINE\u003e...    example: \u003cNode1\u003e --source-arg ! \u003cNode2\u003e --sink-arg\n\nOPTIONS:\n    -h, --help    Print help information\n\nNODES:\n    * Average [OPTIONS] --n \u003cn\u003e\n    * BenchmarkSink [OPTIONS]\n    * BitDepthConverter\n    * Cache [OPTIONS]\n    * Calibrate --height \u003cheight\u003e --darkframe \u003cdarkframe\u003e --width \u003cwidth\u003e\n    * CinemaDngFrameserver [OPTIONS]\n    * CinemaDngReader [OPTIONS] --file-pattern \u003cfile-pattern\u003e\n    * CinemaDngWriter [OPTIONS] --path \u003cpath\u003e\n    * ColorVoodoo [OPTIONS]\n    * Debayer\n    * DualFrameRawDecoder [OPTIONS]\n    * FfmpegWriter [OPTIONS] --output \u003coutput\u003e\n    * GpuBitDepthConverter\n    * Histogram\n    * Lut3d --file \u003cfile\u003e\n    * RawBlobReader [OPTIONS] --height \u003cheight\u003e --width \u003cwidth\u003e --file \u003cfile\u003e\n    * RawBlobWriter [OPTIONS] --path \u003cpath\u003e\n    * RawDirectoryReader [OPTIONS] --height \u003cheight\u003e --width \u003cwidth\u003e --file-pattern \u003cfile-pattern\u003e\n    * RawDirectoryWriter [OPTIONS] --path \u003cpath\u003e\n    * ReverseDualFrameRawDecoder [OPTIONS]\n    * SZ3Compress [OPTIONS] --data_type \u003cdata_type\u003e --tolerance \u003ctolerance\u003e --error_control \u003cerror_control\u003e\n    * Split --element \u003celement\u003e\n    * TcpReader [OPTIONS] --width \u003cwidth\u003e --height \u003cheight\u003e --address \u003caddress\u003e\n    * ZstdBlobReader [OPTIONS] --file \u003cfile\u003e --width \u003cwidth\u003e --height \u003cheight\u003e\n```\n\nAlternatively you can use the yaml based config file, for example:\n```yaml\ndir_input:\n  type: RawDirectoryReader\n  internal-loop: true\n  cache-frames: true\n  file-pattern: {{input-dir}}\n  width: 1920\n  height: 1080\n  rgb: true\n\ndual_frame_decoder:\n  type: DualFrameRawDecoder\n  input: \u003cdir_input\n\nbitdepth_conv:\n  type: BitDepthConverter\n  input: \u003cdual_frame_decoder\n\ndebayer:\n  type: Debayer\n  input: \u003cbitdepth_conv\n\ndisplay:\n  type: Display\n  input: \u003cdebayer\n```\nThe config file supports variable substitution. You can set name value pairs on the cli using `--set name=value`.\n\n## Examples\n\nConvert a directory of raw12 files recorded previously from the AXIOM Beta to mp4 (h264) using FFmpeg:\n```shell\n$ target/release/cli from-cli RawDirectoryReader --file-pattern '~/Darkbox-Timelapse-Clock-Sequence/*.raw12' --bit-depth 12 --height 3072 --width 4096 --loop true --fps 30 ! BitDepthConverter ! Debayer ! FfmpegWriter --output darkbox.mp4\n```\n\nConvert a directory of raw12 files recorded previously from the AXIOM Beta into CinemaDng with a specified dcp file.\nInformation on the DCP yaml file format can be found [in the dng-rs crate](https://github.com/apertus-open-source-cinema/dng-rs/).\n```shell\n$ target/release/cli from-cli RawDirectoryReader --file-pattern '~/Darkbox-Timelapse-Clock-Sequence/*.raw12' --bit-depth 12 --height 3072 --width 4096 --loop true --fps 30 ! CinemaDngWriter --dcp-yaml axiom-beta-simulated.yml --output dng_out_dir\n```\n\nServe a directory of raw12 files recorded previously from the AXIOM Beta as CinemaDng files with the WebDAV frameserver:\n```shell\n$ target/release/cli from-cli RawDirectoryReader --file-pattern '~/Darkbox-Timelapse-Clock-Sequence/*.raw12' --bit-depth 12 --height 3072 --width 4096 --loop true --fps 30 ! CinemaDngFrameserver --port 9178\n# the frameserver can then be mounted. On macOS like so:\n# mkdir -p /tmp/frameserver-mnt\n# mount_webdav -o rdonly -v frameserver http://127.0.0.1:9178 /tmp/frameserver-mnt\n```\n\nDisplay help for a particular node (WebcamInput in this example) and display its supported OPTIONS:\n```shell\ntarget/release/cli from-cli WebcamInput --help\n```\n\n## Technology\n\nThis project is written in Rust making heavy use of Vulkan via vulkano.rs.\nFeel free to contribute and / or ask questions :).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapertus-open-source-cinema%2Faxiom-recorder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapertus-open-source-cinema%2Faxiom-recorder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapertus-open-source-cinema%2Faxiom-recorder/lists"}