Home | History | Annotate | Download | only in flounder
      1 # format, cameraName=device,direction,orientation,type
      2 # type can be 'stereo' for stereo capable, 'mono' for not stereo capable,
      3 # 'usb' to enable searching for a usb device and where to put it in the list
      4 #  if found.  Lines must be shorter then 256 characters
      5 version=1
      6 camera0=/dev/imx219,back,0,mono   // back camera
      7 camera1=/dev/ov9760,front,270,mono  // front camera
      8