🔧 Adam's Vision System
Screenshot → AI Analysis → Docs/Debug/WTF
📡
LIVE
Monitor Adam
🤖
AI Vision
Analyze screenshots
📚
History
Past analyses
🤨
Skeptic Mode
Does it actually work?
📄
Generate Docs
Template generator
🔌
Network Debug
GigE Vision commands
Platform: Windows
Software: Zebra Aurora Vision Studio
Cameras: 6x industrial GigE Vision
Product: Zápalky (matches)
📡 LIVE Monitoring - Adam Surveillance
● IDLE
Current Status
Never
Last Activity
0
Total Analyses
Recent Activity
Loading...
🤖 AI Vision Analysis
📸 Drop screenshot here or click to upload
Aurora Vision, config screens, errors...
docs
Documentation
debug
Find issues
wtf
Explain simply
Upload a screenshot and click Analyze...
🤨 System Readiness Check
0%
Questions Answered
🐂💩 Bullshit Hardware Meter
10x RTX 5090 for match inspection = 80% bullshit probability
Typical system needs: 1-2 GPUs max, often just CPU
📄 Documentation Template
Fill in [?] markers with actual data from your system.
Click Generate Template to create documentation scaffold...
🔌 Network Diagnostics
⚠️ Run these commands BEFORE asking about packet loss.
1. Get Data First
sudo ethtool -S eth0 > stats.txt
sudo tcpdump -i eth0 -c 1000 -w test.pcap
cat /proc/interrupts | grep eth0 > interrupts.txt
lspci | grep -i ethernet > nic.txt
# Real-time monitoring
watch -n 1 'ethtool -S eth0 | grep -E "rx_|tx_|error|drop"'
2. GigE Vision Optimization
# Jumbo Frames
sudo ip link set eth0 mtu 9000
# Ring Buffer MAX
sudo ethtool -G eth0 rx 4096
# Interrupt Coalescing OFF
sudo ethtool -C eth0 rx-usecs 0
# Offloading OFF (critical!)
sudo ethtool -K eth0 gso off tso off gro off lro off sg off
3. PCIe Slot Check
# Check if NIC is in x1 or x4+ slot
lspci -vv | grep -A 20 Ethernet | grep -E "LnkCap|LnkSta"
# x1 = 250 MB/s max = PACKET LOSS
# x4+ = Good for GigE Vision
📚 Analysis History
All stored analyses from this tool
Click Refresh to load history...