I'm connecting a pi 3 B to matlab running via wifi. I have ab Arducam OV9281 connected to the CSI port. The camera is running on my pi and verfied the device is connected to my CSI /dev/video0
I was able to stream from the camera directly from my pi terminal using yavta but I'd like to connect the camera to matlab. I can access the pi via matlab using r = raspi
DeviceAddress: '192.168.12.***'
Port: *****
BoardName: 'Raspberry Pi 3 Model B'
AvailableLEDs: {'led0'}
AvailableDigitalPins: [4,5,6,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27]
AvailableSPIChannels: {'CE0','CE1'}
AvailableI2CBuses: {'i2c-0','i2c-1'}
AvailableWebcams: {'unicam (platform:3f801000.csi)'}
I2CBusSpeed: 100000
AvailableCANInterfaces: {}
But when I try to connect using webcame or cameraboard(r), no luck. Cameraboard states "Failed to detect a Camera Board connected to the Raspberry Pi hardware"