Is it legal to change the robot controller app layout and activity to display the phone's camera view?
Announcement
Collapse
No announcement yet.
Changing Robot Controller App
Collapse
X
-
Originally posted by FTCteam7026 View PostIs it legal to change the robot controller app layout and activity to display the phone's camera view?
Note, The Vuforia library does just what you asked about... it displays the camera image with overlay.
I would be cautious to leave as much as the existing display data as possible intact so the FTA's can still diagnose any comms issues.
-
Originally posted by FTCteam7026 View PostIs it legal to change the robot controller app layout and activity to display the phone's camera view?
Code:<LinearLayout android:id="@+id/cameraMonitorViewId" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" />
Comment
-
Originally posted by FTCteam7026 View PostI want to use vanilla opencv for a certain opmode and need a javacameraview. I also don't want to interfere with vuforias use of the cameraview
Comment
-
Id love to see some examples of how to display something from OpenCV. I was playing with that a few weeks ago - using cameraMonitorViewId and telling vuforia to not display. However my Java GUI knowledge is very limited and what I got was displaying a distorted partial image and then it would cause the app to crash after a few seconds.
Comment
Comment