MattWanjia

Results 12 comments of MattWanjia

uninstall latest conan and install conan==1.60.1. This worked for me. Happy coding!

``` `import` axios from "axios"; const API_BASE_URL = "http://192.168.1.107:8080/api"; const api = axios.create({ baseURL: API_BASE_URL, timeout: 5000, }); export const getToken = async () => { try { const response...

I am not using a specific plugin. I am developing one from scratch using this repository as a helper and guide. The biggest issue is that to init the USB...

https://github.com/quantum6/Android-USB-OTG-Camera.git There you go.

Let me give it a look and let you know how it goes. Appreciate the assistance.

I would like to capture the video and send it over to my rtmp server. Kindly explain more by what is meant by plugin reference. https://github.com/deptofdefense/AndroidTacticalAssaultKit-CIV.git here is the git...

Can you take me through how to achieve this?

How best can we do it? for faster communication?

Managed to get this working. I closing this issue now

I have managed to get almost everything working atleast in connecting to the camera and opening it without the dependence on a cameraview surface. The issue now comes in when...