Open hexaflexa opened 10 months ago
There's no current plan in implementing FTC Gamepad classes into EOCV-Sim - they're out of the scope of the software and I don't feel like there's an intuitive way to add them.
However, camera controls is another story, unfortunately the current webcam driver integrated into EOCV-Sim does not support fine grained camera control, it's really a fairly limited implementation. There's a plan of writing libuvc bindings for Java (the webcam driver that the FTC SDK uses), which should enable these features to work in the future, the implementation work is being done at deltacv/libuvc-java.
There's no current plan in implementing FTC Gamepad classes into EOCV-Sim - they're out of the scope of the software and I don't feel like there's an intuitive way to add them.
It would be nice to at least stub it, so you don't get errors when running your pipeline that has optional gamepad stuff.
It would be nice to at least stub it, so you don't get errors when running your pipeline that has optional gamepad stuff.
Fixed in v3.7.1
ETA for ExposureControl support at most at the end of November.
Thanks for this nice program, it is very useful. I have a question about OpModes that contain gamepad1. When I place a java file containing gamepad1, it compiles in android studio, but EOCV-Sim (3.5.2) won't compile it.
The simplest way to reproduce is to add the following to runOpMode() in ConceptAprilTag.java:
This compiles in Android Studio, but EOCV-Sim displays the error:
Similar things happen if we try an opmode which references ExposureControl, for example, ConecptAprilTagOptimizeExposure (an official FTC sample) results in: