Update help ---- PoKeys No moore
02 Jan 2021 16:46 #193855
by tecno
Update help was created by tecno
Description: Debian GNU/Linux 7.11 (wheezy)
I have one laptop to test things with, need to update but not finding where files are.
Want to test webcam in gmoccapy and need suitable videoplaer. Where to find correct path?
I have one laptop to test things with, need to update but not finding where files are.
Want to test webcam in gmoccapy and need suitable videoplaer. Where to find correct path?
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19200
- Thank you received: 6436
02 Jan 2021 17:45 #193861
by tommylight
Replied by tommylight on topic Update help
Wheezy is way past end of life, so anything regarding it will not be easy to find or install.
Manually downloading things might work:
pkgs.org/download/linux-image-generic
is just an example, search in the upper right corner.
If you want to update LinuxCNC, most probably it will not work as it uses the RTAI kernel, but give this a try:
linuxcnc.org/docs/2.8/html/getting-start...#cha:Installing-RTAI
Manually downloading things might work:
pkgs.org/download/linux-image-generic
is just an example, search in the upper right corner.
If you want to update LinuxCNC, most probably it will not work as it uses the RTAI kernel, but give this a try:
linuxcnc.org/docs/2.8/html/getting-start...#cha:Installing-RTAI
Please Log in or Create an account to join the conversation.
02 Jan 2021 17:51 #193864
by tecno
Replied by tecno on topic Update help
Hello Toma, happy new year from Sweden.
Ahh it looks like it is best to upgrade directly to latest RT.
So what short do I take to upgrade OS and LCNC?
Ahh it looks like it is best to upgrade directly to latest RT.
So what short do I take to upgrade OS and LCNC?
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19200
- Thank you received: 6436
02 Jan 2021 18:48 #193871
by tommylight
Replied by tommylight on topic Update help
Happy New Year and all the best wishes.
Official ISO is the easiest and quickest way:
linuxcnc.org/downloads/
The first link.
Regards,
Tom.
Official ISO is the easiest and quickest way:
linuxcnc.org/downloads/
The first link.
Regards,
Tom.
Please Log in or Create an account to join the conversation.
02 Jan 2021 19:58 - 02 Jan 2021 20:25 #193882
by tecno
Replied by tecno on topic Update help
So, installed 2.8.0
Still not able to update or install webcam
ABOVE FIXED Loose network cable
Still not able to update or install webcam
ABOVE FIXED Loose network cable
Last edit: 02 Jan 2021 20:25 by tecno.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19200
- Thank you received: 6436
02 Jan 2021 20:48 #193889
by tommylight
Replied by tommylight on topic Update help
forum.linuxcnc.org/qtvcp/40032-qtvcp-cam-view-dialog
And gmoccapy:
www.google.com/search?q=gmoccapy+camera+...QBQ&biw=1280&bih=646
And maybe this in Dutch:
cnckloon.nl/linuxcnc/camera-in-gmoccapy/
And gmoccapy:
www.google.com/search?q=gmoccapy+camera+...QBQ&biw=1280&bih=646
And maybe this in Dutch:
cnckloon.nl/linuxcnc/camera-in-gmoccapy/
Please Log in or Create an account to join the conversation.
02 Jan 2021 22:10 #193895
by tecno
Replied by tecno on topic Update help
EMBED_TAB_NAME = Camera
EMBED_TAB_LOCATION = ntb_preview
EMBED_TAB_COMMAND = mpv /dev/video0 --wid {XID} --vf-add=drawbox=-1:2:-1:240:t=1 --vf-add=drawbox=2:-1:320:-1:t=1 --no-border
This is a bit complicated. Above works OK with the built in WebCam in my laptop but I cannot get my external Logitech 3000 to work with those settings.
The camera works with webcamoid where I can select cameras.
Even disabled built in camera and still no go.
Anybody to give me some hints here?
EMBED_TAB_LOCATION = ntb_preview
EMBED_TAB_COMMAND = mpv /dev/video0 --wid {XID} --vf-add=drawbox=-1:2:-1:240:t=1 --vf-add=drawbox=2:-1:320:-1:t=1 --no-border
This is a bit complicated. Above works OK with the built in WebCam in my laptop but I cannot get my external Logitech 3000 to work with those settings.
The camera works with webcamoid where I can select cameras.
Even disabled built in camera and still no go.
Anybody to give me some hints here?
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19200
- Thank you received: 6436
02 Jan 2021 22:49 #193897
by tommylight
Replied by tommylight on topic Update help
www.iitk.ac.in/LDP/HOWTO/Webcam-HOWTO/hardware.html
Go to Philips USB webcams
Go to Philips USB webcams
Please Log in or Create an account to join the conversation.
02 Jan 2021 23:54 #193903
by phillc54
Replied by phillc54 on topic Update help
Have you tried the qtvcp camview?
There is a modified version here:
forum.linuxcnc.org/plasmac/40057-camera-...choff?start=0#182507
Although this one is more suited to plasma machines
There is a modified version here:
forum.linuxcnc.org/plasmac/40057-camera-...choff?start=0#182507
Although this one is more suited to plasma machines
Please Log in or Create an account to join the conversation.
03 Jan 2021 08:59 #193933
by tecno
Replied by tecno on topic Update help
EMBED_TAB_NAME = Camera
EMBED_TAB_LOCATION = ntb_preview
#EMBED_TAB_COMMAND = mpv /dev/video0 --wid {XID} --vf-add=drawbox=-1:2:-1:240:t=1 --vf-add=drawbox=2:-1:320:-1:t=1 --no-border
EMBED_TAB_COMMAND = mplayer -wid {XID} tv:// -vf rectangle=-1:2:-1:240,rectangle=2:-1:320:-1
It works with MPLAYER. Have to do some tweaking as picture is way too dark.
EMBED_TAB_LOCATION = ntb_preview
#EMBED_TAB_COMMAND = mpv /dev/video0 --wid {XID} --vf-add=drawbox=-1:2:-1:240:t=1 --vf-add=drawbox=2:-1:320:-1:t=1 --no-border
EMBED_TAB_COMMAND = mplayer -wid {XID} tv:// -vf rectangle=-1:2:-1:240,rectangle=2:-1:320:-1
It works with MPLAYER. Have to do some tweaking as picture is way too dark.
Please Log in or Create an account to join the conversation.
Time to create page: 0.085 seconds