xilens

XiLens is an application that is used to record image and video sequences from the XIMEA cameras.

https://github.com/imsy-dkfz/xilens

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (17.0%) to scientific vocabulary

Keywords

image-recording qt6 video-recording
Last synced: 8 months ago · JSON representation ·

Repository

XiLens is an application that is used to record image and video sequences from the XIMEA cameras.

Basic Info
Statistics
  • Stars: 5
  • Watchers: 3
  • Forks: 0
  • Open Issues: 3
  • Releases: 3
Topics
image-recording qt6 video-recording
Created over 1 year ago · Last pushed 10 months ago
Metadata Files
Readme Changelog License Code of conduct Citation Support

README.md

Documentation Status Tests Static Badge Language Static Badge Static Badge Static Badge Static Badge Static Badge

Logo

XiLens /ksɪlɛns/

The XiLens application allows you to connect to all XIMEA cameras and record images to highly optimized n-dimensional arrays that can be post-processed at high speed.

Application features

  • Compatible with all XIMEA cameras: spectral, RGB & gray cameras
  • Highly optimized data storing at video-rate: n-dimensional arrays
  • Multi-instance run for recordings with multiple cameras in parallel
  • Long-term stability, tested for recordings of 24 hours at over 20 fps
  • Camera temperature logged automatically during recording
  • Compatible with Linux systems
  • Automatic tests of non-UI components through google tests

Documentation

The documentation for this project is hosted in Read The Docs.

Building XiLens from source

This software can be built following the instructions provided in out Getting Started guide.

asciicast

Contributing

If you are interested in contributing a feature, please follow the developer guidelines.

FAQ

If you are having issues, make sure to check the FAQ section of our documentation.

Acknowledgments

Data compression is possible in this application thanks to the BLOSC2 team.

The dark amber theme used for this application is a modified version of qt-material.

The command line interface used in this application was provided by CLI11.

The user interface was designed using Qt.

The tests were developed using GoogleTest.

Many image processing operations are internally performed through OpenCV.

Remarks

The XiLens library is only supported in Linux systems, although all dependencies are also available in Windows systems, compilation in such systems has not been properly tested.

Funding

This project has received funding from the European Research Council (ERC) under the European Union’s Horizon 2020 research and innovation programme (grant agreement No. [101002198]).

ERC DKFZ

Owner

  • Name: IMSY
  • Login: IMSY-DKFZ
  • Kind: organization
  • Location: Heidelberg, Germany

Division of Intelligent Medical Systems

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Ayala"
  given-names: "Leonardo"
  orcid: "https://orcid.org/0000-0002-3574-2085"
- family-names: "Wirkert"
  given-names: "Sebastian"
- family-names: "Vemuri"
  given-names: "Anant"
- family-names: "Maier-Hein"
  given-names: "Lena"
title: "XiLens"
version: 0.2.3
url: "https://github.com/IMSY-DKFZ/xilens"
doi: 10.5281/zenodo.13305567

GitHub Events

Total
  • Create event: 11
  • Release event: 2
  • Issues event: 21
  • Delete event: 8
  • Issue comment event: 3
  • Push event: 39
  • Gollum event: 4
  • Pull request event: 15
Last Year
  • Create event: 11
  • Release event: 2
  • Issues event: 21
  • Delete event: 8
  • Issue comment event: 3
  • Push event: 39
  • Gollum event: 4
  • Pull request event: 15

Committers

Last synced: 10 months ago

All Time
  • Total Commits: 292
  • Total Committers: 3
  • Avg Commits per committer: 97.333
  • Development Distribution Score (DDS): 0.099
Past Year
  • Commits: 147
  • Committers: 1
  • Avg Commits per committer: 147.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Leonardo Ayala l****r@d****e 263
s025n s****n@E****e 25
menjivar m****r@e****e 4

Issues and Pull Requests

Last synced: 8 months ago

All Time
  • Total issues: 37
  • Total pull requests: 35
  • Average time to close issues: 30 days
  • Average time to close pull requests: 4 days
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 0.27
  • Average comments per pull request: 0.03
  • Merged pull requests: 33
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 19
  • Pull requests: 20
  • Average time to close issues: about 1 month
  • Average time to close pull requests: 7 days
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 0.11
  • Average comments per pull request: 0.0
  • Merged pull requests: 18
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • leoyala (36)
Pull Request Authors
  • leoyala (52)
Top Labels
Issue Labels
enhancement (26) bug (9) bugfix (1) documentation (1)
Pull Request Labels
enhancement (27) bugfix (18) documentation (3) release (3)

Dependencies

.github/workflows/build.yml actions
  • actions/checkout v4.1.7 composite
.github/workflows/greetings.yml actions
  • actions/first-interaction v1 composite
.github/workflows/release-drafter.yml actions
  • release-drafter/release-drafter v6 composite
Dockerfile docker
  • ubuntu 22.04 build
requirements.txt pypi
  • gcovr *
  • libboost-all-dev *
  • libgtest-dev *
  • libmsgpack-dev *
  • libopencv-dev *
  • libqt6svg6-dev *
  • qt6-base-dev *
.github/workflows/codeql.yml actions
  • actions/checkout v4 composite
  • github/codeql-action/analyze v3 composite
  • github/codeql-action/init v3 composite