Search found 7 matches

by af0815
Thu Jan 09, 2020 10:31 am
Forum: RVMedia
Topic: RVM7: How to connect to Cam with tcp://192.168.0.1:5000
Replies: 1
Views: 13157

RVM7: How to connect to Cam with tcp://192.168.0.1:5000

I have tried to connect to a cam with tcp://192.168.0.1:5000 and x264 encoding. With VLC it works. If i use the DeviceType rvdtIPCamera with the url tcp://192.168.0.1:5000 it doesnt work. The same if i i use Camerahost and CameraPort. On Windows and Linux the same. No connection. How can i connect t...
by af0815
Mon Dec 23, 2019 8:24 am
Forum: RVMedia
Topic: RVMedia 7 and gstreamer camera
Replies: 1
Views: 13056

RVMedia 7 and gstreamer camera

I have a camera from theimagesource and build their module for gstreamer (tcambin). How can i adress this camera in RVMedia ? a sample code from theimagesource with vlc is gst-launch-1.0 tcambin ! video/x-raw, format=BGRx, width=640, height=480, framerate=15/1 ! videoconvert ! x264enc tune=zerolaten...
by af0815
Sun Dec 22, 2019 8:39 pm
Forum: RVMedia
Topic: Debian x64 Lazarus and RVMedia 7.x not working with camera
Replies: 8
Views: 27227

Re: Debian x64 Lazarus and RVMedia 7.x not working with camera

THX, i have tested, it works (basically). *) The picture is flipped by 180 deg. Mabe a wrong calculation in procedure TRVWebCam.GetFrame(); cur_p := Img.bitmap.ScanLine({Img.bitmap.height -} Y {- 1}); works for me. *) There is a something going wrong in procedure TRVWebCam.SetVideoDeviceIndex(Value:...
by af0815
Sun Dec 22, 2019 7:40 am
Forum: RVMedia
Topic: Debian x64 Lazarus and RVMedia 7.x not working with camera
Replies: 8
Views: 27227

Re: Debian x64 Lazarus and RVMedia 7.x not working with camera

Sergey Tkachenko wrote: Fri Dec 20, 2019 7:34 pm Should I send fixed pas-files to you by email?
You're welcome. I'll test it as soon as possible. :D

THX
by af0815
Thu Dec 19, 2019 7:44 am
Forum: RVMedia
Topic: Debian x64 Lazarus and RVMedia 7.x not working with camera
Replies: 8
Views: 27227

Re: Debian x64 Lazarus and RVMedia 7.x not working with camera

Is it possible to get the older version (before the - i think - untested last-time change), because i need a working solution for a project with a v4l usb camera.
by af0815
Thu Dec 12, 2019 9:00 pm
Forum: RVMedia
Topic: Debian x64 Lazarus and RVMedia 7.x not working with camera
Replies: 8
Views: 27227

Re: Debian x64 Lazarus and RVMedia 7.x not working with camera

I was diving into the code and found out, in TRVWebCam.PlayVideoStream the part where the camera is openend is never reached because State of the thread is set to run in the execute method, so the camera is not able to start. i use this for testing (and it is selecting video0) procedure TForm1.Butto...
by af0815
Tue Dec 10, 2019 9:08 am
Forum: RVMedia
Topic: Debian x64 Lazarus and RVMedia 7.x not working with camera
Replies: 8
Views: 27227

Debian x64 Lazarus and RVMedia 7.x not working with camera

I have setup a new Debian Buster (10.x = x64), installed Lazarus fixes 2.0 with FPC fixes 3.2. FFMpeg, v4l2 and gestreamer1.x is installed (gstreamer0.1 is not more available in Debian and Ubuntu). Then i copied the files from a windows installation to the PC. I have tried the Lazarus Demo SwitchCam...