shbatm / octomirror-module

Magic Mirror Module that can interact with an Octoprint instance
MIT License
28 stars 20 forks source link

Videostream changegable size and position #14

Open djdoom90 opened 4 years ago

djdoom90 commented 4 years ago

As I don't have enough space above the octo mirror module it would be great to have an option to select wether the streaming window should be placed above, under, left or right of the normal informations. Also it would be nice to select the size of the streaming area.

chimeranzl commented 4 years ago

Also have this request. Size of the streaming video is very large, be nice to halve its size! I see there is a pull request for this.

CrazyBonze commented 4 years ago

A little related to this, my stream us upside down because that was the best way to mount my webcam. Octoprint has a way to flip or rotate the webcam stream. It would be nice to do this also.

BadenMorgan commented 4 years ago

Very interested in being able to resize the stream, it takes up way to much space on the screen, was hoping to have it as a small screen on the side or top corner.

CrazyBonze commented 4 years ago

@BadenMorgan If you are interested, I forked this repo and added a few changes. Still a work in progress though the stream is handled differently and can be rotated, scaled and paused.

Forsyth-Creations commented 3 years ago

I too have this request, but will be taking a look at the forked repo above for more versatility.

burnerbmx commented 3 years ago

HELLO I NEED TO ROTATE MY CAMERA 180 IF ANYONE KNOWS THE FILE TO CHANGE THAT WOULD BE GREAT

kirax999 commented 3 years ago

Your edit custom.css in config MagicMirror directory and add

.octomirror-module img { max-width: 300px; width: 300px; }