Search:

Type: Posts; User: Bacardi34

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    4,240

    ok, i updated the code. i removed the call to...

    ok, i updated the code. i removed the call to open_camera() in the thread loop and just made the open() call right in the loop, and i changed the mutex to static mutex.
    here is the new relevant...
  2. Replies
    5
    Views
    4,240

    All the camera open function does is call: open(...

    All the camera open function does is call:
    open( device, 0_RDWR );
    and then return the device that was opened.

    the thread is hanging at the open() call.
  3. Replies
    5
    Views
    4,240

    Multithreading problem

    Hi, im just learning about multithreading for a program i am writing that ne
    eds to read from multiple camreas attached to the computer at the same time.

    I know how to create threads and pass...
Results 1 to 3 of 3