Search found 7 matches
- 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: 15045
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 ...
- Mon Dec 23, 2019 8:24 am
- Forum: RVMedia
- Topic: RVMedia 7 and gstreamer camera
- Replies: 1
- Views: 14677
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 ...
- Sun Dec 22, 2019 8:39 pm
- Forum: RVMedia
- Topic: Debian x64 Lazarus and RVMedia 7.x not working with camera
- Replies: 8
- Views: 31831
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 ...
- Sun Dec 22, 2019 7:40 am
- Forum: RVMedia
- Topic: Debian x64 Lazarus and RVMedia 7.x not working with camera
- Replies: 8
- Views: 31831
Re: Debian x64 Lazarus and RVMedia 7.x not working with camera
You're welcome. I'll test it as soon as possible.
THX
- Thu Dec 19, 2019 7:44 am
- Forum: RVMedia
- Topic: Debian x64 Lazarus and RVMedia 7.x not working with camera
- Replies: 8
- Views: 31831
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.
- Thu Dec 12, 2019 9:00 pm
- Forum: RVMedia
- Topic: Debian x64 Lazarus and RVMedia 7.x not working with camera
- Replies: 8
- Views: 31831
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 ...
- Tue Dec 10, 2019 9:08 am
- Forum: RVMedia
- Topic: Debian x64 Lazarus and RVMedia 7.x not working with camera
- Replies: 8
- Views: 31831
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 ...