Search found 5 matches

by swabygw
Mon Jul 04, 2022 11:30 am
Forum: IP Cameras
Topic: Sending audio to Camera
Replies: 2
Views: 938

Re: Sending audio to Camera

Hello - I've had similar issue with the code that I posted here: https://amcrest.com/forum/viewtopic.php ... 06&p=40318

Any info would be helpful.
by swabygw
Mon Jul 04, 2022 11:24 am
Forum: IP Cameras
Topic: C# or VB.NET code for two-way audio
Replies: 0
Views: 994

C# or VB.NET code for two-way audio

I have the IP4M-1051 model Amcrest camera. I cannot get my VB.NET code to send audio to the camera successfully (you can see my code below). Does anyone have a C# or VB.NET example of this feature (sending audio from PC-to-camera) working successfully? Dim client As HttpClient Dim handler As New Web...
by swabygw
Mon Dec 07, 2020 7:35 pm
Forum: IP Cameras
Topic: Position PTZ Control Command not working for IP4M-1051B
Replies: 5
Views: 744

Re: Position PTZ Control Command not working for IP4M-1051B

I see, understood now. Then I would have to ask why isn't this mentioned in the SDK that those feature are only available in certain models (I would not have purchased a camera that can't move to a set position)?
by swabygw
Mon Dec 07, 2020 2:21 pm
Forum: IP Cameras
Topic: Position PTZ Control Command not working for IP4M-1051B
Replies: 5
Views: 744

Re: Position PTZ Control Command not working for IP4M-1051B

Thanks, the model that I have has a Web UI, but I don't need a Web UI. I need the purchased camera to work correctly, as documented, via the documented code in the SDK so our users can use it via our desktop app. Is there an ETA on fixing the functionality?
by swabygw
Mon Dec 07, 2020 12:24 am
Forum: IP Cameras
Topic: Position PTZ Control Command not working for IP4M-1051B
Replies: 5
Views: 744

Position PTZ Control Command not working for IP4M-1051B

Section 4.10.7 PTZ control command of the SDK PDF document contains a table of all the PTZ control commands. Almost all of the commands work except for the "Position" and "PositionABS". Neither of those commands actually make the IP4M-1051B camera move (sometimes the zoom will wo...