arnav dhamija

Results 10 comments of arnav dhamija

One suggestion I got from the devs was to use P2P_STAR instead of P2P_CLUSTER if you want to take advantage of WiFi speeds. P2P_CLUSTER exclusively uses Bluetooth, and P2P_STAR will...

Hi, could you share more info about the GStreamer version and the image you're using on the RPi 0W?

Thanks, I'll take a look once I get access to my RPi 0 again! I'm away from my tools at the moment so I won't be able to debug it...

Very interesting. Could you share more details about the HDMI-IN device? In particular, please share the output of running: `v4l2-ctl --list-formats-ext --all` The most likely cause of this is that...

Hi, thanks for sharing the V4L2 output. The issue is that APStreamline tries treating it as an RPi camera on seeing the Stepwise frame formats, but the HDMI IN does...

Could you share some links to the parts you're referring to? I haven't worked with HDMI IN or HDMI to USB capture cards before.

Thanks for sharing this! That's a pretty cool feature but I'm afraid that workflow wouldn't suit APStreamline as it only works with cameras which support the V4L2 API. It looks...

I'm not sure at the moment. I haven't yet tried out this particular use case, so I'll need some more time to try it out to figure out what's going...

I had the exact same issue. I fixed it by setting the timeout as 1000ms and now it works swimmingly.

Hi, sorry for the late reply. With this PR, I am now able to compile and run APWeb after running `git submodule update --init --recursive`. Thank for you for fixing...