Hi Mauro,
On Wed, May 20, 2015 at 3:12 PM, Mauro Carvalho Chehab
wrote:
> Em Fri, 24 Apr 2015 10:04:03 +0300
> Vasily Khoruzhick escreveu:
>> diff --git a/drivers/media/usb/gspca/sn9c2028.c
>> b/drivers/media/usb/gspca/sn9c2028.c
>> index 39b6b2e..317b02c 100644
&g
Hi Hans,
On Fri, May 15, 2015 at 8:51 PM, Hans de Goede wrote:
> Sorry for being a bit slow on this one, v2 looks good. I'll queue it up for
> merging into 4.2 as soon as I find some time to work on this,
Thanks!
Regards,
Vasily
--
To unsubscribe from this list: send the line &
Ping?
On Fri, Apr 24, 2015 at 10:04 AM, Vasily Khoruzhick wrote:
> This cam seems to return different values on long commands, so make status
> check
> in sn9c2028_long_command() more tolerant. Anyway, read value isn't used
> anywhere
> later.
>
> Signed-off-by: Vas
This cam seems to return different values on long commands, so make status check
in sn9c2028_long_command() more tolerant. Anyway, read value isn't used anywhere
later.
Signed-off-by: Vasily Khoruzhick
---
v2: update commit message to explain change in sn9c2028_long_command()
drivers/medi
Autogain algorithm is very simple, if average luminance is low - increase gain,
if it's high - decrease gain. Gain granularity is low enough for this algo to
stabilize quickly.
Signed-off-by: Vasily Khoruzhick
---
v2: According to Hans, header lenght is 12 bytes, so drop 2 redundant
This seems wrong, the header is only 12 bytes the extra 2 0x00 bytes you add
> are
> actually part of the compressed data and are parsed by the userspace code,
> please drop them.
OK, I've found average lumimance value in header heuristically,
based on info that it's present in he
sen well, both should probably
> be != 2. But checking for status < 0 is not good as this does not catch
> a successful read from the chip not returning 2.
For this cam it returns 1 on some commands. Anyway, this value is not
used anywhere later, so I just extended condition.
Regards
Autogain algorithm is very simple, if average luminance is low - increase gain,
if it's high - decrease gain. Gain granularity is low enough for this algo to
stabilize quickly.
Signed-off-by: Vasily Khoruzhick
---
drivers/media/usb/gspca/sn9c2028.c
Signed-off-by: Vasily Khoruzhick
---
drivers/media/usb/gspca/sn9c2028.c | 120 -
1 file changed, 119 insertions(+), 1 deletion(-)
diff --git a/drivers/media/usb/gspca/sn9c2028.c
b/drivers/media/usb/gspca/sn9c2028.c
index 39b6b2e..317b02c 100644
--- a/drivers
2012/1/3 Hans de Goede :
> Hi,
>
>
> Thanks for the patch.
>
> I'm sorry, but a quick google shows that your cam has a usb id used by
> various generic
> cameras, including some microscopes, see:
> http://blog.littleimpact.de/index.php/2011/10/16/using-biolux-nv-on-ubuntu-linux/
>
> Enabling flippi
Signed-off-by: Vasily Khoruzhick
---
lib/libv4lconvert/control/libv4lcontrol.c |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/lib/libv4lconvert/control/libv4lcontrol.c
b/lib/libv4lconvert/control/libv4lcontrol.c
index 12fa874..a9908ac 100644
--- a/lib/libv4lconvert
In this patch revision fixed complains from checkpatch.pl
spell check of comments done
v4 was wrong one
---
This patch introduces v4l2 loopback module
From: Vasily Levin
This is v4l2 loopback driver which can be used to make available any userspace
video as v4l2 device. Initially it was
In this patch revision fixed complains from checkpatch.pl
spell check of comments done
---
This patch introduces v4l2 loopback module
From: Vasily Levin
This is v4l2 loopback driver which can be used to make available any userspace
video as v4l2 device. Initially it was written to make
This patch introduces v4l2 loopback module
From: Vasily Levin
This is v4l2 loopback driver which can be used to make available any userspace
video as v4l2 device. Initialy it was written to make videoeffects available
to Skype, but in fact it have many more uses.
Priority: normal
Signed-off
and for messages, may be I missed something?
So can you tell please what I should use it for in loopback driver?
Just add it to v4l2_loopback_device structure and registe it?
---
This patch introduces v4l2 loopback module
From: Vasily Levin
This is v4l2 loopback driver which can be used to make
Hello, please review the new version of v4l2 loopback driver.
I fixed up comments to the previous submission, waiting for the new ones :-),
reposting for patchwork tool
---
This patch introduces v4l2 loopback module
From: Vasily Levin
This is v4l2 loopback driver which can be used to make
16 matches
Mail list logo