Search:

Type: Posts; User: dearbear

Search: Search took 0.01 seconds; generated 39 minute(s) ago.

  1. Replies
    5
    Views
    1,473

    THANK YOU! It all works now! I am so very...

    THANK YOU! It all works now! I am so very grateful to you!!!
  2. Replies
    5
    Views
    1,473

    ColorRGB was supposed to say pixelStruct. That...

    ColorRGB was supposed to say pixelStruct. That was the original name I was using but I decided to change it right before I posted this. Sorry about that, and I fixed it in the original post.


    ...
  3. Replies
    5
    Views
    1,473

    Help with 2-D arrays and structs

    I am working with a 2-dimensional array of structs which is a part of another struct. It's not something I've done a lot with so I'm having a problem. This function ends up failing after getting to...
  4. Replies
    0
    Views
    3,465

    Problem with Creating a set of Semaphores

    My prof gave me some code to learn from, unfortunately it is full of errors. Some of the errors involve creating semaphores, so I found some code online that only makes the semaphores. This way, I...
  5. I've been working with the PPM file format and it...

    I've been working with the PPM file format and it is awesome. It is so easy to read and I am so grateful to you, brewbuck, for telling me about it. Thanks to everyone else as well for your input.
  6. Thanks for introducing me to PPM. It looks to be...

    Thanks for introducing me to PPM. It looks to be very easy to read in. I plan to start experimenting with it tomorrow. Thanks again to both of you for all your help!
  7. I can't tell you how big the images are because I...

    I can't tell you how big the images are because I don't have access right now to the webcam I've been using. This is a small scale project so there won't be that many images, maybe a dozen. If I use...
  8. I have been working with jpegs but I'm open to...

    I have been working with jpegs but I'm open to changing if there's a better format to suit my needs.
  9. Image comparison - How to read an image so you can compare pixels?

    I am writing a program in C that compares two images taken by a camera to see if they are different. I have an idea of how to do this, by putting the images into 2 dimensional arrays and comparing...
  10. How do I write a program that "talks" to a webcam and tells it when to take a photo?

    I need to write a program in C (on Linux) that tells a webcam when to take a photo. Can anyone give me some resources or tips for how to get started with this? I don't really know how to go about...
Results 1 to 10 of 10