linux-enable-ir-emitter icon indicating copy to clipboard operation
linux-enable-ir-emitter copied to clipboard

v6

Open EmixamPP opened this issue 2 years ago • 1 comments

The v6 will break v5 compatibility.

The new features are the following:

  • Usage of YAML to store camera configuration
  • Save of all the camera instructions
  • Tweak manually any instructions of a camera
  • Specify camera resolution
  • Catch ctrl-c (one time) to avoid breaking camera
  • Zsh completion

The updates and fixes are the following:

  • Fix video feedback freeze
  • Better logging
  • Fix test command
  • Fix multiple v4l path for same device
  • OpenCV imshow exception/segfault

Artifact tarball provided on GitHub:

  • Update OpenCV to v4.9.0
  • Install bin+lib inside /usr/local/

More to come in the following weeks/months.

EmixamPP avatar Nov 18 '23 21:11 EmixamPP

:arrow_right: Commit d2fab72bbc87fbcbcb6fa8184f634ae728ed3adb

:clipboard: Logs

:mag: Linting results:

:heavy_check_mark: Python Linting

:heavy_check_mark: C++ Linting

:hammer_and_wrench: Building result:

:heavy_check_mark: Building

:package: Artifacts:

If the building step was successfull, you can download the appropriate tarball in the artifacts section here.

Uninstall the previous version, unzip and then execute sudo tar -C / --no-same-owner -h -vxzf linux-enable-ir-emitter*.tar.gz.

EmixamPP avatar Mar 08 '24 17:03 EmixamPP