Stormworks: Build and Rescue

Stormworks: Build and Rescue

十分な評価がありません
4 Video Switchbox
   
アワード
お気に入り
お気に入り
お気に入りから削除
Microcontrollers: Cockpit, Microcontroller
タグ: v0.10.24
ファイルサイズ
投稿日
更新日
30.080 KB
2020年3月14日 9時54分
2020年6月12日 14時13分
2 項目の変更履歴 ( 表示 )

サブスクライブしてダウンロード
4 Video Switchbox

解説
This Microcontroller takes 4 video inputs and outputs one of them. You can switch between video feeds with either the touchscreen or instrument panel (just make sure to set the mode in the controller settings).
9 件のコメント
BillyIsGamingSince2021 2023年7月9日 20時51分 
yes thank you i wanted to do this myself but it is too hard thank you
dru_walker 2022年9月4日 13時30分 
What scale does this work with?
kev4ev 2021年7月22日 20時49分 
So only one controller is in use at a time. But other three controllers still execute on every tick and are using CPU time. Right? What if I want to keep a vehicle as optimised as possible, how can I make three other controllers sleep on every tick and not use CPU time at all? They suggest every video input controller should be modified to have a check whether its video output in use, if not - quit from OnTick and OnDraw. Maybe you should put instructions in the description for some kind of optimisation API between your switchbox and other video signal controllers.
454SS 2021年3月4日 23時09分 
Awesome :)
Funky 2020年10月22日 5時48分 
I cant get this to work. I have 3 cameras going into the controller, video out going to monitor and a composite signal from monitor to controller, but I can only see one camera. How can I switch?
buba 2020年6月26日 12時38分 
Alright. So, wasn't that clear. Got everything to work. The composite for different videos are really helpful for having composite made stuff that can cycle around. I can input composite from maps, sonars, and other various stuff and switch between them. This is a really useful creation. Also, havent seen the remake, but old version works perfect aswell
2silverseas  [作成者] 2020年6月12日 14時18分 
Ok, I just went back and cleaned up and updated this. As of now, this microcontroller will expect a touchscreen connected to the composite input, and it will draw four buttons in the top left corner of the screen.
buba 2020年6月12日 6時53分 
How do you switch between the cameras using touch?
Mr Lennyn 2020年4月10日 10時41分 
Hey! Thanks a lot for this, I've been trying to figure this out for days.
If I upload my creation, I'll give you credit for this system.