(hopefully this ends up in the same thread)
The windows driver also can output information to dbgview.
Is there anything of note in this log?
dbgview.log
Description: Binary data
I've had problems with getting input to work on this card.
Is there anything I can do with BTSpy or similar to get this card working.
I see that there are some commented out function calls in the bttv source.
Does anyone have access to the old information mentioned here:
http://www.mail-archive.c
Thanks Laurent.
I've appended console output to the commands you've suggested.
On 11-01-27 04:28 AM, Laurent Pinchart wrote:
Hi again,
On Thursday 27 January 2011 02:43:15 Neil MacMunn wrote:
Ok I solved the segfault problem by updating some of my v4l2 files
(specifically v4l2-common.c). Now
Thanks.
Acked-by: Luca Risolia
Vasiliy Kulikov ha scritto:
Don't allow everybody to change video settings.
Signed-off-by: Vasiliy Kulikov
---
Compile tested only.
drivers/media/video/sn9c102/sn9c102_core.c |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drive
This message is generated daily by a cron job that builds v4l-dvb for
the kernels and architectures in the list below.
Results of the daily build of v4l-dvb:
date:Fri Feb 4 19:00:28 CET 2011
git master: 1b59be2a6cdcb5a12e18d8315c07c94a624de48f
git media-master: gcc version: i6
Em 04-02-2011 10:23, Vasiliy Kulikov escreveu:
> Don't allow everybody to change video settings.
>
> Signed-off-by: Vasiliy Kulikov
> ---
> Compile tested only.
>
> drivers/media/video/sn9c102/sn9c102_core.c |6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/dr
The search was made with trivial shell commands:
find | xargs grep S_IWUGO
find | xargs grep S_IWOTH
I didn't precisely investigate how exactly one may damage the
system/hardware because of issues number, maybe the harm is very limited
in case of some of these drivers.
One suspicious file is ./s
On Friday, February 04, 2011 13:34:02 Sakari Ailus wrote:
> Hi,
>
> And many thanks for the comments!
>
> Hans Verkuil wrote:
> ...
> >> diff --git a/include/media/media-entity.h b/include/media/media-entity.h
> >> index b82f824..114541a 100644
> >> --- a/include/media/media-entity.h
> >> +++ b/i
Hi,
And many thanks for the comments!
Hans Verkuil wrote:
...
>> diff --git a/include/media/media-entity.h b/include/media/media-entity.h
>> index b82f824..114541a 100644
>> --- a/include/media/media-entity.h
>> +++ b/include/media/media-entity.h
>> @@ -81,6 +81,8 @@ struct media_entity {
>>
Don't allow everybody to change video settings.
Signed-off-by: Vasiliy Kulikov
---
Compile tested only.
drivers/media/video/sn9c102/sn9c102_core.c |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/media/video/sn9c102/sn9c102_core.c
b/drivers/media/video/sn9
On Friday, February 04, 2011 13:03:13 Sakari Ailus wrote:
> Hi Hans,
>
> Thanks for the comments!
>
> Hans Verkuil wrote:
> ...
> >> @@ -424,6 +430,8 @@ struct v4l2_subdev_ops {
> >> #define V4L2_SUBDEV_FL_IS_SPI (1U << 1)
> >> /* Set this flag if this subdev needs a device
Hi Hans,
Thanks for the comments!
Hans Verkuil wrote:
...
>> @@ -424,6 +430,8 @@ struct v4l2_subdev_ops {
>> #define V4L2_SUBDEV_FL_IS_SPI (1U << 1)
>> /* Set this flag if this subdev needs a device node. */
>> #define V4L2_SUBDEV_FL_HAS_DEVNODE (1U << 2)
>> +/*
On Thursday, January 27, 2011 13:32:16 Laurent Pinchart wrote:
> Hi everybody,
>
> Here's the fifth version of the OMAP3 ISP driver patches, updated to
> 2.6.37 and the latest changes in the media controller and sub-device APIs.
Hmm, patch 5/5 is missing. It's probably too big.
Anyway, I got the
Hello Guennadi,
sorry, forget to explicitly write it in my mail, I also applied the
patch in question:
dma: ipu_idmac: do not lose valid received data in the irq handler
Will try the other way round without the patch later ...
Thanks
Markus
Am 04.02.2011 10:37, schrieb Guennadi Liakhovetski:
On Wed, Jan 19, 2011 at 04:02, Martin Hostettler
wrote:
> Adds board support for an MT9M032 based camera to omap3evm.
>
> Sigend-off-by: Martin Hostettler
> ---
> arch/arm/mach-omap2/Makefile | 1 +
> arch/arm/mach-omap2/board-omap3evm-camera.c | 177
> +++
On Thursday, January 27, 2011 13:30:50 Laurent Pinchart wrote:
> From: Stanimir Varbanov
>
> Used for storing subdev information per file handle and hold V4L2 file
> handle.
>
> Signed-off-by: Stanimir Varbanov
> Signed-off-by: Antti Koskipaa
> Signed-off-by: Laurent Pinchart
> ---
> drivers
On Thursday, January 27, 2011 13:30:51 Laurent Pinchart wrote:
> V4L2 sub-devices store pad formats and crop settings in the file handle.
> To let drivers initialize those settings properly, add a file::open
> operation that is called when the subdev is opened as well as a
> corresponding file::clo
On Tue, Jan 18, 2011 at 11:32:16PM +0100, Martin Hostettler wrote:
> +#include
Please use linux/gpio.h in future.
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordom
On Thursday, January 27, 2011 13:30:30 Laurent Pinchart wrote:
> Due to the wide differences between drivers regarding power management
> needs, the media controller does not implement power management.
> However, the media_entity structure includes a use_count field that
> media drivers can use to
On Thursday, January 27, 2011 13:30:28 Laurent Pinchart wrote:
> diff --git a/include/media/media-entity.h b/include/media/media-entity.h
> new file mode 100644
> index 000..7cf9135
> --- /dev/null
> +++ b/include/media/media-entity.h
> @@ -0,0 +1,122 @@
> +/*
> + * Media entity
> + *
> + *
On Thursday, January 27, 2011 13:28:58 Laurent Pinchart wrote:
> From: Sakari Ailus
>
> Provide v4l2_subdevs with v4l2_event support. Subdev drivers only need very
> little to support events.
>
> Signed-off-by: Sakari Ailus
> Signed-off-by: David Cohen
> Signed-off-by: Laurent Pinchart
> ---
Hi all
I've pushed 2 branches to my git repository at
http://linuxtv.org/git/gliakhovetski/v4l-dvb.git - soc_camera-vb2 and
devel-2.6.39. As is easy to guess from the names, the former one contains
patches for the videobuf2 support by soc_camera and the latter one
contains patches queued for 2
On Thursday, January 27, 2011 13:28:55 Laurent Pinchart wrote:
> Create a device node named subdevX for every registered subdev.
>
> As the device node is registered before the subdev core::s_config
> function is called, return -EGAIN on open until initialization
> completes.
>
> Signed-off-by: L
Hi Markus
On Fri, 4 Feb 2011, Markus Niebel wrote:
> Hello Guennadi, hello Anatolij
>
> I've tried that with my setup:
>
> Hardware: i.MX35, special CCD camera over FPGA
> Kernel: 2.6.34
>
> patch v4l: soc-camera: start stream after queueing the buffers is applied and
> our camera driver handl
Hi all,
On Thu, 3 Feb 2011 11:09:54 +0100 (CET)
Guennadi Liakhovetski wrote:
...
> Yes, the first interrupt is different, that's where I'm dropping /
> postponing it. With your patch only N (equal to the number of buffers
> used, I think) first interrupts toggle, then always only one buffer is
Hello Guennadi, hello Anatolij
I've tried that with my setup:
Hardware: i.MX35, special CCD camera over FPGA
Kernel: 2.6.34
patch v4l: soc-camera: start stream after queueing the buffers is
applied and our camera driver handles streamon / streamoff so that no
sync signal / clock is provided,
Hi Bhupesh
On Fri, 4 Feb 2011, Bhupesh SHARMA wrote:
> Hi Guennadi,
>
> We are developing a Camera Host and Sensor driver for our ST specific SoC and
> are
> using the soc-camera framework for the same. Our Camera Host supports a
> number of
> YUV, RGB formats in addition to JPEG and Mode3C(co
27 matches
Mail list logo