neilyoung

Results 84 issues of neilyoung

RPI OS is Xenial 16.04, distribution https://downloads.ubiquityrobotics.com/pi.html Build and install fine: ``` gst-inspect-1.0 | grep rpicamsrc rpicamsrc: rpicamsrc: Raspberry Pi Camera Source rpicamsrc: rpicamsrcdeviceprovider (GstDeviceProviderFactory) ``` At runtime: ``` ubuntu@ubiquityrobot:~/gst-rtsp-server-1.8.3/examples$...

Hi, I'm using your fine component with great success. Now I need to origin the paper on another point, not at (0,0). There is an issue with the rotation behavior...

Really strange: Image setup from scratch. Building and Installing the driver OK. At runtime this: ``` [ 26.711781] mmc1: Timeout waiting for hardware interrupt. [ 26.711820] brcmfmac: brcmf_sdiod_ramrw: membytes transfer...

Thanks for this role, but would there also be a way to setup NPM to an appropriate version? I have set `nodejs_version: "14.x"` and this works, but no 18.04 the...

Hi, I think your sheep counter code is not working anymore (at least it is not working for me): Although I have a bunch of RadiusNetwork iBeacons on air, the...

ESP-32 IDF fresh install from git. Toolchain OK. Make works. After flashing this on a Sparkfun: I (263) boot: ESP-IDF v2.0-rc1-257-g4745895 2nd stage bootloader I (264) boot: compile time 16:45:51...

Local video: yes WebRTC: yes, RTMP window: No ``` Page loaded ... Starting video call ... Creating WebRtcPeer and generating local sdp offer ... spec: {"audio":true,"video":{"width":620,"framerate":15}} chrome: {"audio":true,"video":{"optional":[{"minWidth":620},{"maxWidth":620},{"minFramerate":15},{"maxFramerate":15}]}} Invoking SDP...

I'm catching the above error reproducible if a client, which has connected to my GeventWebsockeServer based server, is no longer receiving data, while the server is sending. My websocket server...

I'm using `webcam-capture` in order to determine the available web cams. ``` import com.github.sarxos.webcam.Webcam; import java.util.ArrayList; import java.util.List; public class CameraAPI { public static List getCameras() { List webCamList =...