Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Short and precise entrypoint/command names for adapters #663

Open
bwsw opened this issue Feb 21, 2024 · 0 comments
Open

Short and precise entrypoint/command names for adapters #663

bwsw opened this issue Feb 21, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@bwsw
Copy link
Contributor

bwsw commented Feb 21, 2024

Short entry points without full paths and clear names like ‘video-file-writer’ instead of ‘/opt/savant/adapters/gst/sinks/video_files.py’.

Video Loop Source:

  • entrypoint: /opt/savant/adapters/gst/sources/video_loop.sh
  • command: video_loop_source

Video/Image Files:

  • entrypoint: /opt/savant/adapters/gst/sources/media_files.sh
  • command: media_files_source

RTSP Source Adapter

  • entrypoint: /opt/savant/adapters/gst/sources/rtsp.sh
  • command: rtsp_source

USB Cam Source Adapter

  • entrypoint: opt/savant/adapters/gst/sources/usb_cam.sh
  • command: usb_cam_source

GigE Vision Source Adapter

  • entrypoint: /opt/savant/adapters/gst/sources/gige_cam.sh
  • command: gige_cam_source

FFmpeg Source Adapter

  • entrypoint: /opt/savant/adapters/gst/sources/ffmpeg.sh
  • command: ffmpeg_source

Multi-stream Source Adapter

  • entrypoint: /opt/savant/adapters/gst/sources/multi_stream.sh
  • command: multi_stream_source

Kafka Redis Source Adapter

  • entrypoint: python
  • command: kafka_redis_source

Metadata Sink

  • entrypoint: /opt/savant/adapters/python/sinks/metadata_json.py
  • command: metadata_json_sink

Image File Sink Adapter

  • entrypoint: /opt/savant/adapters/python/sinks/image_files.py
  • command: image_writer_sink

Video File Sink Adapter

  • entrypoint: /opt/savant/adapters/gst/sinks/video_files.sh
  • command: video_writer_sink

Display Sink Adapter

  • entrypoint: /opt/savant/adapters/ds/sinks/display.sh
  • command: display_sink

Always-On RTSP Sink Adapter

  • entrypoint: entrypoint python
  • command: ao_rtsp_sink

Kafka-Redis Sink Adapter

  • entrypoint: python
  • command: kafka_redis_sink

Buffer Bridge Adapter

  • entrypoint: python
  • command: disk_buffer_bridge
@bwsw bwsw added documentation Improvements or additions to documentation enhancement New feature or request labels Feb 21, 2024
@bwsw bwsw added this to the 0.4.0 milestone Feb 21, 2024
@bwsw bwsw changed the title Short and precise entrypoints for adapters Short and precise entrypoint/command names for adapters Mar 1, 2024
@bwsw bwsw removed this from the 0.4.0 milestone Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant