XangleCs documentation
Windows nodes
Using Windows based computer is not as straightforward as using Raspberry Pis, but in some cases, it might be more efficient, especially if you already have this type of computers.
From our end, the setup is quite simple. Install Xangle Camera Server on your node computers, and run /src/xangle-cam.exe (as opposed to /xangeCs.exe which is the main software). You don’t need any additional license to run xangle-cam.exe. There is no IP address to set. The main computer is going to see the nodes, as long as they’re on the same local network
Things to consider when working with Windows nodes:
1- Firewall
If it doesn’t work right away, check out if some firewalls are preventing communications between computers (main computers and node computers)
2- Blocking automatic Windows updates
Method 1: Pause Updates Temporarily
- Open Settings: Press
Win + Iand select Update & Security. - Pause Updates:
- Click Pause updates for 7 days (repeat if needed for a longer duration).
- For more options, go to Advanced options and set a specific date under Pause updates.
Method 2: Disable Windows Update Service
- Open Services:
- Press
Win + R, typeservices.msc, and press Enter.
- Press
- Locate Windows Update:
- Scroll down and find Windows Update in the list.
- Disable the Service:
- Right-click Windows Update > Properties.
- In the Startup type dropdown, select Disabled.
- Click Stop to halt the service if it’s running, then click OK.
Method 3: Use Group Policy Editor (For Windows Pro/Education/Enterprise)
- Open Group Policy Editor:
- Press
Win + R, typegpedit.msc, and press Enter.
- Press
- Navigate to Update Settings:
- Go to Computer Configuration > Administrative Templates > Windows Components > Windows Update.
- Disable Automatic Updates:
- Double-click Configure Automatic Updates.
- Select Disabled and click OK.
3- Prevent Sleep and Reboots
- Adjust Power Settings:
- Open Settings (
Win + I) > System > Power & Sleep. - Set Sleep and Screen options to Never.
- Open Settings (
- Disable Automatic Reboots:
- Open Task Scheduler (
Win + R, typetaskschd.msc). - Navigate to Task Scheduler Library > Microsoft > Windows > UpdateOrchestrator.
- Disable the task Reboot by right-clicking it and selecting Disable.
- Open Task Scheduler (
4- Optimize for Standalone Display
- Use Kiosk Mode:
- Open Settings > Accounts > Access work or school > Set up a kiosk.
- Follow the prompts to configure a single-app mode (choose the display application).
- Remove Unnecessary Startup Apps:
- Open Task Manager (
Ctrl + Shift + Esc), go to the Startup tab. - Disable unnecessary apps to reduce background processes.
- Open Task Manager (
5- Block Updates and Notifications
- Set a Metered Connection:
- Open Settings > Network & Internet > Wi-Fi/Ethernet > Manage Known Networks.
- Toggle Set as metered connection to ON.
- Disable Notifications:
- Open Settings > System > Notifications & Actions.
- Toggle off Get notifications from apps and other senders.
So again, just save yourself from trouble and go with a Raspberry Pi based system :)