Elliot Kroo

Results 13 comments of Elliot Kroo

thanks @gluedots; to confirm, which version of the firmware is your camera on now?

Yeah, it definitely is, though we would either have to access it in a separate thread, or interleaved video and audio... this is definitely something worth prioritizing.

Thanks! Many of the Linux and mac distributions of the library are separated into separate av vs iotc libraries as well; I think if you specified the same library twice...

hi @gszakacs, yes, it's definitely possible, and was actually the main reason I put this together. I have an RTSP bridge server (exposing all the local cameras on your network...

For those looking to beta test, I just put up a very early version of what I've been working on here: https://github.com/kroo/wyze-rtsp-bridge

@mrlt8 it looks like the tutk library has a bunch of different ARM variants, but I was able to get this working on the raspi 4 using the `Lib/Linux/Arm11_BCM2835_4.8.3` directory....

I compiled it locally on the raspi, and it worked for me; curious if you got this working @mrlt8

This is impressive, I love the simplicity of piping to ffmpeg to set up an rtsp stream. Fwiw, I got rtsp working (mostly, still working out some memory leak issues)...

Here's what I put together, note that this is still very much in an experimental state: https://github.com/kroo/wyze-rtsp-bridge This is an rtsp server powered by this python library and gstreamer. My...

Nice! I was able to get Tutk installed in the docker container (I mounted it rather than building it in just to avoid distributing the library, and to be a...