thias15

Results 58 comments of thias15

Note that we renamed the app module to robot. This will cause many conflicts here. Just renaming the module should solve this.

For running on a video, it should be easy enough to write a python script to load one of the detection models and then feed images through. Sending video to...

In my opinion, having also a keyboard controller would be useful.

@haoquan on what OS did you test this? On Mac I'm unable to install `approxeng.input`. Is this essential or could it be done differently? ``` error: legacy-install-failure ```

Also, what kind of latency are you getting with RTP for the video stream?

@haoquan, after further testing I also encountered frequent app crashes. ``` java.lang.ClassCastException: org.openbot.main.MainActivity cannot be cast to android.media.ImageReader$OnImageAvailableListener ``` Did you not face these app crashes?

I compiled OpenCV with GStreamer support on Mac, but when I try to run the camera, I get the following error. ``` Failed to open camera Src opened, 0x0 @...

@hq286 any idea what we are doing wrong?

> No, I got the same error. I never got video to work with the new Python script. I thought it was something wrong with my configuration. > […](#) >...

I pushed it to this PR, it's called [install_opencv.sh](https://github.com/hq286/OpenBot/blob/haoquan/rtp-video-stream-control/controller/python/install_opencv.sh)