Current Server Time: 00:00 (Central Europe)

#apertus IRC Channel Logs

2022/02/10

Timezone: UTC


01:14
aombk3
joined the channel
01:17
aombk2
left the channel
04:47
Bertl_oO
off to bed now ... have a good one everyone!
04:47
Bertl_oO
changed nick to: Bertl_zZ
07:38
se6astian
good day
07:39
se6astian
vup I did git pull so I had internet connection, at least in that moment
07:39
se6astian
will try again now
07:39
se6astian
and rollback if unsucessful
10:34
lexano
left the channel
10:40
jn
left the channel
10:40
McUles[m]
left the channel
10:40
davidak[m]
left the channel
10:40
gruetzkopf
left the channel
10:40
Bertl_zZ
left the channel
10:40
mithro
left the channel
10:40
illwieckz
left the channel
10:40
intrac
left the channel
10:40
bluez_
left the channel
10:40
felix_
left the channel
10:40
fredy
left the channel
10:40
dos
left the channel
10:40
elafon
left the channel
10:40
tpw_rules
left the channel
10:40
hexa-
left the channel
10:40
balrog
left the channel
10:40
Spirit532
left the channel
10:40
vup
left the channel
10:40
BAndiT1983_
left the channel
10:40
anuejn
left the channel
10:40
se6astian
left the channel
10:40
aombk3
left the channel
10:46
aombk3
joined the channel
10:46
McUles[m]
joined the channel
10:46
davidak[m]
joined the channel
10:46
jn
joined the channel
10:46
balrog
joined the channel
10:46
Spirit532
joined the channel
10:46
tpw_rules
joined the channel
10:46
vup
joined the channel
10:46
BAndiT1983_
joined the channel
10:46
anuejn
joined the channel
10:46
se6astian
joined the channel
10:46
hexa-
joined the channel
10:46
elafon
joined the channel
10:46
fredy
joined the channel
10:46
dos
joined the channel
10:46
bluez_
joined the channel
10:46
felix_
joined the channel
10:46
mithro
joined the channel
10:46
illwieckz
joined the channel
10:46
intrac
joined the channel
10:46
gruetzkopf
joined the channel
10:46
Bertl_zZ
joined the channel
10:47
lexano
joined the channel
14:20
Bertl_zZ
changed nick to: Bertl
14:21
Bertl
morning folks!
14:21
vup
morning :)
18:34
Nicolas42
joined the channel
18:37
Nicolas42
changed nick to: nick42
18:55
nick42
left the channel
19:24
nick42
joined the channel
19:31
vup
se6astian: fyi I just pushed a version of Average that uses a lot less memory for high `n`, so you probably want to use that
19:38
se6astian
great!
19:55
se6astian
just tried latest pull
19:55
se6astian
now no problem with package clap anymore
19:55
se6astian
but package backtrace
19:55
se6astian
requires 0.3.64
19:55
se6astian
have 0.3.63
19:57
se6astian
are these npm packages?
20:02
nick42
hello all!
20:02
se6astian
hi nick42!
20:04
vup
se6astian: no these are rust crates.io packages
20:04
vup
did you `git pull`?
20:04
se6astian
right, yes
20:04
vup
it should no longer require backtrace by default
20:05
se6astian
new_pipeline branch?
20:05
vup
yeah
20:05
nick42
I am wondering about python scripting from a linux host computer that ssh with the camera.
20:05
nick42
subprocess? paramiko?
20:05
se6astian
I see the line: backtrace = { version = "0.3.64", optional = true }
20:06
vup
se6astian: yes
20:06
vup
optional = true
20:06
se6astian
let me make sure I am on the new_pipeline branch
20:06
vup
you are
20:06
se6astian
very weird then
20:07
Bertl
nick42: both should work fine
20:07
se6astian
required by package recorder 0.1.0
20:07
vup
what are you running again?
20:08
se6astian
mint
20:08
vup
no the command you are running
20:08
se6astian
ah, one sec
20:08
Bertl
off for now ... bbl
20:08
Bertl
changed nick to: Bertl_oO
20:09
nick42
Bertl: thanks! Are there example python scripts for single image acquisition somewhere?
20:09
se6astian
cargo run --release -- WebcamInput --device 0 ! DualFrameRawDecoder ! GpuBitDepthConverter ! Debayer ! Display
20:09
Bertl_oO
nick42: don't think so
20:09
nick42
Bertl: ok
20:10
vup
se6astian: and that tells you 'backtrace' is not available?
20:10
vup
very weird
20:10
vup
maybe try deleting Cargo.lock
20:13
se6astian
done, same result
20:14
se6astian
uploading screenshot, please check, maybe I made a typo somewhere?
20:14
se6astian
https://cloud.apertus.org/index.php/apps/gallery/s/YdpqXLtDdKKPDb7#IMG_20220210_211049.jpg
20:17
vup
se6astian: hmm
20:17
vup
what does cargo search backtrace output?
20:19
vup
Otherwise try deleting Cargo.lock
20:20
se6astian
let me connect the recorder machine to my quassel account
20:24
se6astian
https://pastebin.com/DGuJhX9R
20:25
vup
hmm it clearly says 0.3.64 is there
20:25
se6astian
indeed
20:25
se6astian
tried deleting cargo.lock (in the recorder directory)
20:25
se6astian
no difference
20:25
vup
wtf
20:26
vup
and it still says it cant find 0.3.64 even though the search says its there?
20:26
se6astian
is there a way to update the crates.io index?
20:26
vup
it does that everytime you run `cargo run`
20:26
se6astian
hmm, ok
20:27
vup
well
20:27
vup
I think then just change the version in `Cargo.toml`
20:27
vup
but something is seriously broken for you
20:28
se6astian
changed backtrace to 0.3.63, now complains about clap again
20:29
vup
hmm the internet says to delete `~/.cargo/registry`
20:29
se6astian
ok, let me try
20:32
se6astian
that did something
20:32
se6astian
now get error: failed to get `rusb` as a dependency of package `ft60x v0.1.1 (https://github.com/apertus-open-source-cinema/ft60x-rs#28a4b6f0)`
20:32
se6astian
off for dinner for a bit
20:32
vup
hmm
20:33
vup
whats the complete output?
20:33
vup
but in principle you can just comment out the line with ft60x in the Cargo.toml
21:10
se6astian
back
21:10
se6astian
will try
21:13
se6astian
different errors again :)
21:13
se6astian
https://pastebin.com/RDMzBsE9
21:16
vup
se6astian: ok you need to update rust^^
21:16
vup
how did you install it?
21:16
se6astian
right :)
21:16
vup
if you used rustup
21:17
se6astian
if there was an ubuntu package through apt I assume
21:17
vup
`rustup update` should suffice
21:17
nick42
left the channel
21:17
se6astian
I did not use rustup
21:17
vup
ok
21:18
vup
hmm I think the ubuntu packaged version is too old
21:18
vup
so installing a newer one using rustup is probably the easiest
21:19
se6astian
ok
21:22
se6astian
to install rustup I have to remove old rust first
21:22
se6astian
it also wants to uninstall cargo
21:22
se6astian
is that an issue?
21:27
se6astian
seems good so far
21:27
se6astian
building again
21:33
vup
no, cargo is shipped with rust, so uninstalling it should be fine
21:34
se6astian
good
21:40
se6astian
it works!
21:42
vup
Nice
21:55
se6astian
made the mistake to install rustup as su though...
22:12
se6astian
seems I was able to save a first average frame!
22:12
se6astian
will upload for you before I head to bed
22:15
se6astian
https://cloud.apertus.org/index.php/s/aJwdQ9BHQnm4k4p
22:15
se6astian
please verify if you can read the file as expected
22:15
se6astian
if all is good I can start to adapt the capture script
22:15
se6astian
heading off now
22:15
se6astian
good night