Skip to content

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

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages