Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3403310
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T05:14:44+00:00 2026-05-18T05:14:44+00:00

Hello I have a problem when grouping the OpenCV’s functions in functions of my

  • 0

Hello I have a problem when grouping the OpenCV’s functions in functions of my own and getting segmentation fault.

Even with code as simple as this

def acquire_imagen():
  capture = cv.CaptureFromCAM( 0 )
  img = cv.QueryFrame( capture )
  return img
img = acquire_image()
print img[0,0]

If I call the same instructions outside the function everything is ok. I have an Idea of what may be happening but not enough knowledge about python to prevent it. I think the object is being freed by the GC.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T05:14:44+00:00Added an answer on May 18, 2026 at 5:14 am

    To prevent the capture object from being garbage-collected, keep a reference to it in a variable until you no longer need the images. In your code: the “capture” variable cannot be a local variable of the function, but a variable outside the function. Or, if you want it to be initialized inside the function, return it along with the captured image, and store it in a variable after the call to the function:

    
    def acquire_imagen():
      capture = cv.CaptureFromCAM( 0 )
      img = cv.QueryFrame( capture )
      return capture, img
    capture, img = acquire_image()
    print img[0,0]
    
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hello everybody I have a problem with exception. The following code block do this
Hello i have a problem with this line of code: Last Visted On :
Hello i have the following problem, I record a video using red5 like this:
I have this problem when trying to run hello world program using android SDK.
Hello again everyone, This time I have a problem with Intent & Extras. here's
Hello I have a problem with this http://jsfiddle.net/E7dGA/1/ When the script starts and you
Hello i have the this problem, i need your help to figure out what
Hello I have this problem with PyQt4-dev-tools that include: * a user interface compiler
Hello i have problem with putting logs using multithreading, my function loks like this
Hello I have a problem with the following code in a GTMTestCase: - (void)testSomething

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.