Hey everyone,
Building an IP camera control system with Node.js + child_process (no ONVIF module).
Need to detect camera firmware version, model/type before implementing controls.
Supporting multiple brands - Hikvision, Dahua, Axis, etc.
What's the most reliable way to get this info using just Node.js and child_process?
Looking for:
Building an IP camera control system with Node.js + child_process (no ONVIF module).
Need to detect camera firmware version, model/type before implementing controls.
Supporting multiple brands - Hikvision, Dahua, Axis, etc.
What's the most reliable way to get this info using just Node.js and child_process?
Looking for:
- Minimal dependencies
- Fast detection
- Good error handling
