All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] OpenCV-Python Support
@ 2017-06-01 13:19 Jimmy at 86Pixels
  2017-06-08 13:41 ` Jimmy at 86Pixels
  2017-06-08 15:30 ` Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Jimmy at 86Pixels @ 2017-06-01 13:19 UTC (permalink / raw)
  To: buildroot

Good day all,

I noticed that back in 2015 there was a patch submitted and signed off
that added opencv_python as a build option for OpenCV 2.

I noticed that it was then reverted in this commit when OpenCV 2.4 was
targeted.

https://github.com/buildroot/buildroot/commit/ac57d05076d7554d5bf43375cc7269fc0e658acc#diff-44c9b82a4a4d16aae921f9f88a95634b

To my knowledge, this should still work, was this simply a mistake, or
am I missing something?  I'd love to add it back in as its a dependency
of mine.

Thanks!
Jimmy

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] OpenCV-Python Support
  2017-06-01 13:19 [Buildroot] OpenCV-Python Support Jimmy at 86Pixels
@ 2017-06-08 13:41 ` Jimmy at 86Pixels
  2017-06-08 15:30 ` Thomas Petazzoni
  1 sibling, 0 replies; 4+ messages in thread
From: Jimmy at 86Pixels @ 2017-06-08 13:41 UTC (permalink / raw)
  To: buildroot

Has nobody ever run into this?

On Thu, Jun 1, 2017, at 06:19 AM, Jimmy at 86Pixels wrote:
> Good day all,
> 
> I noticed that back in 2015 there was a patch submitted and signed off
> that added opencv_python as a build option for OpenCV 2.
> 
> I noticed that it was then reverted in this commit when OpenCV 2.4 was
> targeted.
> 
> https://github.com/buildroot/buildroot/commit/ac57d05076d7554d5bf43375cc7269fc0e658acc#diff-44c9b82a4a4d16aae921f9f88a95634b
> 
> To my knowledge, this should still work, was this simply a mistake, or
> am I missing something?  I'd love to add it back in as its a dependency
> of mine.
> 
> Thanks!
> Jimmy

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] OpenCV-Python Support
  2017-06-01 13:19 [Buildroot] OpenCV-Python Support Jimmy at 86Pixels
  2017-06-08 13:41 ` Jimmy at 86Pixels
@ 2017-06-08 15:30 ` Thomas Petazzoni
  2017-06-08 15:39   ` Jimmy at 86Pixels
  1 sibling, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2017-06-08 15:30 UTC (permalink / raw)
  To: buildroot

Hello,

On Thu, 01 Jun 2017 06:19:43 -0700, Jimmy at 86Pixels wrote:

> I noticed that back in 2015 there was a patch submitted and signed off
> that added opencv_python as a build option for OpenCV 2.
> 
> I noticed that it was then reverted in this commit when OpenCV 2.4 was
> targeted.
> 
> https://github.com/buildroot/buildroot/commit/ac57d05076d7554d5bf43375cc7269fc0e658acc#diff-44c9b82a4a4d16aae921f9f88a95634b
> 
> To my knowledge, this should still work, was this simply a mistake, or
> am I missing something?  I'd love to add it back in as its a dependency
> of mine.

Config.in contains:

comment "opencv_python module requires numpy which is not yet available."

However, we now have python-numpy, so it should be possible to build
OpenCV python support.

Just test it, and submit a patch doing this! :-)

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] OpenCV-Python Support
  2017-06-08 15:30 ` Thomas Petazzoni
@ 2017-06-08 15:39   ` Jimmy at 86Pixels
  0 siblings, 0 replies; 4+ messages in thread
From: Jimmy at 86Pixels @ 2017-06-08 15:39 UTC (permalink / raw)
  To: buildroot

Thanks Thomas! Just wanted to make sure.

If it works, I'll submit a patch so others can benefit.

Best,
Jimmy

On Thu, Jun 8, 2017, at 08:30 AM, Thomas Petazzoni wrote:
> Hello,
> 
> On Thu, 01 Jun 2017 06:19:43 -0700, Jimmy at 86Pixels wrote:
> 
> > I noticed that back in 2015 there was a patch submitted and signed off
> > that added opencv_python as a build option for OpenCV 2.
> > 
> > I noticed that it was then reverted in this commit when OpenCV 2.4 was
> > targeted.
> > 
> > https://github.com/buildroot/buildroot/commit/ac57d05076d7554d5bf43375cc7269fc0e658acc#diff-44c9b82a4a4d16aae921f9f88a95634b
> > 
> > To my knowledge, this should still work, was this simply a mistake, or
> > am I missing something?  I'd love to add it back in as its a dependency
> > of mine.
> 
> Config.in contains:
> 
> comment "opencv_python module requires numpy which is not yet available."
> 
> However, we now have python-numpy, so it should be possible to build
> OpenCV python support.
> 
> Just test it, and submit a patch doing this! :-)
> 
> Thanks!
> 
> Thomas
> -- 
> Thomas Petazzoni, CTO, Free Electrons
> Embedded Linux and Kernel engineering
> http://free-electrons.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-06-08 15:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-01 13:19 [Buildroot] OpenCV-Python Support Jimmy at 86Pixels
2017-06-08 13:41 ` Jimmy at 86Pixels
2017-06-08 15:30 ` Thomas Petazzoni
2017-06-08 15:39   ` Jimmy at 86Pixels

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.