Recently Updated Pages
Fixing blurry 8-50mm Zoom Lens for Raspberry Pi High Quality Camera
When you mounted the lense with C-mount, it might be that everything is extremely blurry.To adjus...
stream camera feed
Broadcast from Raspberry pi: rpicam-vid --camera 0 --inline --width 2028 --height 1080 --...
Set HTTPS to bypass browser constraints
cd ~/pt_rpiopenssl req -x509 -newkey rsa:2048 -nodes \-keyout ssl.key \-out ssl.crt \-days 365...
Access files over HTTP quickly
python3 -m http.server 8080 Current folder will now be accessible over http
Enabled dual camera (Raspberry pi 5)
When you can only see one of both cameras: rpicam-hello --list-cameras https://docs.arducam....
Improve camera stream latency
For more "immediate feedback" on the stream, some addjustements of the source code could be made....
Start a script as a service
sudo nano /etc/systemd/system/ptcam-app.service Create an ini file [Unit] Description=PanTil...
Fix DNS (apt-get doesn't work)
When apt-get update times out or you can't reach servers that you know are online sudo rm -f /et...
Enable Filesharing
Install samba sudo apt update sudo apt install -y samba Set password sudo smbpasswd -a soph...
Connecting the glasses in Android
It seems to be a chore at first and depending on your phone, it might or might not work.Don't loo...
Debugging
Enable wireless debugging in Android, then you'll see the IP adress and port to pair. Once pa...
Setup
Don't forget to update the glasses first: https://www.xreal.com/ota/ Also, in the SDK tutorials...
Nuget packages: Shared library in NET9.0 SdkProject
A nuget project doesn't include a references shared library. (opening the Your.Client.1.0.1.nupk...
Turn off web search in start menu
regedit Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search Create D...
Large default vdx
>> wsl --shutdown Verify everything is stopped by: >> wsl.exe --list --verbose Then start...
Improve SMB speeds
Enable multichannelEnable async operations I/OEnable kernel mode SMBSet minimum version to SMB 2 ...
SMB (fileshare) is slow / capped to 10Mbit
Open powershell as administrator: Set-SmbClientConfiguration -EnableBandwidthThrottling 0 -Enabl...
Proxy BT
Use a server with "socks" in the name.And perform the test. https://support.nordvpn.com/hc/en-us...
Get Path of MSBUILD
reg.exe query "HKLM\SOFTWARE\Microsoft\MSBuild\ToolsVersions\4.0" /v MSBuildToolsPath
RDP file autologin
For our macincloud accounts, it was cumbersome to always manually login without copy-paste abilit...