#40764 closed defect (fixed)
opencv camera initialization fails
Reported by: | karo11 | Owned by: | stromnov (Andrey Stromnov) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.0 |
Keywords: | Cc: | dbevans (David B. Evans), madla@… | |
Port: | opencv |
Description
Camera init fails with opencv 2.4.6.1_0 and 2.4.6.1_1. Perhaps this is a bug, already repaired in opencv (http://code.opencv.org/issues/3156)?
Change History (6)
comment:1 Changed 11 years ago by dbevans (David B. Evans)
Cc: | stromnov@… added |
---|
comment:2 follow-up: 3 Changed 11 years ago by madla@…
I just ran into the same situation. After installing opencv three times today, it still is pulling 2.4.6.1_1. Is there something special I have to do to pull _2? Shouldn't it pull automatically?
comment:3 follow-up: 6 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | devans@… madla@… added; stromnov@… removed |
---|---|
Owner: | changed from macports-tickets@… to stromnov@… |
Replying to madla@…:
After installing opencv three times today, it still is pulling 2.4.6.1_1. Is there something special I have to do to pull _2? Shouldn't it pull automatically?
You would need to run "sudo port selfupdate
" first. Did you?
comment:5 Changed 11 years ago by dbevans (David B. Evans)
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:6 Changed 11 years ago by madla@…
Replying to ryandesign@…:
Replying to madla@…:
After installing opencv three times today, it still is pulling 2.4.6.1_1. Is there something special I have to do to pull _2? Shouldn't it pull automatically?
You would need to run "
sudo port selfupdate
" first. Did you?
I did and even removed all my ports and started over…I'll try again. Thanks.
Upstream patch applied in r112173. Does this fix your issue?