B4A Library A small vidéo MJPEG librarie for ip cam

GKCS

Member
Licensed User
Longtime User
so, obviousely, you are using either

- the wrong Password variable (pwd, psw, ....)
or

- the wrong password ....

For both, you must check your cam-settings ...
 

ciprian

Active Member
Licensed User
Longtime User
Hi there. I'm using the same library and i'm getting only one image per second.
I think Erel said that maybe he will create a new library for that in the future...but not sure.
Perhaps this new library will help us all with theese ip cameras.
 

GKCS

Member
Licensed User
Longtime User
at your link, you can find MANY different models, BUT NO SC-3115w ...
Anyway, if you don't use/have the correct username/password, the best
reference wont help ...
Connect with a normal webbrowser to this cam, try to view a snapshot.
If this works inside the normal webbrowser, have a look to the 'source' and
try to strip out the correct URL with the correct parameters.
 

agacsadi

New Member
Licensed User
Longtime User
If I USE THIS IP_CAM BUT IN THE MAIN I RECEIVE AN ERROR datasend_maj_cam(java line :514)android.os.NetworkOnMainThreadException
 

agacsadi

New Member
Licensed User
Longtime User
end how i do that? i have a main and a data send module. in which module do i have to set targetSdKVersion = "4" ?
and in which sub?
thanks
 

G-ShadoW

Active Member
Licensed User
Longtime User
How to send PTZ commands?
I have add this but nothing happen.

B4X:
Sub Activity_Create(FirstTime As Boolean)
    Activity.AddMenuItem("PTZ4", "MenuItem")
...
...
End Sub

Sub MenuItem_Click
WebView1.loadUrl("http://my_ip_cam.dyndns.org:20022/decoder_control.cgi?command=37")
End Sub
 

canalrun

Well-Known Member
Licensed User
Longtime User
Hello,
I am using the ipcam library to interface to an IP camera. It works great, thanks.

I would like to add the ability to Record - that is save the sequence of images to a file in some movie format, AVI, MPEG or …

The timer gives me a sequence of bitmaps, one every 250 ms. How could I turn this sequence of bitmaps into a movie format file?

Thanks,
Barry.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…