Skip to content

The LMS image converter module. Convert an image from one data channel to another format in another datachannel.

Notifications You must be signed in to change notification settings

lms-org/image_converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image_converter

The image converter module is doing the following in each cycle:

  • Read an image from a channel A
  • Convert this image into another image format (e.g. from YUYV to GREY)
  • Write the converted image to a channel B

DataChannels

  • INPUT_IMAGE - The module will read an image from this channel
  • OUTPUT_IMAGE - The module will write the converted image into this channel.

Config

  • output_format - Look into imaging lib for supported formats and conversions.

Dependencies

Recommended modules

  • image_loader - to convert an image loaded from local hard drive
  • camera_importer - to convert an image after reading from a camera
  • image_logger - to convert an image before saved to local hard drive

About

The LMS image converter module. Convert an image from one data channel to another format in another datachannel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •