You can read datasheet here:
http://www.c-dis.net/media/871/GS1662_Datasheet.pdf
It's a component which supports HD and SD CEA or SDI formats
to SDI output. It's configured through SPI bus.
GS1662 driver is implemented as v4l2 subdev.
Signed-off-by: Charles-Antoine Couret
---
M
Adding others generic flags, which could be used by many
components like GS1662.
Signed-off-by: Charles-Antoine Couret
---
drivers/media/v4l2-core/v4l2-dv-timings.c | 11 +++
include/uapi/linux/v4l2-dv-timings.h | 12
include/uapi/linux/videodev2.h| 8
the MAINTAINERS file
Charles-Antoine Couret (2):
SDI: add flag for SDI formats and SMPTE 125M definition
Add GS1662 driver, a video serializer
MAINTAINERS | 7 +
drivers/media/Kconfig | 1 +
drivers/media/Makefile| 2
Describe new needed constants defined by SDI format.
Signed-off-by: Charles-Antoine Couret
---
Documentation/media/uapi/v4l/vidioc-enuminput.rst | 31 +-
.../media/uapi/v4l/vidioc-g-dv-timings.rst | 15 +++
2 files changed, 39 insertions(+), 7 deletions
SMPTE-125M timings to be compliant to standard
Charles-Antoine Couret (2):
SDI: add flag for SDI formats and SMPTE 125M definition
Add GS1662 driver, a video serializer
drivers/media/Kconfig | 1 +
drivers/media/Makefile| 2 +-
drivers/media/spi
You can read datasheet here:
http://www.c-dis.net/media/871/GS1662_Datasheet.pdf
It's a component which supports HD and SD CEA or SDI formats
to SDI output. It's configured through SPI bus.
GS1662 driver is implemented as v4l2 subdev.
Signed-off-by: Charles-Antoine Couret
---
dri
Adding others generic flags, which could be used by many
components like GS1662.
Signed-off-by: Charles-Antoine Couret
---
drivers/media/v4l2-core/v4l2-dv-timings.c | 11 +++
include/uapi/linux/v4l2-dv-timings.h | 12
include/uapi/linux/videodev2.h| 8
Le 12/08/2016 à 15:17, Hans Verkuil a écrit :
> On 08/04/2016 05:39 PM, Charles-Antoine Couret wrote:
>
> A commit log is missing here.
Yeah I will fix that.
>> diff --git a/Documentation/media/uapi/v4l/vidioc-g-dv-timings.rst
>> b/Documentation/media/uapi/v4l/vidioc-g-dv
SMPTE-125M timings to be compliant to standard
Charles-Antoine Couret (2):
SDI: add flag for SDI formats and SMPTE 125M definition
Add GS1662 driver, a video serializer
drivers/media/Kconfig | 1 +
drivers/media/Makefile| 2 +-
drivers/media/spi
es, your're right about this.
In SMPTE 125M (I like this standard :D), some "frontporchs" or similar values
are available.
So, I can precise that in the documentation and fix SMPTE 125M definition to
take this into account.
Thank you very much.
Regards,
Charles-Antoine
You can read datasheet here:
http://www.c-dis.net/media/871/GS1662_Datasheet.pdf
It's a component which supports HD and SD CEA or SDI formats
to SDI output. It's configured through SPI bus.
GS1662 driver is implemented as v4l2 subdev.
Signed-off-by: Charles-Antoine Couret
---
dri
Adding others generic flags, which could be used by many
components like GS1662.
Signed-off-by: Charles-Antoine Couret
---
drivers/media/v4l2-core/v4l2-dv-timings.c | 11 +++
include/uapi/linux/v4l2-dv-timings.h | 12
include/uapi/linux/videodev2.h| 8
Signed-off-by: Charles-Antoine Couret
---
Documentation/media/uapi/v4l/vidioc-enuminput.rst | 31 +-
.../media/uapi/v4l/vidioc-g-dv-timings.rst | 16 +++
2 files changed, 40 insertions(+), 7 deletions(-)
diff --git a/Documentation/media/uapi/v4l/vidioc
Signed-off-by: Charles-Antoine Couret
---
Documentation/media/uapi/v4l/vidioc-enuminput.rst | 31 +-
.../media/uapi/v4l/vidioc-g-dv-timings.rst | 15 +++
2 files changed, 39 insertions(+), 7 deletions(-)
diff --git a/Documentation/media/uapi/v4l/vidioc
Adding others generic flags, which could be used by many
components like GS1662.
Signed-off-by: Charles-Antoine Couret
---
drivers/media/v4l2-core/v4l2-dv-timings.c | 11 +++
include/uapi/linux/v4l2-dv-timings.h | 12
include/uapi/linux/videodev2.h| 8
You can read datasheet here:
http://www.c-dis.net/media/871/GS1662_Datasheet.pdf
It's a component which supports HD and SD CEA or SDI formats
to SDI output. It's configured through SPI bus.
GS1662 driver is implemented as v4l2 subdev.
Signed-off-by: Charles-Antoine Couret
---
dri
V4L2_DV_FIRST_FIELD_EXTRA_LINE to
V4L2_DV_FL_FIRST_FIELD_EXTRA_LINE
* change V4L2_DV_FL_FIRST_FIELD_EXTRA_LINE value and comments
Charles-Antoine Couret (2):
SDI: add flag for SDI formats and SMPTE 125M definition
Add GS1662 driver, a video serializer
Charles-Antoine Couret (2):
SDI
Adding others generic flags, which could be used by many
components like GS1662.
Signed-off-by: Charles-Antoine Couret
---
drivers/media/v4l2-core/v4l2-dv-timings.c | 11 +++
include/uapi/linux/v4l2-dv-timings.h | 12
include/uapi/linux/videodev2.h| 5
You can read datasheet here:
http://www.c-dis.net/media/871/GS1662_Datasheet.pdf
It's a component which supports HD and SD CEA or SDI formats
to SDI output. It's configured through SPI bus.
GS1662 driver is implemented as v4l2 subdev.
Signed-off-by: Charles-Antoine Couret
---
dri
* additional comments
* timings->pad checking
* fix configuration dependencies
Charles-Antoine Couret (2):
SDI: add flag for SDI formats and SMPTE 125M definition
Add GS1662 driver, a video serializer
drivers/media/Kconfig | 1 +
drivers/me
>From c6b157259081bd40d881a5c642dd1a4a07195ca5 Mon Sep 17 00:00:00 2001
From: Charles-Antoine Couret
Date: Fri, 15 Jul 2016 15:04:57 +0200
Subject: [PATCH 1/2] SDI: add flag for SDI formats and SMPTE 125M definition
Adding others generic flags, which could be used by many
components like GS1
>From c6b157259081bd40d881a5c642dd1a4a07195ca5 Mon Sep 17 00:00:00 2001
From: Charles-Antoine Couret
Date: Fri, 15 Jul 2016 15:04:57 +0200
Subject: [PATCH 1/2] SDI: add flag for SDI formats and SMPTE 125M definition
Adding others generic flags, which could be used by many
components like GS1
>From 111c02ef44dc1588891b40337fb0669fa586ec50 Mon Sep 17 00:00:00 2001
From: Charles-Antoine Couret
Date: Fri, 15 Jul 2016 15:06:43 +0200
Subject: [PATCH 2/2] Add GS1662 driver, a video serializer
You can read datasheet here:
http://www.c-dis.net/media/871/GS1662_Datasheet.pdf
It's a c
e followed
on the plain vanilla 4.6.4 kernel, the cameras work ...
so, probably not a kernel bug ?
the same thing happens on some earlier kernels
thank you, Charles Stegall
--
Charles Stegall
steg...@bayou.uni-linz.ac.at
--
To unsubscribe from this list: send the line "unsubscribe
neric functions about
timings in the V4L2 API...
It was a RFC based on my difficulties to write a driver for GS1662. Maybe
others components or elements have other issues and need a different solution.
Thanks in advance.
Regards,
Charles-Antoine Couret
--
To unsubscribe from this list: send the
ts around that. I will configure like your suggestion.
> BTW, you also need to implement the g_input_status video op. I just realized
> that
> that is missing. It is used to fill in the status field when calling
> VIDIOC_ENUMINPUTS.
Ok, I will add that. Thanks.
> Remember that today ther
Le 04/05/2016 à 13:41, Hans Verkuil a écrit :
> Hi Charles-Antoine,
Hi,
> On 04/28/2016 04:10 PM, Charles-Antoine Couret wrote:
>> But this component family support CEA standards and other
>> (SMPTE XXXM in fact). V4L2 seems oriented to manage CEA or
>> VGA formats. So,
seems deprecated. But for this
component, it should be the right way to reset in auto-detection mode
instead of "timings forced by user".
Thank you in advance for your comments.
Regards.
Charles-Antoine Couret
>From a1bc59b8b18dc75bbf3a70483f57d4ccd190b5f9 Mon Sep 17 00:00:00 2001
Fro
ver),
> but it
> uses v4l2_subdev and that makes it ready to be extended in the future, which
> you
> will likely need to do eventually.
Yes, I agree with that now. :)
I'm writing a new version of patch to integrate it into media subdev. It's
"ready" but I need some tes
Le 01/04/2016 21:11, Jean-Michel Hautbois a écrit :
> Hi Charles-Antoine,
Hi,
> FIrst of all, we, on the ML, do prefer reading patches as sent by git
> send-email tool.
Ok, I will configure that.
> Next, you should add a complete description to your commit. Just
> having an obje
>From 65b48bf1c77801c210bf93c07bc7f513efdbcbb5 Mon Sep 17 00:00:00 2001
From: Charles-Antoine Couret
Date: Fri, 1 Apr 2016 17:19:26 +0200
Subject: [PATCH] Add GS1662 driver (a SPI video serializer)
Signed-off-by: Charles-Antoine Couret
---
drivers/media/Kconfig | 1 +
drivers/me
>From 65b48bf1c77801c210bf93c07bc7f513efdbcbb5 Mon Sep 17 00:00:00 2001
From: Charles-Antoine Couret
Date: Fri, 1 Apr 2016 17:19:26 +0200
Subject: [PATCH] Add GS1662 driver (a SPI video serializer)
Signed-off-by: Charles-Antoine Couret
---
drivers/media/Kconfig | 1 +
drivers/me
>From 65b48bf1c77801c210bf93c07bc7f513efdbcbb5 Mon Sep 17 00:00:00 2001
From: Charles-Antoine Couret
Date: Fri, 1 Apr 2016 17:19:26 +0200
Subject: [PATCH] Add GS1662 driver (a SPI video serializer)
Signed-off-by: Charles-Antoine Couret
---
drivers/media/Kconfig | 1 +
drivers/me
Signed-off-by: Charles Keepax
---
drivers/media/v4l2-core/v4l2-mc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Based off Linus's tree, apologies but I was having some difficulty
finding the correct tree/branch to base this on, but it is causing
a warning on Linus's tre
French TV "Arte" keeps broadcasting announcements claiming that on
June 6th, its multiplexer will change and to keep watching Arte, we'll
have to rescan channels.
Stay tuned!
Charles.
2010/5/31 Christoph Pfister :
> 2010/5/28 Charles :
>> Hello,
>>
>> I fo
Hello,
I found out that frequencies listed here are outdated:
http://linuxtv.org/hg/dvb-apps/file/7de0663facd9/util/scan/dvb-t/fr-Nantes
These are the new frequencies:
538167000
682167000
546167000
738167000
490167000
658167000
Sincerely,
Charles.
--
To unsubscribe from this list: send the
issue and expect to
have the overall demo application working shortly to stream video with this
new camera. Thanks for all of your help and patience.
If I need to make changes to either soc_camera_platform or the ceu driver,
I'll be sure to submit patch proposals to that effect.
Best re
--
From: "Guennadi Liakhovetski"
Sent: Friday, May 14, 2010 3:38 PM
To: "Charles D. Krebs"
Cc: "Linux Media Mailing List"
Subject: Re: CEU / Camera Driver Question
Hi Charles
On Fri, 14 May 2010, Charles D.
the data needs to be defined that
eventually becomes "pixfmt". Should this be setup as an additional
parameter from inside "soc_camera_platform_try_fmt"?
What's the relationship between "v4l2_format" and "v4l2_mbus_framefmt"?
Thank you,
Charles Krebs,
der the current CEU driver?
Any suggestions on how I might go about implementing support? I'm having
trouble seeing the dataflow through the driver at the moment...
Thank you!
Charles Krebs, Embedded Solutions Developer
The Realtime Group
--------
is is used in all the I2C cameras.
Unfortunately, I still need to figure out how to best integrate with the
sh_mobile_ceu_camera driver since I am mid migration from 2.6.31-rc7 to
2.6.33. It appears that quite a lot has changed... The Kernel change has
spawned a plethora of issues, which has unfo
ca/1653771
uname -r
2.6.31-14-generic
'dmesg | grep dvb' doesn't return anything
I tried also w_scan but with no results after a few minutes:
http://pastebin.ca/1653775
Any idea to troubleshoot this problem?
Thanks,
Charles.
--
To unsubscribe from this list: send the line "u
On Fri, May 1, 2009 at 2:26 AM, hermann pitton wrote:
> Hi Charles,
>
> Am Donnerstag, den 30.04.2009, 13:54 +0200 schrieb Charles:
>> Hello,
>>
>>
>> I installed my Terratec Cinergy HT PCI DVB-T board on Ubuntu 9.04
>
> I guess HT PCI can mean a lo
On Fri, May 1, 2009 at 2:26 AM, hermann pitton wrote:
> Hi Charles,
>
> Am Donnerstag, den 30.04.2009, 13:54 +0200 schrieb Charles:
>> Hello,
>>
>>
>> I installed my Terratec Cinergy HT PCI DVB-T board on Ubuntu 9.04
>
> I guess HT PCI can mean a lo
RD_INTERVAL_AUTO
HIERARCHY_AUTO
FEC_AUTO
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
177500:
184500:
191500:
198500:
205500:
212500:
219500:
226500:
474000:
482000:
49:
498000:
506000:
514000:
522000:
53:
538000:
546000:
554000:
562000:
57:
578000:
586000:
594000:
602000:
61:
618000:
45 matches
Mail list logo