Sadjad Fouladi
Sadjad Fouladi
Hi @r00k, Thank you for taking the time to reach out. It should be totally possible. I can think of changes that are necessary in two categories: 1. Things related...
Hello @Alexyali, This seems to be a problem with newer versions of GCC (>7.0). I'll give it a look and will push a fix later today. Thank you! --Sadjad
Hi @pahan40, Try using `--pixfmt NV12` or `--pixfmt YUYV` or `--pixfmt YU12`. Those are the only three pixel formats that are implemented (check out `src/input/camera.hh`). Best, Sadjad
Can you try running `v4l2-ctl --device /dev/video0 --list-formats` to see what formats your camera supports? (It's in `v4l2-utils` package in Ubuntu). --Sadjad
That's weird, it should work with `--pixfmt YUYV`, but for some reason it doesn't. Try running `v4l2-ctl --list-framesizes=YUYV` to make sure your camera supports `1280x720` (it most likely does, but...
Have you tried running `salsify-sender` with `--pixfmt YUYV` flag?
I just tested it with `libx264-dev` package version 2:0.160.3011 (Ubuntu 21.10) and it worked. Granted, we're using an internal functionality of libx264 here that's not part of the public API....
Hello there, Compiling alfalfa requires support for SSE and SSE2, which are x86-specific. It should be possible to rewrite those parts to use NEON for ARM CPUs, but the current...
Hi Ludovic, 1. It's not necessary to make the bucket fully writable -- just make sure that the IAM user (the one associated with your `AWS_ACCESS_KEY_ID`), has _AmazonS3FullAccess_ permission. 2....
Hi @drunksaint, The problem is that there's a mismatch between the `glibc` version on your computer and on Lambda. This is slightly different from the issue we were having with...