Starling 2 Max V2; SDK 1.4.0; camera-server and VOXL-Portal
-
Hello, Bottom Line: I was unable to access cameras in voxl-portal after a fresh flashing of SDK 1.4.0 on a new Starling 2 Max V2; required for intrinsics calibration. Further digging showed errors related to the "server disconnecting" regularly appear with 'voxl-inspect-cameras -a'. Errors are:
"
ERROR in pipe_client_open opening request pipe: No such device or address
Most likely the server stopped without cleaning up
Client is cleaning up pipes for the server
ERROR in pipe_client_open opening request pipe: No such device or address
Most likely the server stopped without cleaning up
Client is cleaning up pipes for the server
<similar lines...>
"
SKU setting is:
family code: MRB-D0012 (starling-2-max)
compute board: 4 (voxl2)
hw version: 2
cam config: 29
modem config: 11 (Microhard v2, pMDDL2450(M0048))
tx config: 9 (ghost)
extras config: 0 (none)
SKU: MRB-D0012-4-V2-C29-T9-M11-X0I note that using 'voxl-inspect-cam tracking_down' or other camera requests appear to work; I went up to listing 4 cameras at once. Could it be that the bus is saturated with too many cameras?
Are there other diagnostics that can be run to nail down what's going on? The physical configuration is unchanged from a stock vehicle.
-
Hello @JoeC , this may be related to an issue mentioned in the following thread. please take a look
-
@Alex-Kushleyev Hi Alex, Thanks! Yes, that was exactly the problem. I switched to the dev branch using 'voxl-configure-pkg-config', downloaded the latest voxl-portal ('apt get update && apt install voxl-portal'), and then switched back to the 1.4.0 pkg. Voxl-Portal works just fine now.