Jobos Posted July 8, 2025 Posted July 8, 2025 We have Hue visualisers running on 1809 LTSC. Teachers use the camera app with them but a common complaint is they would like the image rotated and as VLC is already installed I thought I would quickly knock up a script that can be added to the start menu that opens VLC and rotates the image but although the script opens VLC it doesn't rotate the image. Any ideas? vlc dshow:// :dshow-vdev="HUE HD Camera" --transform-type={vflip}
Jobos Posted July 8, 2025 Author Posted July 8, 2025 (edited) Found it vlc dshow:// :dshow-vdev="HUE HD Camera" --video-filter=transform --transform-type=180 Edited July 8, 2025 by Jobos
Jobos Posted October 3, 2025 Author Posted October 3, 2025 Further to my posts above I have found the rotated image is not as clear as the non-rotated image. I have tried a number of different filters but nothing is working to clean up the image. This is what I have so far. "C:\Program Files\VideoLAN\VLC\vlc.exe" dshow:// :dshow-vdev="HUE HD Camera" :vout-filter=transform --transform-type=180 --video-filter "transform{true}" The images are with and without being rotated but look to dark here but fine on the screen. Any ideas?
machy Posted October 3, 2025 Posted October 3, 2025 Can you rotate it in the Camera settings? and does it then look ok? Send them a Guide to hopefully do it once and then VLC Just opens normally?
Jobos Posted October 3, 2025 Author Posted October 3, 2025 Only the admin machines are running Win 11, the teaching machines are still running LTSC 1809 so might not have the ability to change the rotation but I will check.
Jobos Posted October 4, 2025 Author Posted October 4, 2025 (edited) 21 hours ago, Jobos said: Only the admin machines are running Win 11, the teaching machines are still running LTSC 1809 so might not have the ability to change the rotation but I will check. Just as I thought, the camera app on LTSC 1809 is too old to rotate the image. Edited October 4, 2025 by Jobos Typo 1
andy_b Posted October 4, 2025 Posted October 4, 2025 Does straight ffmpeg do a better option? ffplay -f dshow -i video="HUE HD Camera" -vf vflip 1
Jobos Posted October 7, 2025 Author Posted October 7, 2025 On 04/10/2025 at 15:02, andy_b said: Does straight ffmpeg do a better option? ffplay -f dshow -i video="HUE HD Camera" -vf vflip Yes it does and without distortion. I just had to edit the arguments a little so it is now ffplay.exe -f dshow -i video="HUE HD Camera" -vf "transpose=2,transpose=2" 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now