Recent content by Noober

  1. N

    Wiring POE cameras throughout a forty acre forest to track brown bears...

    I definitely need these cameras, it has been one hell of a bear season. These spring bears are everywhere. Had one on the deck every day for a week straight and kept coming back despite warning shots and rubber slugs. After I harvested one they stopped for about a week. But today I had...
  2. N

    Wiring POE cameras throughout a forty acre forest to track brown bears...

    Alright, after successfully using ONVIF to control these cameras with my own code (not without some self induced confusion on my end) and having a year to test them, we've just ordered some more cameras from Andy that will come in handy around here for keeping track of the bears. I coded a...
  3. N

    Dahua PTZ1A2M-25X, HTTP Requests, Moves Up and Down but that's it?

    Okay, discovered my poor coding was the issue. The reason why some of the commands were not working is because the non-working commands I was feeding it had ".cgi&action=" which should be ".cgi?action=" and now with that changed, my code can pan left and I'm sure all the other API commands will...
  4. N

    Alternatives To Dahua Or Hikvision?

    Well, I'm happy to report that after using WireShark to sniff SecuritySpy and finding how it issues the pan left command, I figured it out. As I said in my thread from February that got no responses, this command was working to pan up: and this command to pan left was not working: The...
  5. N

    Alternatives To Dahua Or Hikvision?

    Does BI work with the current cameras with the current GUI? If it does, then they have the API to control the camera. And we do not. Why is that?
  6. N

    Alternatives To Dahua Or Hikvision?

    The fact they hid my question on their forum, Andy ghosted me, and they don't provide the API that they must provide to big companies makes it seem to me like they have a financial incentive not to supply the info that many people obviously want to control their cameras. Otherwise what would...
  7. N

    Alternatives To Dahua Or Hikvision?

    I just need to find a company that doesn't play "I have a secret with the API." They obviously provide those commands to SecuritySpy and Blue Iris so that their software can control their cameras. And they advertise these capabilities, so why don't they let paying customers know the API since...
  8. N

    Alternatives To Dahua Or Hikvision?

    Bump, I'm also looking for alternative to Dahua. In February of 2024 folks recommended Dahua so I bought three different versions of Dahua camera from Andy. I want to order a half dozen more, but I am having an issue getting HTTP Requests or ONVIF to work with the cameras. I posted about the...
  9. N

    Dahua PTZ1A2M-25X, HTTP Requests, Moves Up and Down but that's it?

    Updated the firmware to the latest (which didn't change the PTZ version or Web Version, not sure if that matters), but still having the same issue. Up and Down work, nothing else does. http://192.168.132.117/cgi-bin/ptz.cgi?action=start&channel=0&code=Up&arg1=0&arg2=1&arg3=0 <Response [200]>...
  10. N

    Dahua PTZ1A2M-25X, HTTP Requests, Moves Up and Down but that's it?

    Trying to control this camera with HTTP Requests. So far I can get up and down to work using this format: http://192.168.132.117/cgi-bin/ptz.cgi?action=start&channel=0&code=Up&arg1=0&arg2=1&arg3=0 which works and returns <Response [200]> Similarly down works with...
  11. N

    2024 EmpireTech Autumn Sale Plan

    I didn't realize there was a temp measurement version. I just came here to see if my IPC-TPC124X-AI-S2 would show temperature on the screen rather than just thermal colors only to discover there is a TPC-DF1241-T-S2 "temperature measurement" version also. So I'm guessing the IPC-TPC124X-AI-S2...
  12. N

    Setting up Auto-Tracking on a PTZ1A2M-25X

    Tried doing that but while it shows me drawing lines and graphics, anytime I try to apply the rule it says "please draw graphics" as if I haven't drawn any. Might be related to the little message "To use this function, please download and install the plug-in. Click here to download" telling me...
  13. N

    Setting up Auto-Tracking on a PTZ1A2M-25X

    I think blue and white. Looks like this.
  14. N

    Setting up Auto-Tracking on a PTZ1A2M-25X

    I've been using iSpy and I like it, but it doesn't do auto-tracking from what I understand. I think this camera has some kind of native ability to auto-track where it follows a moving object around by panning and tilting the camera to keep it in the center, but it only does this for a few...