Kazuhito00 / Image-Processing-Node-Editor

処理の検証や比較検討での用途を想定したノードエディターベースの画像処理アプリ(A node editor-based image processing application intended for use in processing verification and comparison studies)
Apache License 2.0
484 stars 71 forks source link

Add SoundCam node,Alpha Blend node and Serial input check #15

Closed airpocket-soundman closed 1 year ago

airpocket-soundman commented 1 year ago

The alphablend node uses opencv's addWeighted function. SoundCam is the node that receives the SoundCamera image of my original device, a 16x16 graymap via USB serial. Add a function in util.py to check the USB serial port.

Kazuhito00 commented 1 year ago

Thank you for your pull request🦔

Let me check a few things.

  1. Do dependent packages stay the same as nodes are added?
  2. Is the SoundCamera a commercially available device?
    For less common devices, consider publishing the SoundCamera node in a separate repository as below.
    https://github.com/Kazuhito00/IPNE-YouTube-Input-Node
    In case of publishing another repository, I would like the 'Check Serial Device Connection' process to be optionally toggled on or off.
airpocket-soundman commented 1 year ago

SoundCamera will be a separate repository. Dependent packages will also be reorganized. Thanks.