Skip to content

syxolk/image_persistent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

image_persistent

LMS module that proxies image datachannels. The module has two states:

  • live image: copy the input image to the output image in every cycle
  • persistent image: do not change the output image and ignore contents in input image

Configuration for ogre_input

<module>
  <name>ogre_input</name>
  <config>
    <WINDOW>WINDOW</WINDOW>
    <key>
      <down>
        <space>
          <command>image_persistent</command>
          <content>toggle</content>
        </space>
      </down>
    </key>
  </config>
</module>

Recommended modules

  • ogre_input - is needed to toggle persistent/live image

Dependencies

About

LMS module that proxies image datachannels.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published