Hello,
For FTC, I tried to display the camera feed from one of the samples available for download (ConceptTensorFlowObjectDetectionSwitchableCameras) to the FTC dashboard, but I can’t seem to figure out what would return an object of type ‘CameraStreamSource’. I was using FtcDashboard.getInstance().startCameraStream(); to display our camera in other op modes, and startCameraStream() requires two arguments, one of type CameraStreamSource, and one of type double to represent the fps of the displayed camera stream.
Is there another way I should be displaying the camera stream to the FTC dashboard?
Any help with this issue would be greatly appreciated!