Right now, my primary goals are:
- better understand how to configure
flight so I can adjust which modules are used, and how to disable ones I'm not currently trying to test (because right now I am still running everything on an Raspberry CM4 IO board, with no components communicating except the camera)
- get
flight to send the video feed to a pc_controller on another computer at 192.168.1.111
I've had a number of errors I'm trying to better understand. First, when running directly after compilation (just to see what errors I would get), I saw a "bad mount" error related to this line, so I was wondering what is the intention of mounting /var? I ended up commenting out the mount line and addressing a different "file not exist: /var/flight/config.lua" error by running mkdir /var/flight and cp config.lua /var/flight.
Next, I am having issues related to No DPI CRTC/Connector found. Do you know how I could just disable certain modules so I can just focus on the video feed for now?

Finally, would you mind letting me know how I can configure the socket IP address to test the video transmission to a running controller_pc process on another local PC (such as 192.168.1.111)? I see at this line where the variable is declared, but am not sure where the value of SOCKADDR gets set. I looked through all the "config"-related files but ran into a dead end, sadly.
Thanks in advance!
Right now, my primary goals are:
flightso I can adjust which modules are used, and how to disable ones I'm not currently trying to test (because right now I am still running everything on an Raspberry CM4 IO board, with no components communicating except the camera)flightto send the video feed to apc_controlleron another computer at192.168.1.111I've had a number of errors I'm trying to better understand. First, when running directly after compilation (just to see what errors I would get), I saw a "bad mount" error related to this line, so I was wondering what is the intention of mounting
/var? I ended up commenting out the mount line and addressing a different "file not exist:/var/flight/config.lua" error by runningmkdir /var/flightandcp config.lua /var/flight.Next, I am having issues related to

No DPI CRTC/Connector found. Do you know how I could just disable certain modules so I can just focus on the video feed for now?Finally, would you mind letting me know how I can configure the socket IP address to test the video transmission to a running
controller_pcprocess on another local PC (such as192.168.1.111)? I see at this line where the variable is declared, but am not sure where the value ofSOCKADDRgets set. I looked through all the "config"-related files but ran into a dead end, sadly.Thanks in advance!