Is it legal to change the robot controller app layout and activity to display the phone's camera view?
Announcement
Collapse
Technology Forum Has Moved!
The FIRST Tech Challenge Technology forum has moved to a new location! Please take a look at our forum blog for links and instructions on how to access the new forum.
Note that volunteers (except for FTA/WTA/CSA will still access their role specific forum through this site. The blog also outlines how to access the volunteer forums.
Note that volunteers (except for FTA/WTA/CSA will still access their role specific forum through this site. The blog also outlines how to access the volunteer forums.
See more
See less
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