hello,
i managed to boot buildroot linux and verify the camera is working (the ini file is created).
i have set an IP to the usb connection (no ethernet version) and i can ping it and even try to login via SSH
if i NMAP the device there are no open ports that are streaming any data, nor any webserver i can visit
sudo nmap -sS 192.168.1.123
PORT STATE SERVICE
22/tcp open ssh
25/tcp open smtp
139/tcp open netbios-ssn
445/tcp open microsoft-ds
how do i reach the video streaming? (the board is constantly blinking when camera is attached so i believe it is streaming something)