Ask Your Question

cwalton's profile - activity

2018-09-25 23:54:58 -0600 received badge  Enthusiast
2018-09-24 05:00:34 -0600 marked best answer Bus error when converting colors

I get a bus error that I cannot figure out. It crashes in this section of the code when it tries to convert the color. It is in visionpipeline.cpp

cv::cvtColor(input, out, cv::COLOR_BGR2HLS); This is the line where it stops and I get a bus error

Here is a github link to all the code: https://github.com/isaiahwalton/Jetso...

2018-09-23 16:28:22 -0600 commented question Bus error when converting colors

OK this issue has been resolved colors are straightened up thank you so much Berak for your help issue with everything,

2018-09-22 19:27:37 -0600 commented question Bus error when converting colors

I think it’s now converted OK but the colors coming in from G streamer into CV mat are weird. Even the initial camera

2018-09-22 18:40:35 -0600 commented question Bus error when converting colors

I think it’s now converted OK but the colors coming in from G streamer into CV mat are weird. Even the initial camera

2018-09-22 16:35:51 -0600 commented question Bus error when converting colors

Using grip because it makes setting up filters easier. So it looked like taking out all the pointers helped quite a bit

2018-09-22 15:53:58 -0600 commented question Bus error when converting colors

Using rip because it makes setting up filters easier. So it looked like taking out all the pointers helped quite a bit a

2018-09-22 15:09:43 -0600 commented question Bus error when converting colors

But his grip because it makes setting up filters easier. So it looked like taking out all the pointers helped quite a bi

2018-09-22 14:54:32 -0600 commented question Bus error when converting colors

But his grip because it makes setting up filters easier. So it looked like taking out all the pointers helped quite a bi

2018-09-22 14:53:13 -0600 commented question Bus error when converting colors

So it looked like taking out all the pointers helped quite a bit and got rid of the bus error. So now we’re down to thin

2018-09-22 14:23:16 -0600 commented question Bus error when converting colors

So it looked like taking out all the pointers helped quite a bit and got rid of the bus error. So now we’re down to thin

2018-09-22 14:11:30 -0600 commented question Bus error when converting colors

So it looked like taking out all the pointers helped quite a bit and got rid of the bus error. So now we’re down to thin

2018-09-22 14:00:37 -0600 commented question Bus error when converting colors

So it looked like taking out all the pointers helped quite a bit and got rid of the bus error. So now we’re down to thin

2018-09-22 13:37:05 -0600 commented question Bus error when converting colors

So it looked like taking out all the pointers helped quite a bit and got rid of the bus error. So now we’re down to thin

2018-09-22 12:42:04 -0600 commented question Bus error when converting colors

That’s why this is stumping us so much. We are going to rewrite some of the code without the pointers as was suggested a

2018-09-22 12:41:48 -0600 commented question Bus error when converting colors

That’s why this is stumping us so much. We are going to rewrite some of the current without the pointers as was suggeste

2018-09-22 12:40:29 -0600 commented question Bus error when converting colors

That’s why this is stumping us so much. We are going to rewrite some of the current without the pointers as was suggeste

2018-09-22 11:10:49 -0600 commented question Bus error when converting colors

Hmmm..... all the code in visionpipeline was auto generated by GRIP

2018-09-21 20:38:21 -0600 commented question Bus error when converting colors

Ok we ran gdb debugging and got this error: Program received signal SIGBUS, Bus error. 0x0000b5d2 in __gnu_cxx::__exc

2018-09-21 13:34:33 -0600 commented question Bus error when converting colors

Ha ha I wasn’t thinking about anybody actually trying to duplicate it I thought somebody might just take a look at the

2018-09-21 13:22:19 -0600 commented question Bus error when converting colors

Ok sorry. Forgive me as I am a mom who has been thrust into the position of programming mentor and I’m helping out my 15

2018-09-21 13:20:46 -0600 commented question Bus error when converting colors

Ok sorry. Forgive me as I am a mom who has been thrust into the position of programming mentor and I’m helping out my 15

2018-09-21 12:54:44 -0600 commented question Bus error when converting colors

Ok I revised my post to give a link to my github repository.

2018-09-21 12:53:32 -0600 edited question Bus error when converting colors

Bus error when converting colors I get a bus error that I cannot figure out. It crashes in this section of the code whe

2018-09-20 21:15:26 -0600 received badge  Editor (source)
2018-09-20 21:15:26 -0600 edited question Bus error when converting colors

Bus error when converting colors I get a bus error from this section of the code. Perhaps there is nothing at the point

2018-09-20 19:32:24 -0600 asked a question Bus error when converting colors

Bus error when converting colors I get a bus error from this section of the code. Perhaps there is nothing at the point