Setup:
Samsung S5 phones for Driver Station and Robot Controller
Webcam: Logitech C270 HD
Our code is not really any different than the example code provided on the FTC app.
The first time Tensorflow initializes, it is fine. The camera works, the stone recognizes where it is at, everything is good. Often the next time is good too. Usually around the third for fourth trial is where we see the Robot Controller phone restarts when we try to initialize the program. From adding telemetry to the code, it appears to crash during the initialization of Vuforia (initVuforia()) or during the initTfod() method.
Samsung S5 phones for Driver Station and Robot Controller
Webcam: Logitech C270 HD
Our code is not really any different than the example code provided on the FTC app.
The first time Tensorflow initializes, it is fine. The camera works, the stone recognizes where it is at, everything is good. Often the next time is good too. Usually around the third for fourth trial is where we see the Robot Controller phone restarts when we try to initialize the program. From adding telemetry to the code, it appears to crash during the initialization of Vuforia (initVuforia()) or during the initTfod() method.
Comment